if was reading some threads about problem of converting int to text as i was getting random numbers from string a variables that had variables that where nice but, it would display something like 2million...random numbers. so i look at this thread that was suggested.
im using this method becuase i was fed up with trying to fix the random numbers it was giving and this look like something that was helpful to me.
http://forum.thegamecreators.com/?m=forum_view&t=57964&b=22
so i implemented it in as it seemed good but now i've got a problem where text is just some boxes, different sizes and not text? random much.
my code:
Set Up in SystemStart Up();
//set fonts
InitText();
SetTextColor(255,255,255,100);
SetFont("Courier New",12,0,0);
SetFont("Courier New",16,0,0);
SetFont("Courier New",24,0,0);
then i draw it
AAText(1,16,384+6,ALIGN_LEFT,"Multiplayer");//1
AAText(1,16,384+64+6,ALIGN_LEFT,"Settings");
AAText(1,16,384+128+6,ALIGN_LEFT,"Profile");
AAText(1,16,384+192+6,ALIGN_LEFT,"Help");
AAText(1,16,384+256+6,ALIGN_LEFT,"Exit");//5
hope you can help.
EDIT: Dont worry not that there was any help. i fixed it. i had the drawing of boxs inside the start and end of drawing of text
Problem Solution That Never Fails: "Build A Bridge And Get Over It"