home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 108
/
jogo-disk-108.iso
/
Games
/
Titans
/
beastboy.swf
/
scripts
/
DefineSprite_249
/
frame_1
/
DoAction.as
Wrap
Text File
|
2010-05-15
|
311b
|
18 lines
onenterframe = function()
{
if(Key.isDown(66))
{
if(Key.isDown(89))
{
if(!r.cheat1)
{
r.cheat1 = 1;
r.zbonus.start();
barcolor = new color(r.bar);
barcolor.setbrightness(50);
}
}
}
};
stop();