so i have an object with destroy outside of layout and custom movement.
on start of layout i do this:
- create object - set custom movement angle 90 - set custom movement speed 20 overall [/code:fivd9n5k] and then that object goes to the right (angle 0) with speed 20 - wtf? i've tried moving setting to "on created", doesn't work aswell. tried on every X sec (set like 3-4 sec) and then it works, but it moves 3-4 sec to right first then changes. wtf? how do i do that on object creation? what gives?
You should set the speed before setting the angle..
Without speed there is no movement, so the angle of movement can't be set..
Develop games in your browser. Powerful, performant & highly capable.
omfg that worked :facepalm:
and there i thought it was just a property to know the angle of movement non dependant of speed :/
thnx