home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
DefineSprite_959
/
frame_17
/
DoAction.as
Wrap
Text File
|
2008-09-12
|
178b
|
10 lines
if(_root.tenguman._x > _root.heroe._x)
{
_root.windx = -1 * _root.heroe.hforce * 1.3;
}
else
{
_root.windx = _root.heroe.hforce * 1.3;
}
_root.wind01.start(0,99);