Many thanx for the answer. I know understand how to navigate the view around the screen.
i have one more basic question and i cant find any code in the demos/ examples there. I have an existing project wich use several actionscript that my main fla reads in with help of the import command. i then add them to the timeline with a simple code like this. "var btn:menus = new menus();" this action sript work as a charm but they are not advanced. when i try the same procedure with this 3d actionsript i get error 1034 coercion error, i try to add the 3d view by writing "var dbox:treedbox = new treedbox();" addChild(dbox)in the timeline actionscript. I suppose i miss something here and are supposed to use another command but beats me how to import it correctly. as mentioned when adding the actionscript as a class in the main window properties it works well. But if i do that on a document that calls other actionscript the other actionscrips fails to work. Sorry to post but google fails me since i am not entirely sure exacly what to search for :) the treedbox AS are located in the same directory as the fla file. But the other actionscript files are located in another folder. ------------------ Hey Dimi it's herehttp://away3d.googlecode.com/svn/trunk/fp10/Examples/Away3DLite/<http://away3d.googlecode.com/svn/branches/lite/src> -- Subscription settings: http://groups.google.com/group/away3d-dev/subscribe?hl=en
