home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / TommyVideo.iso / flash / index.swf / scripts / DefineSprite_31 / frame_32 / DoAction.as
Encoding:
Text File  |  2003-06-08  |  148 b   |  10 lines

  1. if(_root.translating)
  2. {
  3.    _root.translatorController.play();
  4. }
  5. else if(_root.switchingStage)
  6. {
  7.    _root.stageController.play();
  8. }
  9. stop();
  10.