home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / morbus.swf / scripts / DefineSprite_1792 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  176 b   |  17 lines

  1. if(_root.w == "1")
  2. {
  3.    play();
  4. }
  5. if(_root.w == "2")
  6. {
  7.    gotoAndPlay(4);
  8. }
  9. if(_root.w == "3")
  10. {
  11.    gotoAndPlay(6);
  12. }
  13. if(_root.w == "4")
  14. {
  15.    gotoAndPlay(8);
  16. }
  17.