Active elements inside text
Hi.
I am struggling to implement what's called a 'cloze' exercise: A paragraph with missing words, which the user needs to type them in. I already managed to break the paragraph into TextElements and groups, etc., but how do I go about being able to insert my own inline components, which are also interactive (in my case a textinput - but could be also comboboxes etc.) ?
( I thought about doing it with GraphicElements, but I can't seem to insert components like TextInput or Label with addChild() to a sprite etc - they just don't show up)
Any help or ideas will be greatly appreciated.
