Help With Timer
I want to spawn my Actor after every 10 seconds.I put the timer behavior to that actor and put the spawn rule in the timer selecting that actor.But nothing happens.
ANd i want these actors spawn randomly.
ANd i want these actors spawn randomly.
Comments
http://www.freeimagehosting.net/uploads/64d860d948.jpg
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
I can see how you misunderstood how the rule works.
Hope this helps
There are several ways to set up randomness. You can use Controller for this also if it is math based. A timer can be set up to pass the new planes the random position as they need it.
On way I did random bombs to appear was to have an invisible shooter that moved to and fro along the x axis and shot an invisible dart at specific intervals and the randomness came with the stopping of the darts. A visible bomb was spawned by the dart. This allowed me control of the initial positioning. Sometimes you don't want things to be too random that it gets in the way of gameplay. I think a degree of programmer control is always needed.
What about the direction of movement? If it is too random you may get planes that start on the edge and move off screen immediately.
Hope this helps.
Cheers
Valan