Bank IMG Help!
BlitzMax Forums/BlitzMax Beginners Area/Bank IMG Help!| 
 | ||
| I only included image load code. 
'mon.bin is a png file with 3 bytes at the beginning.
Local bank:TBank=LoadBank("data\mon.bin")
PeekByte(bank,3)
img=LoadAnimImage(bank,32,32,0,48)
why isn't it working? | 
| 
 | ||
| Please??? Thanks. :) | 
| 
 | ||
| maybe try passing result of CreateBankStream(bank) to LoadAnimImage instead of the plain bank |