2008年6月30日
Flash event handling
function eventResponse(eventObject:EventType):void
{
// Actions performed in response to the event go here.
}
eventSource.addEventListener(EventType.EVENT_NAME, eventResponse);
Event handling 三要素:
事件來源物件
發生的事件
回應的物件
首先定義一個function,預備當事件發生的時候,就執行它。
然後在來源物件上,加上addEventListener,
發生事件的時候,就呼叫前面定義好的function.
訂閱:
張貼留言 (Atom)
返回Z's Blog首頁
搜尋此網誌
熱門文章
- 利用7-11 iBon列印A3相片
- 2010漫步歐洲07b Milan: Milan Cathedral(Duomo) 米蘭主教座堂(1)
- 2010漫步歐洲-01k Paris: Notre Dame de Paris 巴黎聖母院
- 哈佛幸福課 #1~#3 簡介 積極心理學 Harvard Positive Psychology
- 2010漫步歐洲05e Florence: Piazzale Michelangelo 米開朗基羅廣場
- 2010漫步歐洲 Index
- Zard's Blog 2010秋季改版 以後還是多寫Blog卡實在
- 2010漫步歐洲07a Milan: From Cinque Terre to Milan 從五鄉地到米蘭
- 2010漫步歐洲03d Rome: Streets 羅馬街道
- MIT OCW 9.00 心理學筆記 Lec. 12 Intelligence and Intelligence Testing
沒有留言:
張貼留言