home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
blockix.swf
/
scripts
/
DefineSprite_33_enemy
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-09-26
|
192b
|
7 lines
var mc = 0;
this.onEnterFrame = function()
{
_root.attachMovie("orange_trace",6000 + mc,_root.getNextHighestDepth(),{_x:this._x,_y:this._y,my_counter:10});
mc = (mc + 1) % 256;
};