Moving textures

Questions and answers about the how and why of making maps.
Post Reply
User avatar
Dumbledore
Private First Class
Private First Class
Posts: 55
Joined: Mon Jan 24, 2005 3:32 pm
Location: USA
Contact:

Moving textures

Post by Dumbledore »

On some servers I've seen a texture be moved on an object. How would you go about doing this?

Thanks.
User avatar
BIYA
Corporal
Corporal
Posts: 891
Joined: Fri Dec 03, 2004 1:43 am
Location: Fredericksburg, Virginia
Contact:

Post 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
User avatar
Dervish
Private First Class
Private First Class
Posts: 651
Joined: Thu Dec 05, 2002 12:39 am
Location: public void

Post by Dervish »

protected object myTank(){
foreach(noob in this.game){return frag(noob);}}
Image
User avatar
Dumbledore
Private First Class
Private First Class
Posts: 55
Joined: Mon Jan 24, 2005 3:32 pm
Location: USA
Contact:

Post by Dumbledore »

Great! Thanks!
Post Reply