Old 08-31-2008, 10:52 AM   #1 (permalink)
Junior Member
 
Join Date: Aug 2008
Posts: 1
Default Problem implementing it

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);
};
pako80 is offline   Reply With Quote
Old 09-01-2008, 08:15 PM   #2 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,981
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

Did you copy the Library folders/symbols aswel ? If yes, send me the files to my email address so I can take a look.
Adrian is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:14 PM.