home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / vivi_ex.exe / vivi_ex.DXR / 00041.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  410 b   |  21 lines

  1. on mouseUp
  2.   global gnum1
  3.   set gnum1 to the mouseH
  4.   puppetSound(3, 98)
  5.   cursor(200)
  6.   repeat with n = 46 to 48
  7.     set the cursor of sprite n to 0
  8.   end repeat
  9.   repeat with n = 14 to 38
  10.     set the cursor of sprite n to 0
  11.   end repeat
  12.   puppetSprite(47, 1)
  13.   if gnum1 < 180 then
  14.     set the castNum of sprite 47 to 189
  15.   else
  16.     set the castNum of sprite 47 to 190
  17.   end if
  18.   updateStage()
  19.   go("ge")
  20. end
  21.