EXPLODES BOMB WHEN ACTOR ARRIVES
![GSExtreme](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
I have the main actor which is controlled by the user, and a bomb (separate actor) in the background...the background is divided in 12 images next to each other...I want that when the actor arrives in the image part 8, the bomb explodes after 5 seconds(I made already explosion effect)...or when the actor is at a certain distance away from it...and if he is hit he dies
Comments
Then in the bomb actor, have a rule that says, when attribute "X" is true, "Timer": After 5 seconds "destroy this actor" and "Spawn Actor" explosion.
For the second part of your question, you'll need to watch this...
http://www.youtube.com/user/GameSaladCookbook#p/u/43/_ayoN7dCWMw
Hope that helps.