home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 October / NET_DISC.iso / pc / html / issue / smatic / carypepp / explain.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1996-11-12  |  235 b   |  15 lines

  1. on mouseUp
  2.   global p
  3.   puppetSound("hmmm.aiff")
  4.   set p to p + 1
  5.   if p = 20 then
  6.     set p to 15
  7.     puppetSprite(2, 0)
  8.     puppetSprite(3, 0)
  9.     puppetSprite(4, 0)
  10.     go(1)
  11.   else
  12.     set the castNum of sprite 4 to p
  13.   end if
  14. end
  15.