home *** CD-ROM | disk | FTP | other *** search
/ Club KidSoft Volume 3 #1 / ClubKidsoft.iso / movies / qa.dir / 00020_Script_20 < prev    next >
Text File  |  1995-02-07  |  212b  |  8 lines

  1. on mouseDown
  2.   set y = the height of sprite the clickOn
  3.   set mouseY = the mouseV
  4.   global qaNumPages
  5.   set newPage = mouseY / (y / qaNumPages) + 1
  6.   --put y && mouseY && qaNumPages
  7.   GoToPage(newPage)
  8. end