How do i make a object spawn next to an another?
Develop games in your browser. Powerful, performant & highly capable.
One way is to create image points on the object you want to spawn next to then use the "spawn another object" action.
another way is to do
create object at sprite.x+sprite.width
Thnx!