Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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?
Develop games in your browser. Powerful, performant & highly capable.
You should set the speed before setting the angle..
Without speed there is no movement, so the angle of movement can't be set..
omfg that worked :facepalm:
and there i thought it was just a property to know the angle of movement non dependant of speed :/
thnx