How do we know a MC's Max and Min _x/_y?
Max/Min x/yWhat do you mean?
Max/Min x/ytrace(myClip.getBounds(this));
Can you give an example? Which is for what? I don't understand.
Here maybe this will help better:
var obj:Object=myClip.getBounds(this);
for(var a in obj){
trace(a+'': ''+obj[a]);
}
No comments:
Post a Comment