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

  1. on exitFrame
  2.   global gflag1
  3.   if the timer > 5 then
  4.     counth()
  5.   end if
  6.   set the locH of sprite 31 to the mouseH
  7.   set the locV of sprite 31 to the mouseV
  8.   set the locH of sprite 32 to the mouseH
  9.   set the locV of sprite 32 to the mouseV
  10.   if gflag1 < 6 then
  11.     go(the frame)
  12.   else
  13.     set gflag1 to 0
  14.     go(the frame + 1)
  15.   end if
  16. end
  17.  
  18. on counth
  19.   global gflag1
  20.   if not soundBusy(1) then
  21.     set gflag1 to 1 + gflag1
  22.   end if
  23.   counth2()
  24. end
  25.