Animating Texture Mapping

Is there a simple way to animate texture mapping through code or ipos?
Any help would be much appreciated. thank you!

What I mean is if you add value to the texture’s coordinates like [ TextureX + 10] for each frame to create simple animation…I could do a lot with it…but I don’t know any Python! Heh

Hello!

Goran’s tuto: https://www.youtube.com/watch?v=VD6ozj-7trs

Hope this helps

Thanks for the help youle! Yes yes this is what I was looking for!
I’ll definately have to brush up on my Python skills.