Tuesday, March 30, 2010

Max/Min x/y

How do we know a MC's Max and Min _x/_y?

Max/Min x/y

What do you mean?

Max/Min x/y

trace(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