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

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