home *** CD-ROM | disk | FTP | other *** search
- removeMovieClip(_parent.right1);
- i = eval("variables:currentLeadArrow");
- while(i < eval("variables:arrowCounter"))
- {
- arrowPointer = eval("_parent.arrow" + i);
- removeMovieClip(arrowPointer);
- i++;
- }
- if(_root.choosedCharacter)
- {
- _parent.gotoAndStop("lose_billy");
- }
- else
- {
- _parent.gotoAndStop("lose_mandy");
- }
- stop();
-