Working on 2D Game. How do a spawn an actor forever ?
Need some help. I have an actor who's coordinates are x: 26.73828, y: 250. The width of the object is 55 and the height is 56. I am the object accelerating downwards. When the object clears it space I want it to spawn the very same object over and over agian. Can some please help.
Comments
What are you trying to achieve ?
Roy.
Every 0.1 sec
spawn actor "your actor's name"
BUT LIKE I SAID IT WILL KILL YOUR GAME !
Are you trying to make a trail effect?
Roy.
Or do you want another to spawn at those same coordinates?
Is that what you need?
http://www.mediafire.com/?0m9ird94xhk465f
EDIT:
Just saw SlickZero's comment , basically its the same as what i did in the template..
Roy.