Overlap not Collide
I have an end actor at the end of my level which when set to overlap or collide with my character actor takes you to the next scene after 5 seconds.
However I want my character actor to overlap with the end actor not collide with it. This overlap should then start the 5 seconds till scene change.
Any ideas how to do this? (new to GS btw but loving the learning experience)
However I want my character actor to overlap with the end actor not collide with it. This overlap should then start the 5 seconds till scene change.
Any ideas how to do this? (new to GS btw but loving the learning experience)
Comments
In your "end actor" put a rule -
When overleaping or colliding with actor Hero :
Timer after 5 second (run to completion)
Change scene to "the desired scene"
Cheers