home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / staticshock.swf / scripts / DefineSprite_311_spark / frame_1 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  179 b   |  7 lines

  1. var xvel = int(Math.random() * 20) - 10;
  2. var yvel = int(Math.random() * 2) - 12;
  3. var gravity = 1.4;
  4. var alphaAmount = 100;
  5. var xposition = this._x;
  6. var yposition = this._y;
  7.