Problems selecting 3D-models

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

  1. #1

    Default Problems selecting 3D-models

    I'm working on a application now, where the user can interact with a 3D-model.
    Also, the user can click on different models and retreive information about
    it. Director outputs this in a textfield.

    I made a script on a mouseup handler that outputs the 3D model-name into
    textfield. It looks like this.

    s = pClickedModelData
    member("gegevens_tonen").text = string(s)

    The problem I have is that whenever i click a model, the model-name shows but
    it also shows
    the models lying underneath the selection.
    So it looks like Director sees the model transparent and does not reconize a
    layer.
    Can anyone help me with this. Can I filter the other models out, or is there
    a better way to show selection?

    thank you,



    bosaap Guest

  2. Similar Questions and Discussions

    1. 3D models
      just a quick question, what do you guys think is the best software to use when designing 3D models for use in director or flash?
    2. URGENT HELP! Selecting Models with the Mouse
      I need to create the functionality where I can drag a selection box and hilight all the models selected. In my game, I need to make it so a user...
    3. Selecting text problems
      I have a project where I need to copy the text from old PDFs and put them into a word document. Unfortunately, I think the text is actually saved as...
    4. PS7 - path selecting problems - CA Magazine Aug 03
      Hi, I'm working through a tutorial ( Cover tutorial, Computer Arts Magazine August 2003 ), and am having some problems using paths. I have imported...
    5. w3d models
      how do you import w3d models into director. do you use lingo - if so has any one got a demo on this. I've got the object converter and have converted...
  3. #2

    Default Re: Problems selecting 3D-models

    I already solved the problem with the modelUnderLoc function.

    bye
    bosaap 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