|
|
#1 (permalink) |
|
Junior Member
Join Date: Aug 2008
Posts: 1
|
Hi
I'm don't know much actionscripting and i'm having problems to implement it, im using the code in the instructions ou provided, basically i have a map with dots on it and each dot is a movie clip called dot1, dot2 etc, i have copied all the script files and im using this code in the first frame of my movie clip, can you please check it? import oxylus.tooltip.Tooltip; //import the class Tooltip.attach(); // attaches the tooltip public static show([obj:Object]):Void Tooltip.setVars({ tipWidth: 20, imgWidth: 100, imgHeight: 100, imgMarginRight: 5, tipHeight: 10, radius: 5, hspace: 10, vspace: 5, borderWidth: 1, tipXOffset: 10, cursorDist: 5, cursorHeight:20 }); dot1.onRollOver = function() { Tooltip.show({ img: "images/thumbnail1.jpg", imgWidth:100, imgHeight:70, tip:”Lorem ipsum dolor sit amet <br/> New line”, delay:0.3, stay:10, follow:true }); }; dot1.onRollOut = function() { Tooltip.hide(0.5); }; |
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT. The time now is 08:14 PM.








Linear Mode
