home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / DefineSprite_959 / frame_17 / DoAction.as
Text File  |  2008-09-12  |  178b  |  10 lines

  1. if(_root.tenguman._x > _root.heroe._x)
  2. {
  3.    _root.windx = -1 * _root.heroe.hforce * 1.3;
  4. }
  5. else
  6. {
  7.    _root.windx = _root.heroe.hforce * 1.3;
  8. }
  9. _root.wind01.start(0,99);
  10.