Moving UV coords

Blitz3D Forums/Blitz3D Beginners Area/Moving UV coords

Hi, can anone tell me please how I might select the UV coords of an object then move them ? What I have is a waterfall with some water textures on it.. I want to move the uv coords so that the water will appear to be moving. Positiontexture just doesnt look right.

Use VertexTexCoords. Look up the command in the Surfaces section of the 3D manual.

thanks