home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 15 / hacker15 / 15_H4CK3R#15.ISO / interface / it.dig / scripts / frame_9 / DoAction.as
Encoding:
Text File  |  2004-03-05  |  156 b   |  10 lines

  1. fscommand("Media.SetNotify","OnComplete, ,_level0.IsStopped");
  2. if(_level0.IsStopped == "TRUE")
  3. {
  4.    gotoAndPlay(10);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(8);
  9. }
  10.