Dear all,
My code...
set display mode 640,480,32
sync on
'create shape
line 30,30,45,15
line 45,15,60,30
line 45,15,45,60
'grab the image
get image 1,30,15,60,60
'use it as a sprite
sprite 1,50,50,1
paste sprite 1,100,100
'sync
text 300,200,"Fin."
sync
wait key
end
Doesn't seem to show the drawn arrow or the text, even though I have the SYNC command after them both.
However, if you take un-rem the sync above the TEXT command, it seems to work.
Can anyone tell me why please?
Many thanks.
T
(I did search first, but searching on this site is a bleedin' nightmare)