Click screen to spawn actors
RastaRise
Member Posts: 52
How would I go about click my screen to spawn multiple actors? You all have been so much help to me and like I said my game is ALMOST done!
Comments
When touch is pressed:
Spawn actor: (Whatever actor it is)
Position: game.mousepositionX Position: game.mousepositionY
(You can find game.mouseposition X and Y by going to devices, mouse, position---> x,y)
I personally like using an invisible actor over the background to place the rule in. You can change it's height and width, if you don't want actors spawning in particular areas
Hope this helps!