home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
ntech.swf
/
scripts
/
DefineSprite_4
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
188 b
|
11 lines
this._x = Math.random() * 20 - 10;
this.onEnterFrame = function()
{
this._y -= 4;
this._alpha = this._y - -100;
if(this._y > 100)
{
this.unloadMovie();
}
};