What is the easyest way to move a sprite in a predefined path ? C2 does not has any way to define paths like GM does, this would be a great help for us!
Develop games in your browser. Powerful, performant & highly capable.
Well, I use custom plugin called MoveTo, and then I create variable to use for my own scripting language, which is interpreted trough events.
An integrated path editor and a equivalent behaviour would be very nice, I can create a movement like that using events and actions but it will slow down the game because I have noticed that using predefined behaviors is very much fast than create it by hand.