flashy Q
flashy Q
Out of context: Reply #14
- Started
- Last post
- 15 Responses
- unfittoprint0
you shouldn't have the circles "talking2 to each other, but each one checking if their _x parameters will trigger the textfield _visibility.
the for in loop should create a mirror of the object within each circle in relation their "sister" textfield.
something like:
this["circle"+i].textField = this["textfield"+i].then, when using the onPress:
this["circle"+i].onPress function(){
this.textField._visible=true;
}