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