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
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
I think hitTestObject
as seen here is what you're looking for. Then you can see if objects overlap and can change their positions accordingly.