Posted 17 years ago2007-10-06 07:21:41 UTCPost #235805
I have a little question, I am working to improve my map, fy_reflective, and I'm using some custom texture that I'll include with the Bsp .Question is,if i put a GIF animation in wally ,in the game the texture will animate? :
Posted 17 years ago2007-10-06 07:33:23 UTCPost #235806
no. You can have animated textures with up to 10 frames using the following method
? Create all 10 frames and import them into Wally like normal ? Rename the first frame to +0yourtexturename ? second frame to +1yourtexturename ? third to +2yourtexturename
etc etc up to +9
If you want to make an animated button (like the frame will only change when it is pressed) you do something very similar.
? The button's off state texture is: +0yourbuttontexture ? The button's on state texture is: +Ayourbuttontexture
Note: The frames in an animation all have to have the exact same name, except for the number at the start.