Having trouble with actor Spawn

JmattocksJmattocks Member, PRO Posts: 54

First time user here- I am having trouble spawning copies of one of my actors. I need these circular actors to spawn at the same location at the top of the screen and then roll down. So far I have tried

Timer, Every 2 seconds, Run to completion

Spawn Actor

It spawns the actor, but only once. Is there something I am missing?

Best Answer

  • tatiangtatiang Posts: 11,949
    Accepted Answer

    No, that sounds right. Is your actor moving after it spawns? Otherwise, it may be spawning an actor every 2 seconds on top of the last actor and appearing to be only a single actor.

    Can you post a screenshot of your timer/rule?

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

Answers

  • CrazyApeCrazyApe Member Posts: 64

    In The Actor that should role down do you have a behavior that it should role down? If not add this to the rolling actor Accelerate direction:270

  • JmattocksJmattocks Member, PRO Posts: 54

    I turned my gravity off, and instead added Accelerate down to the actor being spawned and it worked. Thanks for the help

Sign In or Register to comment.