home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / polarrescue.swf / scripts / DefineSprite_409 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-05-23  |  163 b   |  14 lines

  1. if(_root.current == 2)
  2. {
  3.    gotoAndStop(10);
  4. }
  5. else if(_root.current == 3)
  6. {
  7.    gotoAndStop(35);
  8. }
  9. else if(_root.current == 1)
  10. {
  11.    stop();
  12. }
  13. stop();
  14.