hi friends
im simulating a scrolling list of selection in a big SPSprite.
the selection contains 50+ with 1 SPTextfield and 1 SPIMage for each selection..
the screen would look like this
Enter your level :
(level image) Level 1 text description
(level image) Level 2 text description
.
.
.
((level image) Level 50 tezt description
each selection textfield is 300x30 and each image is 30x30. all image is using SPtexture in a texture atlas and the sptextfield uses a bitmapped font.
my questions are:
- how much is the memory requirement of the SPSprite container? am i correct to assume that since i use atlas and bitmapfont then even if i put many image and text based from that atlas, imy memory requirement will be minimal? even with 100 or even 300 selection lines?
- which saves mor RAM? using built innfont in SPtextfield or using a Bitmapped font? assuming speed and performance is not a factor
regards