
-----------------------------------
Pancakes24564
Wed May 15, 2013 5:00 pm

How to add a background to menu and game
-----------------------------------
What is it you are trying to achieve?



What is the problem you are having?



Describe what you have tried to solve this problem



Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
 0 then
        %locatexy (maxx div 2, maxy div 2)
        Pic.Draw (picID, x, y, picCopy)
        View.Update
        delay (2)
        cls
    
end loop>







Please specify what version of Turing you are using


-----------------------------------
Nathan4102
Wed May 15, 2013 5:01 pm

RE:How to add a background to menu and game
-----------------------------------
You need to draw your background before you draw your foreground, and then repeat drawing both of them in a loop.
