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

  1. global gClientURLs, VERSION_NUM
  2.  
  3. on mouseEnter me
  4.   cursor(280)
  5. end
  6.  
  7. on mouseLeave me
  8.   cursor(-1)
  9. end
  10.  
  11. on mouseUp
  12.   bdWebCommunicate(gClientURLs[VERSION_NUM], 1)
  13. end
  14.