1 decade ago by Aenopix
I added to a ball the key: facing, with a value: right. Now how i can tell the ball to move to the right?
Like:
Like:
if (key: facing == value: right) { moveToTheRight }