ChromeLib Model Tooltip problem

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

  1. #1

    Default ChromeLib Model Tooltip problem

    I have 12 planes in a scene that each have a model tooltip behavior assigned to them. It works allright, but if i navigate the scene with the arrow keys (and the mouse positioned inside the stage, but not moving), and the cursor touches one or two planes too fast, the tooltip doesn't disappear on rollOut and just sticks on the screen. If i then rollover another plane, i have a second tooltip (that works like it should, but the first one still doesn't go away)

    is there a way to extend the script

    on tooltipOff me
    if pOverlayIndex > 0 then
    deleteTooltip(me)
    end if
    end

    to say something like 'deleteTooltip(all)' so all tooltips on screen are deleted?

    thanks in advance =)


    3Darky webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. where's the chromelib site
      Has the Chrome Libary moved? The site at: http://www.chromelib.com/ does not work and hasn't for a while. Thanks.
    2. chromelib.com is back
      Hello, The Chrome Lib website is back (for good): http://www.chromelib.com/ Best regards, Karl Sigiscar.
    3. ChromeLib Problem
      sorry by the multiple post. Browser problems.
    4. Chrome Lib Model Tooltip behavior fixed
      The display bug of the Model Tooltip behavior has been fixed two weeks ago in a new release of the Chrome Lib. A more recent version also includes...
    5. Problem picking model under another model
      Im using the following code to create a list of the 1st 2 models under the mouse which I can use in an if statement. example: on mouseDown me pt =...
  3. #2

    Default Re:ChromeLib Model Tooltip problem


    This bug has already been fixed. Download and install the latest version of the Chrome Lib:
    [url]http://membres.lycos.fr/karlsigiscar/shockwave3d[/url]

    Cheers,
    Karl.


    Newt99 webforumsuser@macromedia.com Guest

  4. #3

    Default Re:ChromeLib Model Tooltip problem


    Basically, the fix already does what you say. A global variable holds a list of the Model Tooltip behavior instances. When the movie starts, each instance adds itself to the list. Before the current tooltip is displayed, all the other instances are notified and erase their tooltip if need be.

    Regards,
    Karl.



    Newt99 webforumsuser@macromedia.com Guest

  5. #4

    Default Re:ChromeLib Model Tooltip problem

    ah yes, works like a charm now. thanks karl...
    maybe adding a "last updated..." (or even a revision list) on the chromelib download site would help not having to answer these questions ;)

    oh, i sent you a mail a week or two ago, don't know if you got it. Basically just asking if you're available for contract work in the near future.

    Greets

    Chris


    3Darky webforumsuser@macromedia.com Guest

  6. #5

    Default Re: Re:ChromeLib Model Tooltip problem

    Yes Chris, actually the "last updated" info together with a list of new
    features, updates and bug fixes are on director3d.de ...

    Cheers,
    Karl.


    Karl Sigiscar Guest

  7. #6

    Default Re: Re:ChromeLib Model Tooltip problem

    Chris, concerning point 2, please do send an e-mail again:
    [email]karl.sigiscar@laposte.net[/email]

    Cheers,
    Karl.


    Karl Sigiscar Guest

  8. #7

    Default Re: ChromeLib Model Tooltip problem

    hi i have a problem with the tooltip. i am using it on a 3d symbol - when you click on a part of the symbol you go to a different screen and the model tooltip tells you what that part of the symbol means. the problem is that when i go back to the original screen the original tooltip name is still there.
    Unregistered Guest

  9. #8

    Default Re: ChromeLib Model Tooltip problem

    hi i just wrote the question about the model tooltip - if anyone can answer this please email me at contact@elemental.ws - thanks
    Unregistered 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