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

  1. _root.menuVisible = true;
  2. if(_root.translating)
  3. {
  4.    _root.translatorController.play();
  5. }
  6. else
  7. {
  8.    _root.play();
  9. }
  10. stop();
  11.