You can also set the display mode:
high:
if display mode exist(1024,768,32)=1 then set display mode 1024,768,32
medium:
if display mode exist(800,600,24)=1 then set display mode 800,600,24
low:
if display mode exist(640,420,16)=1 then set display mode 640,420,16
sucky:
if display mode exist(320,200,16)=1 then set display mode 320,200,16
By doing this, you can set the number of pixels being drawn to the screen. The lower you set it, the faster it runs.
There is one bug: If you set the display mode in the game, you have to delete everything before doing it and then create everything again... Thats why you should set it at the start of the program
Oooooops!!! I accidentally formated drive c.