
-----------------------------------
tjmoore1993
Sun May 03, 2009 3:09 pm

[Help] Selection screen
-----------------------------------
I am having some difficulty trying to comprehend my ideas on making a selection system.

I am not sure if I want to use a For Statement with Array of bytes or something else.

Overall I want to achieve this:
http://img148.imageshack.us/img148/3359/frame1.png


That will not be my final release I will implement some nice graphics... I drew that fairly fast...
Anyways I do not need a code I just need some opinions on what route to take when accomplishing this.

-----------------------------------
isaiahk9
Sun May 03, 2009 5:13 pm

RE:[Help] Selection screen
-----------------------------------
For statement with an array of bytes would probably be the easiest route.

-----------------------------------
tjmoore1993
Sun May 03, 2009 5:28 pm

Re: RE:[Help] Selection screen
-----------------------------------
For statement with an array of bytes would probably be the easiest route.

Would it be the most efficient?

-----------------------------------
isaiahk9
Sun May 03, 2009 7:55 pm

RE:[Help] Selection screen
-----------------------------------
Done in the most efficient way, yes.
