Interface Commands

by Kidpaddle45
A little library that shows you how to create custom alerts,switch,input with fading animations.
ID:1626332
 
Just downloaded this and tried it out. I really like what you're doing, especially the fading technique you used. That's really cool.

Just found one thing I automatically saw and I think can be improved. It's nicely illustrated by this comic I found.



goto might seem like a good option but it's only there for legacy's sake. Good programmers in the modern world of programming don't use goto. You might say no harm done but it's a slippery slope, better to use modern flow control like break, continue, etc.

Also, just a question.
What happens when you open two alerts at once?

Strange things, strange things. Just something I noticed.