Texture problem

Blitz3D Forums/Blitz3D Programming/Texture problem

Neochrome(Posted 2005) [#1]
tex% = loadanimtexture("graphics\score001.png",4)

spr% = createsprite()

entitytexture(spr,tex)

but this doesn't do the mask! what did i miss?


big10p(Posted 2005) [#2]
Try: tex% = loadanimtexture("graphics\score001.png",1+4)