home *** CD-ROM | disk | FTP | other *** search
- if(facing == 0)
- {
- MC_gameboard.MC_player.gotoAndStop(1);
- }
- else
- {
- MC_gameboard.MC_player.gotoAndStop(56);
- }
- a = 0;
- while(a < 17)
- {
- tmpframe = eval("MC_gameboard.MC_meteors.MC_meteor" add a)._currentframe;
- if(tmpframe == 2 || tmpframe == 3)
- {
- eval("MC_gameboard.MC_meteors.MC_meteor" add a).gotoAndPlay(7);
- }
- a++;
- }
-