Ask a Question related to Macromedia Director 3D, Design and Development.
-
3Darky webforumsuser@macromedia.com #1
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
-
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. -
chromelib.com is back
Hello, The Chrome Lib website is back (for good): http://www.chromelib.com/ Best regards, Karl Sigiscar. -
ChromeLib Problem
sorry by the multiple post. Browser problems. -
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... -
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 =... -
Newt99 webforumsuser@macromedia.com #2
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
-
Newt99 webforumsuser@macromedia.com #3
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
-
3Darky webforumsuser@macromedia.com #4
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
-
Karl Sigiscar #5
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
-
Karl Sigiscar #6
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
-
Unregistered #7
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
-
Unregistered #8
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



Reply With Quote

