home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / objects_57_Prep.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  485 b   |  21 lines

  1. on mouseDown
  2.   global RecipeNum
  3.   set the visible of sprite 41 to 1
  4.   updateStage()
  5.   repeat while the mouseDown
  6.   end repeat
  7.   set the visible of sprite 41 to 0
  8.   forget(window "notes")
  9.   repeat with i = 19 to 25
  10.     set the visible of sprite i to 0
  11.   end repeat
  12.   puppetSprite(24, 0)
  13.   puppetSprite(25, 0)
  14.   repeat with i = 31 to 35
  15.     set the visible of sprite i to 0
  16.   end repeat
  17.   forget(window "notes")
  18.   set the visible of sprite 40 to 0
  19.   set the cursor of sprite 40 to 0
  20. end
  21.