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

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