Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mrmprog

Pages: 1 2 3 [4] 5 6 ... 40
46
Axe / Re: Axe Q&A
« on: November 26, 2011, 07:13:00 pm »
So I don't have to worry about platforms and such being erased. On the same idea, how do I draw mono "transparent" sprites?

47
The Axe Parser Project / Re: Axiom Requests
« on: November 26, 2011, 07:11:41 pm »
***
***
*
***
Somewhat recognizable :P

48
Axe / Re: Axe Q&A
« on: November 26, 2011, 05:55:17 pm »
Is there a way to draw a sprite directly to the screen?

49
Other Calculators / Re: Prizm vs 89TI
« on: November 26, 2011, 01:26:28 pm »
Thanks for all the info guys. I think that the 89 is better for the coding I want to do, but the prizm seems really fun. Is there a chance that drawing commands will be faster in a later update? Also, how much can I get a prizm for? I saw one at walmart for only $97.99 a while back.

50
TI Z80 / Re: Chess
« on: November 26, 2011, 01:00:49 pm »
I have a suggestion: Make an option to have the AI "delay" a random amount each move so it can time out. The delay could be random, or it could depend on the rating of the move, delaying longer for a better move.

51
Axe / Re: Axe Q&A
« on: November 26, 2011, 12:58:25 pm »
Which of these is faster?
Code: [Select]
:C>0+C->C
or
Code: [Select]
:If C>0
:C++
:End
Basically it comes down to an If statement, versus an expression evaluated each time.

52
TI Z80 / Re: Chess
« on: November 25, 2011, 10:34:10 pm »
I wonder if I can beat thepenguin77 at chess?
I doubt it :P From what I hear, he's pretty good.

53
Introduce Yourself! / Re: one year at omni: my anniversary introduction
« on: November 25, 2011, 12:34:52 pm »
Sweet. You know that you are awesome when you debate between a Greg Black mouthpiece, a Prizm, and an 89 titanium as a gift for yourself :P

54
Introduce Yourself! / Re: one year at omni: my anniversary introduction
« on: November 25, 2011, 12:29:18 pm »
If by any chance, the instrument in your avatar is a euphonium, would you happen to play such an instrument? If so, so do I!

55
Other Calculators / Re: Prizm vs 89TI
« on: November 24, 2011, 06:58:36 pm »
I think an 89 is probably most useful, but I really like the prizm too. Can anyone tell me about prizm basic?

56
Other Calculators / Prizm vs 89TI
« on: November 24, 2011, 06:55:10 pm »
I am debating between a prizm and an 89 titanium. Tell me everything you know about them >:D I know that 89 basic is pretty nice, but the pure awesomeness of a color calc may beat it out. I want to have good math capabilities (CAS?), but also be able to code good stuff oncalc.

57
Site Feedback and Questions / Re: Nearly 900 members...
« on: November 24, 2011, 06:51:19 pm »
Omni has grown a ton, we should be very proud. I am curious, how many of those members actually post?

58
TI Z80 / Re: Chess
« on: November 24, 2011, 06:48:50 pm »
The multiplayer mode is pass and play, if that is what you mean, not unit to unit.

59
TI Z80 / Re: Chess
« on: November 24, 2011, 12:54:40 pm »
The knight looks amazing, good job.

60
Axe / Re: Axe tile mapping! HELP!
« on: November 23, 2011, 10:48:11 pm »

Pages: 1 2 3 [4] 5 6 ... 40