home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / pandawars.swf / scripts / DefineSprite_144 / frame_29 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  231 b   |  7 lines

  1. _root.i = _root.i + 1;
  2. _root.lbullet.duplicateMovieClip("bullet" + _root.i,_root.i,{pandamarm:_parent._rotation,panxscale:_parent._parent._xscale,_x:_root.banX,_y:_root.banY,spd:35});
  3. if(_root.i >= 112)
  4. {
  5.    _root.i = 100;
  6. }
  7.