Using the Timer
icecold601
Member Posts: 40
Hey guys,
When I try and time the scene to reset after 2 actors collide, 3 seconds after the event, nothing happens. I am using the Basic shoot em up template.
Any help greatly appreciated.
When I try and time the scene to reset after 2 actors collide, 3 seconds after the event, nothing happens. I am using the Basic shoot em up template.
Any help greatly appreciated.
Comments
Timer for Duration 4 Sec Run to completion checked
--Timer After 3 Sec Run to completion check
----Change Scene
If that doesn't work you can create a game attribute for scene change and just set it to go true on collision and then
When game.SceneChange is true
--After 3 sec
----Change Scene