Thanks CJB you are a legend
I seriously have to learn to use memblocks
destimage=5
loadimage (1,"FeltTable4.png")
loadimage (destimage,"FeltTable4.png")
//can use the following as many times as i want now, changing new image to what i desire etc
destimage=pastetoimage(imagetopaste,destimage,3,25)
SetSpriteImage(10,destimage):sync()
//etc
destimage=pastetoimage(imagetopaste,destimage,3,25)
SetSpriteImage(10,destimage):sync()
//to restore the image i do this
destimage=pastetoimage(1,destimage,0,0)
SetSpriteImage(10,destimage):sync()
it was an update thing, I'm using sync() way too much but il fix that later if I can
but just wanted to post its working and my program is pretty much done aswell
but I need to do some resizing as its quite small just cosmetics, I am working in the
virtual resolution 800 * 600 as that's the resolution I used to use in old dbpro programs
and the c version for compatability but my other phone apps I did I used 480 by 320
fubar