home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_2304 / frame_124 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  239 b   |  21 lines

  1. if(_root.stage == 2)
  2. {
  3.    gotoAndPlay(140);
  4. }
  5. else if(_root.stage == 3)
  6. {
  7.    gotoAndPlay(203);
  8. }
  9. else if(_root.stage == 4)
  10. {
  11.    gotoAndPlay(266);
  12. }
  13. else if(_root.stage == 5)
  14. {
  15.    gotoAndPlay(329);
  16. }
  17. else
  18. {
  19.    stop();
  20. }
  21.