Hi. I tryed creating cubes to scene (following code), but flash freeze on few seconds. I know that flash dont have thread, but how I can do it, that cubes will be displayed (continuosly) without freeze flash ? Thanks
viewport.scene.addChild(worldContainer);
funtion addToScene()_void{
var meshCube:Mesh;
meshCube = new Cube(SomeMaterial,16,16,1,1);
for (i=0; i