How Can I make an Actor Spawn in the same Position as Where it Started?
JoshKahane
Member Posts: 470
Hi
I am really having trouble understanding the spawn actor stuff and its frustrating as I know this should be easy (or one of the easier aspects).
I have a 'laser beam' and when I hit a switch (collide with an actor) it destroys the laser beam actor, however I cant get another one to spawn in the same position 3 seconds later. Please help, thanks.
I am really having trouble understanding the spawn actor stuff and its frustrating as I know this should be easy (or one of the easier aspects).
I have a 'laser beam' and when I hit a switch (collide with an actor) it destroys the laser beam actor, however I cant get another one to spawn in the same position 3 seconds later. Please help, thanks.
Comments
However, my issues now is that the laser beam is destroyed instantly afterwards.
When my 'character' collides with a 'button' the 'laser beam' is destroyed for only 3 seconds, then a new one is spawned in its place. By doing this I want it so that the player has limited time (3 seconds) to get through the passage before the laser beam appears again and they have to go back to the switch.
Basically, how can I make it so that when one actor collides with another, the third actor despawns for 3 seconds then re appears?