home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 3 #5 / CDRV3N5.ISO / demo / introdm.dir / Internal_108_Next.ls < prev    next >
Encoding:
Text File  |  1996-07-12  |  133 b   |  8 lines

  1. on mouseDown
  2.   global NextSprite
  3.   if ButtonPressed(NextSprite, EMPTY, EMPTY) then
  4.     goToNextPage()
  5.   end if
  6.   dontPassEvent()
  7. end
  8.