Hi everyone,
I am hoping someone can point me in the right direction here.
Using Alistair Stewart's very useful guide to AGK2 BASIC, I have come across an issue that I cannot resolve.
In his sample listing, "JigsawPiece" (p702-703) use is made of the function call SetImageMask(). Using his supplied sample images, I have keyed in the code and I get nothing. Just a blank white rectangle.
If I substitute a ,jpg or .png file as the original file, that image will show in the app window, but the jigsaw mask doesn't work.
This is the line I am using, exactly as shown in the book.
SetImageMask( game.images[1], game.images[2] ,4, 4,0 ,0 )
I have tried this in the latest version on Steam and nothing.
Is it that the images supplied with the listing are faulty? Is this a known bug in AGK2 BASIC?
I want to make use of the feature in an applicatuion I am developing and I have been unable to find any help via the AGK2 documentation files. Cany anyone give me a heads up on this?