home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / hoverbot_2.swf / scripts / DefineSprite_212 / frame_107 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  251 b   |  20 lines

  1. stop();
  2. if(_root.startt == 1)
  3. {
  4.    _root.gotoAndStop("level1");
  5. }
  6. if(_root.htp == 1)
  7. {
  8.    gotoAndStop("htp");
  9.    play();
  10. }
  11. if(_root.pass == 1)
  12. {
  13.    gotoAndStop("pass");
  14.    play();
  15. }
  16. for(i in _root)
  17. {
  18.    removeMovieClip(_root[i]);
  19. }
  20.