Layering 2 Canvases

themetwad@gmail.com

New member
Feb 28, 2011
0
0
0
Visit site
So Im making a game where when you click something it switches modes. the new mode needs a different background.
So to do this I want to make one Canvas invisible and have it become visible when the other mode is activated. But When I put 2 Canvases on the screen they are automatically placed next to each other. I want them to overlap but dont know how.

Anyone have suggestions?

Thanks!
 

JollyRoberts

New member
Mar 17, 2011
0
0
0
Visit site
I think you could do that with Screen Arrangements.

Similar to the multi-screen method, just have canvas2 be invisible until whatever function occurs (your switch mode button) then turn canvas1 to invisible and canvas2 to visible.