Is there a way to show objects outside of the stage in HTML5 Canvas
Hello all,
I am transitioning a Flash Game to HTLM5 Canvas (who isn't right?) and this board has been such a great reference for me. I believe I am about done, and everything is as it should except for the AS3 equivalent of stage.SHOW_ALL. My stage is 1024 x 768 and usually the off stage elements just get revleaved on screens that are larger. Then I just test for the screen size and adjust from there.
Is anything like this possible in HTML5 \ CreateJS?
Thanks