home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
bigtruckadventures2.swf
/
scripts
/
DefineSprite_442
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-04
|
292 b
|
14 lines
i = 0;
if(i < Math.floor(Stage.width / 10) + 2)
{
if(i != 0)
{
surface0.duplicateMovieClip("surface" + i,i);
}
_root.ground2["surface" + i].cacheAsBitmap = true;
§§push(_root.ground2["surface" + i]);
§§push("xoff");
§§push(i);
§§push(10);
}