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

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