home *** CD-ROM | disk | FTP | other *** search
- global gFlashBanner, gBannerList, GAME_ID
-
- on mouseDown me
- if gFlashBanner = 0 then
- if getProp(gBannerList, #clicktolink) <> "NULL" then
- gotoNetPage(getProp(gBannerList, #clicktolink), "_new")
- else
- gotoNetPage("http://www.kewlbox.com/ping/bannerDirect.cfm?gameId=" & GAME_ID)
- end if
- end if
- end
-
- on mouseEnter me
- cursor(280)
- end
-
- on mouseLeave me
- cursor(-1)
- end
-