Collecting actors and changing scene
metz044
Member Posts: 9
I have 3 actors and a finish line. I want to change the scene when my main actor collects the other 3 actors then collides with a final actor. Otherwise I want the scene to reset? Suggestions?
Comments
Set it to 3.
When your actor collide the item, change attribute ItemsToCollect-1
When your ItemsToCollect=0
Then you can use a rule on your final actor to change the scene (ItemsToCollect=0 and Colide)
Hope that helps, Cheers!