home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
gotham_dark_night.swf
/
scripts
/
DefineSprite_623
/
frame_4
/
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-08
|
265 b
|
18 lines
_global.keyListen = true;
if(Key.isDown(39))
{
_global.rightPress = true;
}
else if(Key.isDown(37))
{
_global.leftPress = true;
}
else if(Key.isDown(40))
{
_global.downPress = true;
}
else if(Key.isDown(38))
{
_global.upPress = true;
}