On collision I spawn a new object. How can I spawn this new object in a specific location (X,Y). I am thinking to make a (blank sprite) and have the new object spawn at that location, but somehow I am not getting it to do that. Any help? thx
Could u post a .capx with what u got so far? Shouldn't be too hard to replicate. But its easier to visualize that way.
Edit: Nvm i made a .capx tell me what u think. Could be done several diff ways. This was the quickest I could think of.
does it have to be spawned? or could you simply object --> on collision with object = system --> create object x,y
I just need to exist in the Layout.. I can be outside the layout if you want. Yer use System --> Create Object NameofObjecttospawnto.X , NameofObjecttospawnto.Y
Edit: Like in the .capx I made
Develop games in your browser. Powerful, performant & highly capable.
that's perfect. I will use on touch (mobile game) but same basic idea. thanks.
Np