How do I listen for a timer event in my document class from another class?
im thinking…
documentClass.gameTimer.addEventListener.(TimerEvent.TIMER,someFunction);
but i’m getting…
1119: Access of possibly undefined property gameTimer through a reference with static type Class.