Spawn Actor Problem
EpicoreGames
Member Posts: 188
I have set a spawn actor code with a timer in my actor which is like this :
`Every 2 seconds ( run to completion unticked ) ,
Spawn Actor "Actor-X" at "front of layer"
In the direction "0" , relative to "scene"
from position : "-15.6" , "375.605" , relative to "scene"`
and my actor did spawn but they come out duplicated . I mean like 2 same actors come out with each other but it looks like 1 actor, but when it is killed , you can see 2 actors like this :
http://postimg.org/image/tn3jb2cjn/
as you can see , the "58" number should be at the center of the actor but it is a bit to the left so there is another actor at the back of it just their colours are the same .
why do they come out in double ?
i want only 1 actor comes out every 2 seconds .
Comments
and even sometimes they come out in 3 or 4 ...
bump
Please don't constantly bump your thread. It's against forum rules.
You'll need to figure out where you have a second Spawn Actor behavior. If you don't know, then start by deleting actors from the scene one by one until you fix it. The last actor to be removed is the one causing the problem.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
@tatiang i still don't get what you mean by "second Spawn Actor" behavior . Could you please explain it a bit ?
I had deleted all of my actors in the scene except the spawner actor . But the problem occurs too , they still come out in 2 or 3 .
Also make sure your actor is not an unlocked "instance." To check this, double-click on the actor in the scene. If you see a big lock symbol, it's locked. Do you see that symbol?
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User