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

  1. global gFlashBanner, gBannerList, GAME_ID
  2.  
  3. on mouseDown me
  4.   if gFlashBanner = 0 then
  5.     if getProp(gBannerList, #clicktolink) <> "NULL" then
  6.       gotoNetPage(getProp(gBannerList, #clicktolink), "_new")
  7.     else
  8.       gotoNetPage("http://www.kewlbox.com/ping/bannerDirect.cfm?gameId=" & GAME_ID)
  9.     end if
  10.   end if
  11. end
  12.  
  13. on mouseEnter me
  14.   cursor(280)
  15. end
  16.  
  17. on mouseLeave me
  18.   cursor(-1)
  19. end
  20.