Animated computer panel textures

Community Forums/Developer Stations/Animated computer panel textures

MadJack(Posted 2005) [#1]
Anyone know where I can get animated computer panel textures suitable for in-game use?


MadJack(Posted 2005) [#2]
anyone?


Mustang(Posted 2005) [#3]
I guess you have to photoshop those for yourself...


MadJack(Posted 2005) [#4]
Guess so. Did a search on the net, found untold numbers of brick, dirt and 'industrial' texture collections, but quality, animated computer panels seem to be in short supply...


Rogue Vector(Posted 2005) [#5]
Something like this?
http://www.OctaneDigitalStudios.com/downloads/control_panel.swf

It may take a few minutes to download.

The imagestrip is here,
http://www.OctaneDigitalStudios.com/downloads/CONTROL_PANEL.zip

but obviously the quality suffers when you convert from swf to jpg.

Use:
anim_tex = LoadAnimTexture("control_panel.jpg", 1+16+32+256+512, 512, 256, 0, 60)

while Not KeyDown(1)
frame=Millisecs()/100 Mod 60
EntityTexture monitor, anim_tex, frame

Wend


I'd do a load of these if there was money to be made in it.

Rogue Vector


Naughty Alien(Posted 2005) [#6]
..in Adobe Aftereffects you can make any type of animated textures you imagine...


MadJack(Posted 2005) [#7]
Thanks for the replies.

In the end I knocked up some simple designs in Corel and animated them with Glueit (but thanks for the link Rogue).

The other option is to rip them from gamefiles, but then there's the legal issues...