end of collection and then change scene

Hey all,
In my game you trigger scene change after you have collected all the gems. How do I go about creating a controller that will do this? Thanks.
In my game you trigger scene change after you have collected all the gems. How do I go about creating a controller that will do this? Thanks.
Comments
Every time your player collides with a gem, change attribute gems to gems +1
Make a rule:
If gems = 20
change scene
QS
Have a look at he Wiki stuff. The basics are covered there
Good luck!
QS
Thanks again!