home *** CD-ROM | disk | FTP | other *** search
/ Learn to Speak Spanish 7 / LSSP_7.ISO / pc / lssp / shared.dir / 00600_Previous.ls next >
Encoding:
Text File  |  1998-11-16  |  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.