Ask a Question related to Macromedia Director 3D, Design and Development.
-
the_scripter #1
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
Bomber - model is named "plane". Then, I have another member called "arena".
How would I put the model "plane" from cast member "B2" into cast member
"arena", using lingo?
Any help is appreciated.
the_scripter 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... -
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)) ... -
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) -
enrique_rodriguez #2
Re: Insert model from cast member.
member("arena").cloneModelFromCastMember("plane_ar ena", "plane", member("B2"))
destinyMember.cloneModelFromCastMember(newName, originalName, sourceMember)
enrique_rodriguez Guest
-



Reply With Quote

