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

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