home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / blockix.swf / scripts / DefineSprite_33_enemy / frame_1 / DoAction.as
Text File  |  2008-09-26  |  192b  |  7 lines

  1. var mc = 0;
  2. this.onEnterFrame = function()
  3. {
  4.    _root.attachMovie("orange_trace",6000 + mc,_root.getNextHighestDepth(),{_x:this._x,_y:this._y,my_counter:10});
  5.    mc = (mc + 1) % 256;
  6. };
  7.