|
|
#11 (permalink) |
|
Junior Member
Join Date: Oct 2008
Posts: 7
|
Adrian,
I truly apologize for hounding you for something as trivial as the installation of the Tooltip V2 software, but I need help and I am a little bit frustrated for not being able to comprehend the steps to undertake in order to get this thing to work? The instructions from the help file does not do me any justice. My problem is that I just don't know how to apply the referenced code and where. I also got a mental block on how to segregate the tooltip by itself. I am using Flash CS3, Actionscript 2. Please, please help! Please do not send back a Robo-Answer. Gerard |
|
|
|
|
|
#12 (permalink) |
|
OYXLUSFlash.com Staff Member
|
Let's say you have a movieclip named "car" on the stage. You want to display the tooltip "This is a car" when you roll over that movie clip. For that you will need to click on the timeline frame that holds the "car" movieclip and write the following code:
Code:
import oxylus.tooltip.Tooltip; //import the tooltip class
Tooltip.attach(); // attach the tooltip from the library
car.onRollOver = function() {
Tooltip.show({tip:”this is aq car”,delay:0.3,stay:10,follow:true});
};
car.onRollOut = car.onReleaseOutside =function() {
Tooltip.hide(0.5);
};
Try testing the above code I have written. Make sure you create your movieclip and you name it "car" in the Properties panel. Adrian |
|
|
|
|
|
#13 (permalink) |
|
Junior Member
Join Date: Oct 2008
Posts: 7
|
I've applied the changes as instructed to no avail!
Here are the steps that I've taken: 1. I created a folder called Flashflag in which all the Tooltip files and folders are residing (ex. Caurina, oxylus...) 2. I created a movie clip called Flag (Simply a Photoshop picture of the Flag of Algeria) 3. I applied the following codes to the Action Script of Frame 1 of the Flag movie import oxylus.tooltip.Tooltip; //import the tooltip class Tooltip.attach(); // attach the tooltip from the library Flag.onRollOver = function() { Tooltip.show({tip:"This is the Flag of Algeria",delay:0.3,stay:10,follow:true}); }; Flag.onRollOut = Flag.onReleaseOutside =function() { Tooltip.hide(0.5); }; 4. I compiled the movie ....and....Nothing, Nada, ZILTCH! Unless I am terribly off the mark, please tell me what I have done wrong! Gerard |
|
|
|
|
|
#15 (permalink) | |
|
Junior Member
Join Date: Nov 2008
Posts: 5
|
Quote:
) So, here are a few quick steps to get your tooltip working: 1. You have to select the movieclip instance on the stage; 2. Now, look for the input text field named "Instance name" into the Properties pane (if this pane is not visible, just press Ctrl+F3 on your keyboard, or alternatively go to Flash's menu, click on "Window", then select "Properties". The "Properties" pane should now be visible.) 3. Now, type "Flag" (without the quotes) in the "Instance name" textfield. Take a look at my 11-18-2008 (190629).png screenshot to see what I mean. Be aware though that your Flash version might differ from mine, which is CS4, hence the (possible) different interface aspect. I'm positively sure it will work now. Let me know if this solved your problem. Good luck! Cheers, Dani |
|
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT. The time now is 07:56 PM.





)
. Thank you for your intervention. I really appreciate it.



Linear Mode
