Computer Science Canada [Help] Selection screen |
Author: | tjmoore1993 [ Sun May 03, 2009 3:09 pm ] |
Post subject: | [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: ![]() 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. |
Author: | isaiahk9 [ Sun May 03, 2009 5:13 pm ] |
Post subject: | RE:[Help] Selection screen |
For statement with an array of bytes would probably be the easiest route. |
Author: | tjmoore1993 [ Sun May 03, 2009 5:28 pm ] |
Post subject: | Re: RE:[Help] Selection screen |
isaiahk9 @ Sun May 03, 2009 5:13 pm wrote: For statement with an array of bytes would probably be the easiest route.
Would it be the most efficient? |
Author: | isaiahk9 [ Sun May 03, 2009 7:55 pm ] |
Post subject: | RE:[Help] Selection screen |
Done in the most efficient way, yes. |