home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
shoot.swf
/
scripts
/
DefineSprite_32_super
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-26
|
207 b
|
11 lines
onMouseDown = function()
{
if(this.hitTest(_root._xmouse,_root._ymouse,true))
{
if(!_root.hiscoreshowed)
{
getUrl("http://surpassarcade.com/", "_blank");
}
}
};