home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00065.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  220 b   |  12 lines

  1. on mouseDown me
  2.   sprite(59).visible = 0
  3.   sprite(62).visible = 1
  4. end
  5.  
  6. on mouseUp me
  7.   if the locV of sprite 38 < 325 then
  8.     set the locV of sprite 38 to the locV of sprite 38 + 1
  9.   end if
  10.   sprite(62).visible = 0
  11. end
  12.