Question
Is it safe to call addEventListener multiple times?
camera.addEventListener( ActivityEvent.ACTIVITY, onTriggerRecordStart );
Or do I make sure that the above script is only called once?
UPDATE
Can I register two different functions to the same event?
