Having trouble with actor Spawn
Jmattocks
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
-
tatiang Posts: 11,949
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
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
I turned my gravity off, and instead added Accelerate down to the actor being spawned and it worked. Thanks for the help