Posted 27 February 2015 - 05:50 AM
I recently started working on some CC signs for a new spawn being built on my server and I decided I wanted the text to be somewhat animated. For the animation I wanted just a simple change in color, changing each letter 1 at a time. I thought of different ways to go about this and I ended up with 2 dimensional array filled with booleans. It was a pain to write out the small changes and I figured someone here might have an idea of a more efficient / expandable method of approaching it. I thought the Bit API might be able suit my needs but haven't thought of a way to use it effectively yet. My question towards Ask a Pro is how would you go about this in a more effective manner?
The code for anyone interested: http://pastebin.com/F4LDwuUm (It's intended to be run on a computer with 3 monitors stacked vertically above it)
Also I wasn't very sure what to title this so I hope its not too misleading
The code for anyone interested: http://pastebin.com/F4LDwuUm (It's intended to be run on a computer with 3 monitors stacked vertically above it)
Also I wasn't very sure what to title this so I hope its not too misleading
Edited on 27 February 2015 - 05:06 AM