home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2000 February / DPPCPRO0200.ISO / ps10.dxr / Scripts_53.ls < prev    next >
Encoding:
Text File  |  1999-10-26  |  173 b   |  15 lines

  1. global gArtist
  2.  
  3. on enterFrame
  4.   if soundBusy(1) = 0 then
  5.     gArtist = 1
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   if gArtist = 1 then
  11.     go(the frame + 1)
  12.   end if
  13.   go(the frame)
  14. end
  15.