home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / destroytheworld.swf / scripts / DefineSprite_1120 / frame_34 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  253 b   |  6 lines

  1. _global.newDepth += 1;
  2. newName = "rocket" + _global.newDepth;
  3. duplicateMovieClip("_root.game.rocket",newName,16384 + _global.newDepth);
  4. setProperty("_root.game." + newName, _X, this._x - 15);
  5. setProperty("_root.game." + newName, _Y, this._y - 45);
  6.