In flex it gives function hitTestObject(curObject) that gives boolean value that current object is hit with there parent 's or not.
Here give sample code
var bl:Boolean = parentObject..hitTestObject(current);
if(bl)
Alert.show("object is hit with parent","",4);
Thursday, June 11, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment