home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
redbeard.swf
/
scripts
/
DefineSprite_180
/
frame_1
/
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-12
|
248 b
|
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");
}