I feel terrible asking this question because it's basic stuff, but I've tried everything and I cant seem to be able to position my pictures where I want them on the page...
This is what ive got, can anyone tell me what to do now so that i can have the picture (which is about 300x200 pixels in size) sitting just underneath the text.
SET TEXT FONT "Times New Roman"
SET TEXT SIZE 40
INK RGB(200,200,45), RGB(0,0,0)
TEXT 75, 150, "THE SECRET OF ST. MARY'S"
LOAD BITMAP "enterdoor.bmp", 0
And if anyone could tell me what commands to use to resize a bitmap on the screen i would be very grateful... it's funny, i can do it with an animation but the same commands dont seem to work with picture files.
thanks
-Stu
-Stu