home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
spinava historka
/
gCZ.swf
/
scripts
/
DefineButton2_370
/
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
|
459 b
|
25 lines
on(release){
if(_root.phone.hitTest(_root.hero.heroint))
{
if(_root.taska eq true)
{
_root.prog_telefon2 = true;
tellTarget("_root.phone")
{
gotoAndStop(10);
}
tellTarget("_root.h")
{
gotoAndPlay(290);
}
}
else
{
tellTarget("_root.c")
{
gotoAndStop("ne");
}
}
}
}