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

  1. if(Math.random() > 0.5)
  2. {
  3.    _xscale = - _xscale;
  4.    _X = _X - _parent.shiftamt;
  5. }
  6.