Hiding and unhiding movieclips in HTML5
I'm putting something together with an HTML5 canvas. I want to be able to hide and reveal certain movieclips by clicking on buttons. This is a really simple thing I've done several times in the past with actionscript3 but I'm not sure how to translate it HTML5. The code I used to use was "Instance_Name.visible=false" or "Instance_Name.visible=true"
Does anybody know the HTML equivalent of that?
Thanks
