You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CoSpaces
What are some tips to get humans I have walking or running in co spaces?
Mike Page
unread,
Jun 15, 2017, 8:27:47 PM6/15/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CoSpaces
I know how to walk around in VR but how can I use blocky to move my objects around in cospaces?
Stiev Stigma
unread,
Jun 16, 2017, 1:49:57 AM6/16/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CoSpaces
It depends on how you want an object to move. You can have it move towards an object with moveToItem(); move it in relation to itself with move(), move to a point over a specified length of time with moveLinear(). All of this is layout with explanations and examples here: https://cospaces.io/api/#trajectorymove
Benjamin Singh
unread,
Jun 19, 2017, 1:53:17 AM6/19/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CoSpaces
Hi Mike,
like Stiev already mentioned, you can use JavaScript/TypeScript to move objects. But if you want to use Blockly I suggest to have a look this video tutorial and this written tutorial. There are many additional tutorials available on our YouTube channel as well.