Hi Everyone!
Can you set more than one position on an object?
I have this object and I want 3 positions so that each time the position (1,2,3) collides with a hit area it snaps into position.
Develop games in your browser. Powerful, performant & highly capable.
may not be the best solution but you could create a bunch of instance variables on the object.
Target1 x,y
Target2 x,y
etc
Yeah I've looked into that example!
Ill give it a try!