flashy Q
flashy Q
Out of context: Reply #9
- Started
- Last post
- 15 Responses
- unfittoprint0
make a test function [within the loop constructor, you can erase it after] to see if the textfields are exist on that location or if they're undefined.
this.largeLine["new circle"+i].onPress = function(){
trace(this._parent._parent["test...
}if not try using this._parent or this._parent._parent._parent until you find them in the right place of your file's hierachy.