home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
spinava historka
/
gCZ.swf
/
scripts
/
DefineButton2_388
/
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
|
357 b
|
13 lines
on(release){
_root.hero.clickSpot_x = 280;
_root.hero.clickSpot_y = 400;
if(getProperty(_root.cur, _X) > getProperty(_root.hero, _X))
{
setProperty("_root.hero.heroint", _xscale, "+100");
}
if(getProperty(_root.cur, _X) < getProperty(_root.hero, _X))
{
setProperty("_root.hero.heroint", _xscale, "-100");
}
}