image link:
https://www.dropbox.com/s/kvvr08xw1v19s ... r.jpg?dl=0
Okay, it spawns the objects as it should spawn, but the location where they are spawned is very wrong. Now they are spawned to the top of layout and tried to do them to spawn from the spawner object.
I can't see the image, so I have no idea what's there..
Did you try spawnobject - spawn object at imagepoint?
If so are you sure the imagepoint is within the spawnobject?
Without the capx to look at all I can do is guess..
I was thinking about this issue and i got an idea, (that could be wrong). But can it be possible, that the game cannot know the exact position of the spawner object related to the layer where it is spawning, because the spawner layer is parallax layer and the layer where it is spawning, is not parallax?
picture of the event:
Yep the parallax is the issue..
I think you can get around this with the system expressions canvastolayer and layertocanvas, but I myself have never used them.
https://www.scirra.com/manual/126/system-expressions
Develop games in your browser. Powerful, performant & highly capable.
Thank you again LittleStain.