home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
blockix.swf
/
scripts
/
DefineSprite_53_sparcle
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-09-26
|
230b
|
14 lines
this.onEnterFrame = function()
{
mytimer--;
this._x += xm;
this._y += ym;
this._width *= 0.9;
this._height *= 0.9;
this._alpha *= 0.95;
if(mytimer == 0)
{
this.removeMovieClip();
}
};