Talk:Download

From FileZilla Wiki
Revision as of 03:20, 23 July 2012 by 2.49.217.209 (talk) (Undo revision 10190 by 71.123.236.16 (talk))
Jump to navigationJump to search

Hi David .. try doing a test with a simple grmteoeic figure. When you export the file. AS apparently is okay, the problem happens when you add to the container Alternativa3D. You use the following code:var bx: mybox mybox = new ();bx.calculateNormals (true);bx.calculateBounds ();container.addChild (bx);But as it happens in version 7, the method calculateNormals () does not exist. So I put:var bx: mybox mybox = new ();bx.calculateBounds ();container.addChild (bx);But in this case adds nothing to the container, then I fail to see anything, but how big you assign the object. What would be the correct way to add it. Thanks to Excellent Your Job