home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / howtogetstarted.dir / 00046_Back_button.ls < prev    next >
Encoding:
Text File  |  2002-05-14  |  95 b   |  12 lines

  1. on mouseUp
  2.   go(1, "main")
  3. end
  4.  
  5. on mouseEnter
  6.   cursor(280)
  7. end
  8.  
  9. on mouseLeave
  10.   cursor(0)
  11. end
  12.