TImage frame number?

BlitzMax Forums/BlitzMax Beginners Area/TImage frame number?

Josepho(Posted 2006) [#1]
Hi, is there any field on the TImage that keeps the number of frames of the animation?


Yan(Posted 2006) [#2]
Local img:TImage = CreateImage(32, 32, 10)
Print img.frames.length



tonyg(Posted 2006) [#3]
Same question?


Josepho(Posted 2006) [#4]
Thank you! Yan!