# Firing events through methods... urgent help

**URL:** https://forum.kirupa.com/t/firing-events-through-methods-urgent-help/67842
**Category:** Uncategorized
**Created:** [October 20, 2004, 3:16am UTC](https://forum.kirupa.com/t/firing-events-through-methods-urgent-help/67842 "2004-10-20T03:16:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lordnoble](https://avatars.discourse-cdn.com/v4/letter/l/3e96dc/32.png) [@lordnoble](https://forum.kirupa.com/u/lordnoble)
#### Post date: [October 20, 2004, 3:16am UTC](https://forum.kirupa.com/t/firing-events-through-methods-urgent-help/67842/1 "2004-10-20T03:16:20Z")

</div>

whats the easiest way to code tooltip methods to my different classes I currently have working.  
for example  
mylabel.setTooltip(“text to show”,true);  
mylabel.removeTooltip();

so that any event anywhere could call a tooltip. The tooltip follows your mouse  
movement basically.

If the method was called from an MC and the second parameter which is a  
boolean is set to true:

mylabel.setTooltip(“text to show”,true);

Then the tooltip would only show while the mouse was over that label, componet or MC. If it  
moved away it would automatically fire the event to remove it.

Due to the urgency of this help im willing to pay a small fee for anyone who can write a quick tooltip .as that does just that.
