home *** CD-ROM | disk | FTP | other *** search
/ One Click 5 / ONCE005.iso / Jogos / 1636.swf / scripts / DefineSprite_271 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-05-02  |  237 b   |  8 lines

  1. onEnterFrame = function()
  2. {
  3.    var position = {x:_X,y:_Y};
  4.    _parent.localToGlobal(position);
  5.    gameEngine = eval(gameEngineName);
  6.    gameEngine.createBullet(bulletName,position,_parent._parent.team,_parent._parent._xscale);
  7. };
  8.