Another spawning problem...?
Another problem.
When the actor spawns its fine.
but when i get higher in the scene, it spawns lower than it should
i think t is spawning at the FIRST position when the first actor spawned ?
how can i make it spawn where i touch?
BTW, my rule says to spawn at Mouse.Position.Y and the same with the X....HELp
jamieoneil
When the actor spawns its fine.
but when i get higher in the scene, it spawns lower than it should
i think t is spawning at the FIRST position when the first actor spawned ?
how can i make it spawn where i touch?
BTW, my rule says to spawn at Mouse.Position.Y and the same with the X....HELp
jamieoneil
Comments
The location is relative to the actor that is spawning the new actor. You can one of three things.
1) move that actor that does the spawning
2) change the parameters inside the spawn itself to make the new actor relative to either the location of the spawning actor or to the screen
The problem is that you are not updating the attribuites with the new mouse x & y you have made it a fixed x & y.
Keith