Flash Position
Flash Position
Out of context: Reply #13
- Started
- Last post
- 13 Responses
- unfittoprint0
?____________________
function tracePos(targetObj){
pos= targetObj._x + targetObj._parent._x;
trace(pos);
}ie:
tracePos(myClip.innerClip);
?____________________
function tracePos(targetObj){
pos= targetObj._x + targetObj._parent._x;
trace(pos);
}
ie:
tracePos(myClip.innerClip);