FLEX: how can I detect visual collisions between objects ?
- by Patrick
Hi,
I would like to avoid the tags overlapping each other in this small Flex project:
I've this small FLEX project: http://dl.dropbox.com/u/72686/IVbeta1/main.html#
The items are LinkButtons. How can I check if they are colliding or not ?
Thanks