home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / zap-to-it.swf / scripts / DefineSprite_840 / frame_4 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  347 b   |  18 lines

  1. removeMovieClip(_parent.right1);
  2. i = eval("variables:currentLeadArrow");
  3. while(i < eval("variables:arrowCounter"))
  4. {
  5.    arrowPointer = eval("_parent.arrow" + i);
  6.    removeMovieClip(arrowPointer);
  7.    i++;
  8. }
  9. if(_root.choosedCharacter)
  10. {
  11.    _parent.gotoAndStop("lose_billy");
  12. }
  13. else
  14. {
  15.    _parent.gotoAndStop("lose_mandy");
  16. }
  17. stop();
  18.