home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 35
/
jogo-disk-35.iso
/
Games
/
red_beard.swf
/
scripts
/
DefineSprite_180
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-02-27
|
248b
|
11 lines
this;
if(hitTest(_root.playerMC) and eval("_root.codeMC:falling") == "on")
{
if(eval("_root.codeMC:purpleSwitch") != "on")
{
_root.click.start();
}
set("_root.codeMC:purpleSwitch","on");
switchMC.gotoAndStop("on");
}