target buttons
target buttons
Out of context: Reply #17
- Started
- Last post
- 24 Responses
- unfittoprint0
the best way to test them is to use trace.
something like.
myButton.onPress = function(){
trace(this._parent)
}you can change
this._parent
to
this._parent._parent
or
this._parent._parent._parent
until the _root [level0] is trace than you'll just have to use that prefix to trigger any action on the main timeline.