how to make 360 movement?

Please help me! can anyone teach me how to make 360 movement?

I’m not good at math

sorry for the english

Thanks in advance :slight_smile:

I haven’t played with that yet, but perhaps this wiki about coordinate system can help

http://www.wiki.compilgames.net/doku.php/en/game_develop/documentation/manual/pres_concepts

Also, what do you want exactly, info about 360 direction in general, or rotate an object around through some controls/rules (mouse, keys)? :confused:

The 360 direction just rotate a Sprite Object around its Centre point, with an angle = The object’s angle property = Object.Angle() :wink:
Then you just have to rotate the object through events like “Change object’s angle” or “Rotate an object around a position”, these actions are in “All objects ==> Angle” :slight_smile: