0 Members and 1 Guest are viewing this topic.
I was actually planning on modifying my homescreen Battleship game to use better graphics with this
Quote from: Hot_Dog on November 13, 2010, 08:44:11 pmI've had a lot of test requests, so I'll definitely let people who want to test it test it, include Qwerty, FinaleTI, meishe91 and yunhua. The only thing I ask is that you provide quality screenshots of working programs so that people will see it on ticalc.org and think "I want it I want it I want it!" And you will be credited for your work.I will need at least one person willing to test the small font.I will test anything, but as for screenies, I can't guarentee them unless the deadline, or if I get the testing prgrams by tomorrow.
I've had a lot of test requests, so I'll definitely let people who want to test it test it, include Qwerty, FinaleTI, meishe91 and yunhua. The only thing I ask is that you provide quality screenshots of working programs so that people will see it on ticalc.org and think "I want it I want it I want it!" And you will be credited for your work.I will need at least one person willing to test the small font.
Quote from: yunhua98 on November 13, 2010, 08:53:23 pmQuote from: Hot_Dog on November 13, 2010, 08:44:11 pmI've had a lot of test requests, so I'll definitely let people who want to test it test it, include Qwerty, FinaleTI, meishe91 and yunhua. The only thing I ask is that you provide quality screenshots of working programs so that people will see it on ticalc.org and think "I want it I want it I want it!" And you will be credited for your work.I will need at least one person willing to test the small font.I will test anything, but as for screenies, I can't guarentee them unless the deadline, or if I get the testing prgrams by tomorrow.What deadline? The project is still under construction
Does it need to be an actual game, or just a showy demo-thing?
Is the basic use of this is that you call the program at the beginning of the program and then it replaces the characters that you chose with fonts you create? I fell behind in some of the topics in case you've already answered that
what would we use for Select(?
Quote from: MRide on November 13, 2010, 08:50:50 pmSo something with TI-OS font.(which won't actually be TI-OS font, but...)Okay. I can go with that.Just please, don't do something like a 10-minute-to-code project! By testing, you're aggreing to show people something they'll drool for
So something with TI-OS font.(which won't actually be TI-OS font, but...)Okay. I can go with that.
what would we use for Select(?is it possible to use several different fonts at once?
Can you store the characters to strings? If so, I think I have an idea.
May I use this?
Quote from: Qwerty.55 on November 13, 2010, 09:04:30 pmCan you store the characters to strings? If so, I think I have an idea.You can use Str1, Str2, Str3, etc. to store strings to display, such as Output(1,1, Str1). But if you mean modifying the font inside of your program, no, you can't do that.