Currently i am now working on a drag drop application in pure action script project. Now the problem i have is , I have some PNG bitmaps with some transparent background around it.The bitmap may collide each other.User may be able to drag any of these bitmap. if the user clicks on the transparent area , user should not be able drag and vice versa.which means user should be able to drag the top most bitmap ignoring the transparent bitmap..
Can anyone help on this.
Thanks and regards.
It is possible. you need to read more documentation about the possibilities of the AS.
here is just a quick and dirty prove of concept:
let me know if it was helpful.