home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / no1_demo / dnorp11.dxr / script_5.ls < prev    next >
Encoding:
Text File  |  1996-10-31  |  154 b   |  12 lines

  1. on exitFrame
  2.   global gnum1
  3.   if the timer > 5 then
  4.     countt()
  5.   end if
  6.   if soundBusy(1) then
  7.     go(the frame)
  8.   else
  9.     set gnum1 to 0
  10.   end if
  11. end
  12.