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漫步歐洲03f Rome: Piazza Navona 納沃納廣場
- [印刷小知識] 單色黑與四色黑的差別
- 2010漫步歐洲06b Visit Cinque Terre by Railway 搭火車遊五鄉地
- 哈佛幸福課 #21~#23自尊,課程總結 積極心理學 Harvard Positive Psychology
- Google Techtalks: Graphs with Chris Dixon
- 推薦 哈佛幸福課(積極心理學)Harvard Positive Psychology
- 思考,快與慢 Thinking, fast and slow (快思慢想)
- MIT OCW 9.00 心理學筆記 Lec. 19 - Sleep and Dreams
- Firefox 11 3D inspector 立體 檢測元素
沒有留言:
張貼留言