[SOLVED] Spawning Actors..
AdnanH
Member Posts: 77
Hiya guys just need some help figuring something out.. well basically i have made a new game which requires the spawning of actors but ive noticed everytime the actor has been spawned 10 times it just stops spawning? i need help to make the actor spawn every single time until my game is over..
Comments
You'll need to post a screenshot of your spawn rule.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
thats my code for it it just spawns 10 times then stops automatically:/
@AdnanH, you are accelerating the spawner, not the spawned actor.
This means that your spawning actor goes flying off the screen and probably reaches the screen boundary + 500px, at which point it automatically gets destroyed, thus unable to spawn more actors.
The accelerate behavior should be inside the to-be-spawned prototype actor.
MESSAGING, X-PLATFORM LEADERBOARDS, OFFLINE-TIMER, ANALYTICS and BACK-END CONTROL for your GameSalad projects
www.APPFORMATIVE.com
Thanks so much mate all sorted now!! Appreciate the help:)