home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
spinava historka
/
gCZ.swf
/
scripts
/
DefineButton2_436
/
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
|
544 b
|
35 lines
on(release){
if(pila eq true)
{
tellTarget("_root.h")
{
gotoAndStop("fred");
play();
}
}
if(money eq true)
{
tellTarget("_root.h")
{
gotoAndStop("tomutak");
play();
}
}
if(matka eq true)
{
tellTarget("_root.h")
{
gotoAndStop("knicemu");
play();
}
}
if(taska eq true)
{
tellTarget("_root.h")
{
gotoAndStop("vyznam");
play();
}
}
}