home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / DefineSprite_74_ball / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  245 b   |  17 lines

  1. if(_root.car.xSpeed > 0)
  2. {
  3.    _X = _root.fake._x - 40;
  4. }
  5. if(_root.car.xSpeed < 0)
  6. {
  7.    _X = _root.fake._x + 40;
  8. }
  9. if(rot == undefined)
  10. {
  11.    rot = random(40);
  12. }
  13. if(Math.round(_root.car.xSpeed) == 0)
  14. {
  15.    this.removeMovieClip();
  16. }
  17.