Skip to main content
Participating Frequently
June 27, 2011
Question

How to get the bounding box values of each frame in swf object using flex builder 3 ??

  • June 27, 2011
  • 1 reply
  • 648 views

Basically wat my task is, to find whether an asset has bounding box problem or not ??

Do u guys know have an idea how to check whether an asset has bounding box problem ??

Its urgent please... rply soon....

This topic has been closed for replies.

1 reply

Kenneth Kawamoto
Community Expert
Community Expert
June 27, 2011

What is "bounding box problem"? Is it something you can check by using DisplayObject.getBounds()/getRect()?

Participating Frequently
June 27, 2011

In my case bounding box problem arises when the object u r animating moves out of the space allocated for the object...

Kenneth Kawamoto
Community Expert
Community Expert
June 27, 2011

There may be a better way but an obvious way is to check the object position on enterFrame event.