1 decade ago by marksjack
I am using Impact to create an interactive experience (not a game) and I want the canvas #div I'm creating to overlay HTML. I want the "game" background to be transparent so I can see to the HTML background.
I'm not up-to-speed on tiling/chunking etc. of the background, and I'm hoping to avoid that for now if there is an easy way to active this.
I've seen suggestions of loading a transparent PNG as a background. Could I somehow make a large completely transparent PNG work for this effect?
I've also seen this suggested. ig.system.clear( 'rgba(0, 0, 0, 0)' );
thanks!
I'm not up-to-speed on tiling/chunking etc. of the background, and I'm hoping to avoid that for now if there is an easy way to active this.
I've seen suggestions of loading a transparent PNG as a background. Could I somehow make a large completely transparent PNG work for this effect?
I've also seen this suggested. ig.system.clear( 'rgba(0, 0, 0, 0)' );
thanks!