I searched the forums and browsed through what seemed like 8 billion posts and couldn’t find any answer, so I apologize if there’s some huge post about this somewhere.
I teach a basic Flash class for kids and one of my students is really into the Platform Game offered as a tutorial here at Kirupa ( http://www.kirupa.com/developer/mx2004/platform_game.htm ). He has created 6 different levels and wants to link them together. I have figured out how to load the next level by collecting a specific “Pick Up” or killing a specific enemy, but he wants the game to load the new level only after the character collects every pick up in the level.
I attempted an if statement that declared if (_root.score.text == 7) { loadMovie(“level2.swf”,0) } but it doesn’t load the movie. I tried it a million different ways in a variety of places throughout the game, but it just doesn’t work.
I hope that makes sense, and hopefully someone can help?
Thank you in advance!
Mel