home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / no1_demo / dnorp01a.dxr / script_11.ls < prev    next >
Encoding:
Text File  |  1996-10-31  |  414 b   |  23 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 < 0 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.   set gflag1 to gflag1 + 1
  21.   counth2()
  22. end
  23.