Open GoogleCodeExporter opened 9 years ago
You can get direct access to the MovieClip using the Id block:
Id("mytext", TextInput(....))
Then use view.getRawMovieClip("mytext") to get the movieclip with the textfield
- the
textfield is the first child of that child.
Alternatively, please look at ArcticView.hx lines 520 onwards, adjust
accordingly and
send a patch.
Original comment by asgerals...@gmail.com
on 30 Nov 2007 at 1:14
ah. i'd not seen Id(). thanks.
Original comment by bpederse
on 30 Nov 2007 at 5:08
Original issue reported on code.google.com by
bpederse
on 29 Nov 2007 at 10:18