home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive: Demo Special / CDROM_0995.iso / mac / Wings / WINGS.EXE / WINGS_3.DXR / 00033.ls < prev    next >
Encoding:
Text File  |  1995-04-21  |  214 b   |  13 lines

  1. on mouseUp
  2.   global i, j
  3.   if j = 0 then
  4.     beep(1)
  5.   else
  6.     set j to j - 1
  7.     set i to j * 60
  8.     set the movieTime of sprite 2 to i
  9.     set the movieRate of sprite 2 to 1
  10.     myPuppet(6, 60, 55)
  11.   end if
  12. end
  13.