Flashblocks Flash CMS
Welcome, Guest
Please Login or Register.    Lost Password?
Create Tooltips with Flashblocks: (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: Create Tooltips with Flashblocks:
#738
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Create Tooltips with Flashblocks: 2 Years, 9 Months ago
Flashblocks has tooltips built in.


attach this code to an MC:

onClipEvent (load) {
this.onRollOver = function() {
_root.flashblocks.tooltip("hello world");
};
this.onRollOut = function() {
_root.flashblocks.tooltip();
};
}
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop

Thank you