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

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