Skip to main content
January 31, 2014
Question

Air Android Mouse Over and MOuse out events are not capturing???

  • January 31, 2014
  • 1 reply
  • 769 views

Hi, im new to this forum so please forgive me if i question in the wrong section.

I have a problem with Android Air am working Adobe Flash Cs6 and working on air android game.i am using AIR3.2 SDK  in that mouse over and mouse out events are not capturing please help me to sort out this problem.

This topic has been closed for replies.

1 reply

Participating Frequently
February 3, 2014

There is no such thing as mousing over an object in android and iOs since there is no cursor.. Instead you could use the Click event on a button to trigger the behavior you want for the RollOver event and use the area outside the button to trigger the RoolOut event.