home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
Epic_Mouse.swf
/
scripts
/
frame_8
/
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-04
|
102 b
|
8 lines
this.onEnterFrame = function()
{
if(Key.isDown(2))
{
_root.gotoAndStop(6);
}
};