hi !
is there a method to access to the number of frames of an image loaded with loadanimimage ?
Thanks !
is there a method to access to the number of frames of an image loaded with loadanimimage ?
Thanks !
image:TImage = LoadAnimImage("for_tanim6.png",32,32,0,6) Print SizeOf(image.frames)/4 image1:TImage = LoadAnimImage("for_tanim4.png",32,32,0,4) Print SizeOf(image1.frames)/4