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

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the visible of sprite (the clickOn + 2) to 1
  4.     scrollByPage(member "trivia base mat.1.board", 1)
  5.   end repeat
  6.   set the visible of sprite (the clickOn + 2) to 0
  7. end
  8.