Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    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)) ...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default Re: copy cast member

    "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


    Robert Tweed Guest

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139