Making an actor move to the left with motion.linear velocity x
Using just that as is will move it to the right, but how do you move an actor from right to left?
I've tried motion.linear velocity x to -(motion.linear velocity x) 300
Shouldn't that work?
Cheers!
I've tried motion.linear velocity x to -(motion.linear velocity x) 300
Shouldn't that work?
Cheers!
Comments
(motion.linear velocity x) -300