Repeating/reiterating actor over and over.

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

  • yna205@nyu.eduyna205@nyu.edu Member Posts: 49

    Bump

  • SocksSocks London, UK.Member Posts: 12,822

    Try spawning the spawner.

  • yna205@nyu.eduyna205@nyu.edu Member Posts: 49

    Bump. I'm still lost how to do that.

  • yna205@nyu.eduyna205@nyu.edu Member Posts: 49

    If someone could help, I'll really appreciate it.

  • yna205@nyu.eduyna205@nyu.edu Member Posts: 49

    Bump

  • clee2005clee2005 http://Donkeysoft.caMember, PRO Posts: 194

    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.

  • yna205@nyu.eduyna205@nyu.edu Member Posts: 49

    @clee2005 said: & @Socks‌
    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.

    Here's the file guys

    https://drive.google.com/folderview?id=0B1lmbRxg1JOgMFhiTnRmbGpLN3M&usp=sharing

  • yna205@nyu.eduyna205@nyu.edu Member Posts: 49

    Bump. I've attached the file

Sign In or Register to comment.