home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / destroytheworld.swf / scripts / DefineSprite_30 / frame_65 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  112 b   |  10 lines

  1. if(_root.cdInDrive == "yes")
  2. {
  3.    gotoAndStop("cdIsInDrive");
  4.    play();
  5. }
  6. else
  7. {
  8.    gotoAndPlay(1);
  9. }
  10.