home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 May / TYPEMANIA.ISO / demo_s.dir / 00477_Script_477 < prev    next >
Text File  |  1994-02-24  |  141b  |  7 lines

  1. on enterFrame
  2.   if the soundBusy of 1 then
  3.     go to frame label("SLoop")  + random(7)
  4.   else
  5.     go to "SStop"
  6.   end if
  7. end enterFrame