特色 Features:
支持V2组件和剪辑,不覆盖原有的onRollOver函数,皮肤更换简单,支持html格式 tooltip,低CPU耗用。
a. support UIComponent and MovieClip
b. preserve the origin onRollOver event.
c. very easy to customize Tooltip skin, even to a Flash beginner.
d. support html tooltips.
e. optimized for low CPU consuming.
Instructions:
1 When installed, Drag the KToolTip component from the component panel into the library of your fla file.
2 write “import org.kingda.tools.KToolTip;” at the first line of the frame. or at the first line of your class file.
3 if you want make a tooltip for a movieclip or UIComponent. just write
KToolTip.add(yourmovieclip, "your tooltip"

;
4 Test movie, you got it.
帮助:
1 拖动KToolTip组件到库中
2 在fla文件第一幀写上 import org.kingda.tools.KToolTip; 如在类class中使用,在第一行写import org.kingda.tools.KToolTip;写一次即可。
3 對组件UIComponent或者MovieClip加Tooltip的話,只要写
KToolTip.add(组件或MovieClip名称,“ToolTip内容”);
www.kingda.orge-mail:kingda1980@yahoo.com
太累了,明儿还要上班。定制皮肤的方法明天再写! ^ ^
有问题请评论回复!