home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / ssff.dir / 00293_but2_hi.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  350 b   |  18 lines

  1. on mouseUp
  2.   global valueOn, notstarted
  3.   puppetTransition(member "fade")
  4.   puppetSprite(8, 0)
  5.   puppetSprite(18, 0)
  6.   puppetSprite(19, 0)
  7.   repeat with loopR = 20 to 33
  8.     puppetSprite(loopR, 0)
  9.   end repeat
  10.   turnOffpuppetspritesfortext()
  11.   startTimer()
  12.   sound fadeOut 1, 15
  13.   set valueOn to 2
  14.   set notstarted to 1
  15.   cursor(4)
  16.   go("water")
  17. end
  18.