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

  1. on mouseUp me
  2.   sprite(92).visible = 0
  3.   set the blend of sprite 91 to 100
  4.   set the blend of sprite 90 to 100
  5.   puppetTransition(1, 4, 1, 1)
  6.   cursor(-1)
  7.   showit(135, 138)
  8.   sprite(134).visible = 0
  9.   hideit(161, 164)
  10.   showit(84, 84)
  11.   showit(141, 141)
  12.   showit(79, 91)
  13.   go("ShpEx2b")
  14. end
  15.