home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / gotham_dark_night.swf / scripts / DefineSprite_101 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-08  |  358 b   |  9 lines

  1. fall = function()
  2. {
  3.    var _loc1_ = this;
  4.    if(!_loc1_.hitTest(_loc1_._parent.hitZoneX.testZone) && !_loc1_.hitTest(_loc1_._parent.hitZoneX.testZone2) && !_loc1_.hitTest(_loc1_._parent.hitZoneX.testZone3) && !_loc1_.hitTest(_loc1_._parent.hitZoneX.testZone4) && !_loc1_.hitTest(_loc1_._parent.hitZoneX.testZone5))
  5.    {
  6.       _loc1_._y += 9;
  7.    }
  8. };
  9.