init(s)
private function init():void { timer = new Timer(30); timer.addEventListener(TimerEvent.TIMER, onTimer); timer.start(); }