Repeating/reiterating actor over and over.
yna205@nyu.edu
Member Posts: 49
Hi,
I'm trying to repeat an actor over and over until the timer finishes. This is what I have right now. I basically swipe the initial actor down and then a new actor comes following it right after wards. But that actor I want to keep repeating it over and over. My code screen shot is below. I want it only downwards in the Y Direction. Look below
This is for the actor and the last part says Destroy:
http://postimg.org/image/5f81w9u29
The non-visible move actor that lets you swipe:
http://postimg.org/image/69ghm5o8t
Comments
Bump
Try spawning the spawner.
Bump. I'm still lost how to do that.
If someone could help, I'll really appreciate it.
Bump
It's not quite clear what you are trying to do, but from the title of your post, if you want to repeat a batch of behaviours over and over, you can stick it inside of a timer set with a FOR condition. This means it'll run for a certain amount of time.
Within that timer, you put another timer or a loop behaviour which contains your code that you want to perform over and over. It may not be terribly efficient, depending on what you are trying to accomplish.
Hope that helps give some direction.
Our games http://Donkeysoft.ca
Here's the file guys
https://drive.google.com/folderview?id=0B1lmbRxg1JOgMFhiTnRmbGpLN3M&usp=sharing
Bump. I've attached the file