home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / bigtruckadventures2.swf / scripts / DefineSprite_442 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-04  |  292 b   |  14 lines

  1. i = 0;
  2. if(i < Math.floor(Stage.width / 10) + 2)
  3. {
  4.    if(i != 0)
  5.    {
  6.       surface0.duplicateMovieClip("surface" + i,i);
  7.    }
  8.    _root.ground2["surface" + i].cacheAsBitmap = true;
  9.    ┬º┬ºpush(_root.ground2["surface" + i]);
  10.    ┬º┬ºpush("xoff");
  11.    ┬º┬ºpush(i);
  12.    ┬º┬ºpush(10);
  13. }
  14.