Skip to main content
March 22, 2011
Answered

How can I get the exact Motion Level in callback for ActivityEvent.ACTIVITY ?

  • March 22, 2011
  • 1 reply
  • 577 views

camera.setMotionLevel (30,3000);

camera.addEventListener( ActivityEvent.ACTIVITY, activityEventHandler );

Inside activityEventHandler,how can I get the exact motion level that triggered the event?

    This topic has been closed for replies.
    Correct answer Manish_K_A

    Hi,

    You can get the activity level by using the property Camera.activityLevel.

    1 reply

    Manish_K_ACorrect answer
    Participating Frequently
    March 24, 2011

    Hi,

    You can get the activity level by using the property Camera.activityLevel.