home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / Sketchy.exe / Sled.dcr / 00065_t_privacyButton.ls < prev    next >
Encoding:
Text File  |  2002-12-31  |  96 b   |  12 lines

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