I'm using Alienware demo so I have help but no examples.
Using PLAY ANIMATION TO IMAGE, to create an animated texture for a ball. It sort of works, but to be honest, I think the animation is also playing to the screen. It's hard to tell, as you see I am inside the sphere.
MAKE OBJECT SPHERE 31, -5000, 16, 16
LOAD animation "bitmaps/tex1.avi",31
play animation to image 31,31,0,0,256,256
loop animation 31
TEXTURE OBJECT 31,31
Does this seem right, or I have I used it incorrectly? Or is there a better way to animate a texture?