Animated Sprites

Blitz3D Forums/Blitz3D Programming/Animated Sprites

I can't believe it has taken me so long to realise that I have no idea how to do animated sprites, Since I just tried sLoadAnimSprite to no avail...

How does one accomplish this?
___________________


Ah just seen the other thread - I have to Paint a sprite with the animated texture.

What is LoadAnimSprite?

LOL
Exactly.

There is no such thing. But I assumed at first it was a command similar to LoadAnimImage that would load an animation strip as a 3D Sprite.

did you try, loadAnimTexture?

simply retexture your sprite per frame?

But I assumed at first it was a command similar to LoadAnimImage that would load an animation strip as a 3D Sprite
!Pimpage!
Thats what I have done in SpriteControl
I have a LoadAnimImage3D() function which works similar to the 2d version: