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

  1. on mouseDown
  2.   if PressButton(8) = 0 then
  3.     return 
  4.   end if
  5.   unSetButton()
  6.   go(1)
  7.   set the mouseDownScript to "GoMenu"
  8.   set the keyDownScript to "GoMenu"
  9. end
  10.