Friday, June 8, 2012

Corona의 event (OnTouch 등)

이벤트의 이해
Understanding Corona’s enterFrame Event (enterFrame Event에 대해 이해하기)
The Corona Event Model explained

이벤트의 종류
Events and Listeners
  • Runtime Events : "enterFrame", "orientation", "accelerometer"
  • Targeted Events : "timer"
  • Touch Events : event.name = "touch"/ event.phase = "began", "moved", "ended"
인용 : when an event occurs, the listener will be invoked and be supplied with a table representing the event. All events will have a property name that identifies the kind of event.
검색어 : addEventListener corona event name
키워드 : 터치

No comments:

Post a Comment