home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
spinava historka
/
gCZ.swf
/
scripts
/
DefineButton2_453
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2004-10-08
|
277 b
|
16 lines
on(release){
if(pila eq true)
{
tellTarget("_root.h")
{
gotoAndPlay(190);
}
setProperty("_root.inv_pila", _Y, "-300");
tellTarget("_root.cur")
{
gotoAndStop(1);
}
_root.pila = false;
}
}