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

  1. on mouseUp
  2.   global gnum1, gcount1
  3.   set gnum1 to the clickOn
  4.   if the castNum of sprite gnum1 <> 177 then
  5.     exit
  6.   else
  7.     if gcount1 <> 0 then
  8.       puppetSound(3, 80)
  9.     end if
  10.     cursor(200)
  11.     repeat with n = 46 to 48
  12.       set the cursor of sprite n to 0
  13.     end repeat
  14.     repeat with n = 14 to 38
  15.       set the cursor of sprite n to 0
  16.     end repeat
  17.     set the castNum of sprite 13 to 180
  18.     go(the frame + 1)
  19.   end if
  20. end
  21.