home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
staticshock.swf
/
scripts
/
DefineSprite_311_spark
/
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
|
2005-11-09
|
179 b
|
7 lines
var xvel = int(Math.random() * 20) - 10;
var yvel = int(Math.random() * 2) - 12;
var gravity = 1.4;
var alphaAmount = 100;
var xposition = this._x;
var yposition = this._y;