The Button problem
I’ve been thinkg of ways to make the perfect buttons but non of the ideas i’ve come up with are any good.
I figure there is a way I can dump a bunch of pixels on the screen in a non-sprite size chunk but I haven’t found a way to do it so i’m going to build a re-usable piece of code that dose my buttons for me.
For now I will settle for wrapping the standard PALib functions for GUI buttons and then later i’ll add my own functions if i find the perfect solution. That way I can start to build up a series of useful component i can build my prototype software with.
I’ll write it now and post it later.