flash: MC position?
flash: MC position?
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- unfittoprint0
myMC.onEnterFrame = function(){
trace(this._x);
textBox.text = this._x;
}
myMC.onEnterFrame = function(){
trace(this._x);
textBox.text = this._x;
}