My account
Shopping cart
Knowledge base
Support


Usage and Code Samples for ToolTip 2007 Pro V1 Flash Component



ToolTip 2007 Pro V1 Usage and Code Samples

A ToolTip component is always a perfect tool when trying to give a hint on a button, or a short descriptive message on a MovieClip. It is easy to use because it has a customUI which helps you customize the component.

onOpenHint(arg:Object)- Invoked when the ToolTip begins to open.
param: arg:Object- an object with a property : target – the target movie clip on witch the ToolTip begin to open.

onCloseHint(arg:Object)- Invoked when the ToolTip begin to close. param : (arg:Object) – an object with a property : target – the target movie clip on which the ToolTip begin to close .

onBaloonClose() – if you have a notify ToolTip with closeBtn, when the user close the hint this event is invoked;