Page 1 of 1

Moving textures

Posted: Sun May 15, 2005 12:07 am
by Dumbledore
On some servers I've seen a texture be moved on an object. How would you go about doing this?

Thanks.

Posted: Tue May 17, 2005 2:07 am
by BIYA
I thought it was somthing called SLIDE but im not sure. I used it on my escalators for my Reloaded map. Here.



Heres a general idea.. Im 50% correct that this will work. Jeff and or Trepan will be the best help.

Code: Select all

textureMatrix
  name spinTop
  shift -1.5 0
end

textureMatrix
  name flowing
  shift 0 1
end

textureMatrix
  name slideup
  shift 0 1.5
end
Its one of those

Posted: Tue May 17, 2005 2:49 am
by Dervish

Posted: Thu May 19, 2005 11:52 pm
by Dumbledore
Great! Thanks!