Hi I'm new And I've Written A Tutorial
The Command "Load Image"
Load Image "WhateverTheImageIsCalled.bmp" 1,1
now the first "1" means the image number it is, so if you wanted to add another image into your program you would have to change it to "2" so it would look like this
Load Image "WhateverTheImageIsCalled.bmp" 2,1
Now the second "1" is the texture flag this means the quality of the image.
e.g.
1=stays exactly how it was
0=will treat the image as a texture so it would spread out across the whole screen.
The Command "Save Image
"1" means its number and this number can be between 1-65535
The Command "Delete image"
if you delete the image the sprite (image) will dissapear
Please tell me what you think, be nice, im new
Website coming soon...