In Blitzmax doing something like this:-
is exactly the same way you do it in other blitz languages like this:-
Just hoping this is actually working right. :)
image = loadimage("arse.png") image = null flushmem() image = loadimage("baps.png")
is exactly the same way you do it in other blitz languages like this:-
image = loadimage("arse.png") Freeimage image image = loadimage("baps.png")
Just hoping this is actually working right. :)