addEventListenerで引数を渡す時の記述
100%メモです。
function hogehoge(引数){
    return function(e:MouseEvent):void{
        //処理
    }
}
					- tag
 - Flash
 
制作に関する私的なメモです
100%メモです。
function hogehoge(引数){
    return function(e:MouseEvent):void{
        //処理
    }
}