Stupid texture question (probably)

Blitz3D Forums/Blitz3D Programming/Stupid texture question (probably)

Odds On(Posted 2003) [#1]
If I use CreateTexture() to create a texture with 2 (or more) frames, how do I choose which frame I'm about to draw to?


fredborg(Posted 2003) [#2]
TextureBuffer(texture,frame)


Ross C(Posted 2003) [#3]
SetBuffer TextureBuffer(texture,frame)


Should do the trick. Had my stumped for a bit too. I don't think it actually tells you this in the help :)


Ross C(Posted 2003) [#4]
Opsies!


Odds On(Posted 2003) [#5]
Ah.. thanks both of you :)