question about LoadAnimImage

BlitzMax Forums/BlitzMax Programming/question about LoadAnimImage

Filax(Posted 2005) [#1]
I have a little question about loadanimimage

when i use normal bitmap i can typing this line :

Tmp_Image=LoadImage(ResizePixmap(LoadPixmap(Image),Tx,Ty),DYNAMICIMAGE)

But when i want t make the same with load anim image.
It"s seem don't work ?