addEventListener 의 이벤트핸들러로 변수 전달하기
Pass variable with addEventListener addEventListener 의 이벤트핸들러로 변수 전달하기 Knorcedger I want to pass a variable to a function called by an addEventListener, but when i try to do it, it doesnt pass the event itself to the function. For example, i have item.addEventListener(ContextMenuEvent.MENU_ITEM_S ELECT, me); and… private function me(event:ContextMenuEvent):void { and i try [...]