Hello! I need help am new to c2. Am working on something trying to move object using custom movement but am not getting it. I want the object to move horizontally then vertically. This is what I av done so far for the object I intend to move : Behavior -custom movement, stepping mode-horizontal then vertical .
Develop games in your browser. Powerful, performant & highly capable.
Do you have events to move the object? Custom movement behavior won't move an object by default so you'd have to have events to tell it which way to move. Setting the Stepping Mode to horizontal then vertical isn't the same as making it move.
I don't know the event that will make it move, please do av an idea?
For one how do you want it to move? Keyboard, Mouse, On its own?
How far do you want to move it?
When do you want to move it?
Why not start with the basic tutorials first and check in the manual if there isn't already a behavior that would provide the movement type you are looking for ?
— I solved it, the object is moving on its own as is want but it is fast horizontally and slow vertically
what av I not got right?