home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
eggrun.swf
/
scripts
/
DefineSprite_394
/
frame_2
/
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
|
2007-03-28
|
230 b
|
11 lines
this._x -= this.myspeed;
if(this._x < -2)
{
this.myspeed = this.rand1 / 4;
this._x = 322;
this._y = 240 * Math.random();
this._xscale = 100 * this.rand1;
this._yscale = 100 * this.rand1;
}
gotoAndPlay(1);