What commands do you use to assign a variable to the ID for LOADANIM? With LOADSPRITE you can use GENSPRITE() to assign the ID, but I couldn't find anything for LOADANIM.
Cheers
it should work with loadanim
QuoteGLOBAL img = GENSPRITE()
LOADANIM "image.png", img, 32, 32
Ok ta will try it out when I get a minute.
Cheers
That is exactly how it works. Use GENSPRITE()