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

  1. #1

    Default Overlay problems

    I have created a script to control overlays used as labels to identify
    various 3D models in a scene. Different labels are populated & removed as
    overlays at different times in the animation, depending on various
    selections. I cannot find a way to accurately identify the labels to be
    removed other that the source command.

    The problem I'm having is that the overlay[x].source command comes back with
    a script error saying "Operation Disabled". I have never seen this error
    before & was wondering if anyone has any ideas to the source of the problem.

    Hope this makes sense,

    James


    James Watt Guest

  2. Similar Questions and Discussions

    1. overlay help please
      the overlays in a project i'm working on look like crap. http://www.atlanticnetltd.com/x/toiboit/ both movies use the same method, hell i copied...
    2. overlay texture uv
      Hello! I'm using overlays for my gui and I would like to be able to detect if the mouse is over certain areas of the overlay. For example, I may...
    3. i'm trying to be anti-overlay... :]
      I'm working on an interactive cdrom for one of my classes, and I'm doing the whole interface in 3d, but not "obvious" 3d.. I'm wanting to use simple...
    4. Overlay or non DTS
      Hi guys, Whats more efficient; using a flash sprite as an animated overlay or adding it to the stage with the 3d member's dts turned off? I...
    5. Color overlay help
      You do not have the backgound layer selected do you? Blend modes make no sense here. If so, you either need to copy the layer and work on the copy...
  3. #2

    Default Re: Overlay problems

    James Watt wrote:
    > The problem I'm having is that the overlay[x].source command comes back with
    > a script error saying "Operation Disabled". I have never seen this error
    > before & was wondering if anyone has any ideas to the source of the problem.
    IIRC, there was a bug when removing overlays. Thomas Westin came across
    with this problem a couple of months ago (Google it...the subject is
    "Overlay crash in Windows XP SP1"). There should be more info in another
    3D lists.

    Good luck,
    --
    Agustín María Rodríguez | [email]agustin@OnWine.com.ar[/email] | [url]www.OnWine.com.ar[/url]

    Agustín María Rodríguez Guest

  4. #3

    Default Re: Overlay problems

    I found the problem. I had removed the texture graphic without removing
    the overlay reference. I had been trying to delete the overlays in index
    order which obviously doesn't work. I just reversed the index list so that
    I deleted the overlays from the highest index, down the way.
    I can't believe that there is not a command in director to reverse the order
    of a list...
    This 3D environment will not be running under XP so I hope I have no
    problems from now on.

    Thanks,

    James

    "Agustín María Rodríguez" <agustin@onwine.com.ar> wrote in message
    news:bn323b$6jt$1@forums.macromedia.com...
    > James Watt wrote:
    > > The problem I'm having is that the overlay[x].source command comes back
    with
    > > a script error saying "Operation Disabled". I have never seen this
    error
    > > before & was wondering if anyone has any ideas to the source of the
    problem.
    >
    > IIRC, there was a bug when removing overlays. Thomas Westin came across
    > with this problem a couple of months ago (Google it...the subject is
    > "Overlay crash in Windows XP SP1"). There should be more info in another
    > 3D lists.
    >
    > Good luck,
    > --
    > Agustín María Rodríguez | [email]agustin@OnWine.com.ar[/email] | [url]www.OnWine.com.ar[/url]
    >

    James Watt 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