Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Jota Mix #1
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)
tks
Jota
Jota Mix 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... -
Replacing cast member images...
I've created a number of bitmap cast members. When I imported the images I set them to be internal rather than references to external files. Now I... -
Word of Mouth Productions #2
Re: copy cast member
member (1, 2).copy (member (3, 1)
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
"Jota Mix" <jota@mixmidia.com> wrote in message
news:blae6f$l12$1@forums.macromedia.com...> 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)
>
> tks
>
>
> Jota
>
>
>
Word of Mouth Productions Guest
-
Robert Tweed #3
Re: copy cast member
"Word of Mouth Productions" <lingoboy@wordofmoe.com> wrote in message
news:blag47$ni3$1@forums.macromedia.com...I think you meant:> member (1, 2).copy (member (3, 1)
member( 1, 2 ).duplicate( member( 3, 1 ) )
- Robert
Robert Tweed Guest
-
Word of Mouth Productions #4
Re: copy cast member
I sure did
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
"Robert Tweed" <robert@killingmoon.com> wrote in message
news:blagou$oc0$1@forums.macromedia.com...> "Word of Mouth Productions" <lingoboy@wordofmoe.com> wrote in message
> news:blag47$ni3$1@forums.macromedia.com...>> > member (1, 2).copy (member (3, 1)
> I think you meant:
>
> member( 1, 2 ).duplicate( member( 3, 1 ) )
>
> - Robert
>
>
Word of Mouth Productions Guest



Reply With Quote

