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

  1. on enterFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   go(the frame)
  11.   delay(1 * 60)
  12. end
  13.