# Multi-Level Platform Game

**URL:** https://forum.kirupa.com/t/multi-level-platform-game/232303
**Category:** programming
**Created:** [July 12, 2007, 3:58pm UTC](https://forum.kirupa.com/t/multi-level-platform-game/232303 "2007-07-12T15:58:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![MellySue](https://avatars.discourse-cdn.com/v4/letter/m/df788c/32.png) [@MellySue](https://forum.kirupa.com/u/MellySue)
#### Post date: [July 12, 2007, 3:58pm UTC](https://forum.kirupa.com/t/multi-level-platform-game/232303/1 "2007-07-12T15:58:32Z")

</div>

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](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
