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

  1. global gClientAdURL
  2.  
  3. on mouseDown me
  4.   gsOpenURL(gClientAdURL)
  5.   cursor(-1)
  6. end
  7.  
  8. on mouseEnter me
  9.   cursor(280)
  10. end
  11.  
  12. on mouseLeave me
  13.   cursor(-1)
  14. end
  15.