Animated Sprites

Blitz3D Forums/Blitz3D Programming/Animated Sprites

_PJ_(Posted 2003) [#1]
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.


jhocking(Posted 2003) [#2]
What is LoadAnimSprite?


_PJ_(Posted 2003) [#3]
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.


Neochrome(Posted 2003) [#4]
did you try, loadAnimTexture?

simply retexture your sprite per frame?


EOF(Posted 2003) [#5]
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: