flashy Q
flashy Q
Out of context: Reply #4
- Started
- Last post
- 15 Responses
- ganon0
so you are saying ditch the arrays and use something like this?..:
this.onEnterFrame = function() {
if(this.largeLine.circle[i]._x _ 20 && this.largeLine.circle[i]._x _ -20) {
this.textField[i]._visible = true;
}
}
//took out greater and les thansi am unsure how to make this code generic for all MC instance names circle 1-17 & textfield 1-17...thanks....