Ask a Question related to Macromedia Director 3D, Design and Development.
-
dsdsdsdsd #1
does modelresource need to be in same member as model
hello;
I have 2 members:
member_A which is empty
member_B which has a model ( and ofcourse its modelresource )
when I attempt
member_A.newmodel( "new_name" , member_B.modelresource( "resource_name" ) )
it fails;
I would like to know if technically the modelresource from B must also be
present in member_A prior to the newmodel method;
thanks
Shannon Burnett
Chicago
dsdsdsdsd Guest
-
Insert model from cast member.
Hello. I need to know how to insert models from cast members, ie... Say I have a cast member named "B2", which includes a model of a B2 Spirit... -
Applying colour to 3D model in a 3D member
Heylo, I am trying to drag and drop colours onto a model in a 3D world. The model is called Wall01. My code is working for dragging the colours... -
member().model() doesn't work in JS syntax
Hello everyone! I'm trying to select an object by the name. It should work this way using javascript: member("3dWorld").getProp("model",... -
How to let objects in a cast member be a child of agroup(or a model) in another cast member?
I want to add a model to the scene. I try this code: member('world').newgroup('gr2') member('world').group('gr2').addchild(member('r2').model(1)) ... -
NEED HELP member().model() DOESN'T WORK JAVASCRIPT
Hello everyone I have a problem. I'm trying to select an object from my "3dWorld" by the name of the object. it should work this way using... -
neekss #2
Re: does modelresource need to be in same member asmodel
i guess you have that "cloneModelFromCastmember" method to just wht you want.
neekss Guest



Reply With Quote

