Ask a Question related to Macromedia Director 3D, Design and Development.
-
WrongAgain #1
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)) After I ran the
code, I found nothing was added to the group 'gr2'. I checked it in the debug
mode. There was nothing at all in the group 'gr2'. I also tried the
CloneModelFromCastMember(), but I found the method can not be used in group and
model hierachy. However,when I use this code, models can be added to the
scene: member('world').loadfile('r2.w3d',false,true) The r2.w3d is the
model in the member 'r2' as above. But I do not want to use loadfile(), because
I can not manage models with this method. How to let objects in a cast member
be a child of a group(or a model) in another cast member?
WrongAgain Guest
-
3D cast member access
hi all, i want to exchange 3d model data with a director app and a 3rd party application at runtime. because the data must go both ways and... -
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... -
3d cast member with transparent bg
Hello. I'm trying to implement a simple game like this: - When reached a frame, some new #shockwave3d cast members are created, and each of them... -
Cast member name limit bug
I can assign a long name to a member's name property, but if I try to retrieve it by that name, it fails. For example, the following statement is... -
copy cast member
Hi, I need making a copy of member 1 from cast 2 to member 3 from cast 1... how to make? please, in lingo...... no (ctrl +c and ctrl+v) -
WrongAgain #2
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)) After I ran the
code, I found nothing was added to the group 'gr2'. I checked it in the debug
mode. There was nothing at all in the group 'gr2'. I also tried the
CloneModelFromCastMember(), but I found the method can not be used in group and
model hierachy. However,when I use this code, models can be added to the
scene: member('world').loadfile('r2.w3d',false,true) The r2.w3d is the
model in the member 'r2' as above. But I do not want to use loadfile(), because
I can not manage models with this method. How to let objects in a cast member
be a child of a group(or a model) in another cast member?
WrongAgain Guest



Reply With Quote

