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

  1. on mouseDown
  2.   set the visible of sprite the clickOn to 0
  3.   updateStage()
  4.   repeat while the mouseDown
  5.   end repeat
  6.   set the visible of sprite the clickOn to 1
  7.   scrollByPage(member "foodPrep", -1)
  8. end
  9.