Quote from: Gary_Leeds on 2011-May-05
On one of my projects I have a menu that pops up over the current screen. Basically I have a single draw routine that ends with showscreen but if I am into the menu I draw the screen, grab it as a sprite then use that sprite as a background to my menu. Rather than having to keep draw every component on the main screen that will never change as the software is paused I can just use a single draw to display the copy and then do all the overlays
The increase in speed is well worth the time and effort setting it up
didn't know of these commands - I also have points in the game where I display a menu over my game screen - this should be really useful for this :-)