ComboCox component not getting hidden like all other movieclips
Hi all:)
I've got a ComboBox (called comboBox1) nested in another movieclip (called popUp1). Movlieclip popUp1 is by default hidden, and is getting visible after clicking on a certain button. However, comboBox1 is visible ALL the time (even when popUp1 is hidden).
When I set the comboBox1 visible parameter on off in its parameter settings, it does get hidden, but afterwards there is no way to put it on again by code. The normal code for setting visibility (this.object.visible = false;) doesn't work for this kind of object.
The comboBox is a movieclip (which is not changeable into anything else). I am working in an HTML5 canvas.
Any ideas?
Thanks in advance!
