What I am trying now for weeks is
having a screen open for gfx output, loading 2 images which I want to copy on the openened screen. these are textures where I refer to with point(x,y).
Code: Select all
OpenScreen(640,480,32,"test",0)
CreateImage(0, 320, 320)
CreateImage(1, 320, 320)
LoadImage(0,"texture1.bmp")
loadImage(1,"texture2.bmp")
...
I do not get the pic IDs.