jSearch - turns search Engines into FIND engines - Programming in JAVA
Copyright (C) 1999-2009 Hunt Lin
This program is free software you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation either version 2 of the License, or(at your option) any later version.
This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.
You should have received a copy of the GNU General Public Licensealong with this program if not, write to the Free SoftwareFoundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Also add information on how to contact you by electronic and paper mail.
標簽:
Programming
Copyright
jSearch
Engines
上傳時間:
2017-02-10
上傳用戶:qoovoop
工具提示組件,所有MovieClip或繼承自MovieClip的對象都可以使用,
占資源非常小,使用高效算法,最大限度優化代碼,還有自動清除不存在的toolTip的功能,
即使你不停的addChild,當mc不存在時或toolTip不存在時,而沒有removeChild,則自動清除,
絕不占資源,此算法不是利用光標的移動時做檢測,所有不用擔心光標移動的會卡,
也不是用onRollOver
或onRollOut,所有也不用擔心會覆蓋掉MC原來的事件,
用法:
把該組件拖到庫中,之后在時間軸上加上以下這句代碼,則可以使用
hjw.view.controls.ToolTipManager.addPropertyInMovieClip()
具體用法:
完成了上一步后,就可以直接發在movieClip里用toolTip屬性了
mc.toolTip="這是工具提示!呵呵"
標簽:
MovieClip
toolTip
addChi
對象
上傳時間:
2014-01-25
上傳用戶:stella2015