flashy Q
flashy Q
Out of context: Reply #5
- Started
- Last post
- 15 Responses
- unfittoprint0
wwait. your 'for in' loop is the right way. But instead of creating an array you should make something like within the loop:
this.attachMovie("circle", "circle"+i, i);
this["cricle"+i].textField= "textField"+i;
this["circle"+i].onEnterFrame = function(){
if(this._x _ 20 && this._x _ -20) {
_parent[this.textField] ._visible = true;
}
}