ただなんとなくタンブルところ
addEventListener(Event.SELECT, hoge(3));private function hoge(num:int){ return function(e:Event):void{ trace("番号:"+num); }}
これは勉強になる。基本編というかなんと言うか。