home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
alex_trax.swf
/
scripts
/
DefineButton2_321
/
BUTTONCONDACTION on(keyPress Up).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
184 b
|
9 lines
on(keyPress "<Up>"){
_root.map.level0pop._visible = false;
if(_root.mapId < _global.game.maxLevel)
{
_root.mapId = _root.mapId + 1;
}
_root.mapRedraw();
}