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

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