home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / tangerine-panic.swf / scripts / DefineSprite_43 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-04  |  141 b   |  10 lines

  1. grav = 1;
  2. bounce = 0.9;
  3. friction = 0.99999;
  4. bottom = 345;
  5. right = 550;
  6. _X = 0;
  7. _Y = 50;
  8. xspeed = Math.random() * 8 + 2;
  9. yspeed = 1;
  10.