Screen Designer Notes and How to use it

The Screen Designer is a cool feature I put in. Make sure you keep in mind the following when using it. 1. It doesn't work unless a project is open. The reason for this is because it copies the images you insert to the folder of your projects so you don't have to do it yourself. 2.Make sure you have initGraphics() before you paste the Screen Designer code. Also make sure you have flipScreen() after the Screen Designer code. 3.The Copy images to psp feature only copies the images that were added while it was running so if you close the App then it forgets all the images but you shouldn't need it anyway because you should already have it all copied to the PSP. 4.You can currently have 30 images in it. Why would you need more at one time anyway?

How to use it

1.Right-Click inside the window then select Insert Image or whatever. 2.Follow the directions. 3.Drag the object where you want it. 4.When you decide, then double click it to keep it set in that spot. 5.When done adding all objects, click Convert to Code and the code is set to the clipboard so you can paste it in your code. back