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 - ztrumpet

Pages: 1 ... 330 331 [332] 333 334 ... 385
4966
TI Z80 / Re: Lemonade Tycoon... in 48 hours.
« on: February 11, 2010, 03:58:47 pm »
Good luck, and have fun! :)

4967
TI-BASIC / Efficient Sub-String Method
« on: February 10, 2010, 10:00:41 pm »
Here's my favorite way of using sub(.
The idea of this is to use sub( and sum( in an odd manner.
ex:
:3->A //You want the third item
:{1,6,6,5,1,4,1 // 1 followed by the lengths of the Item. (Item 1 has a length of 6, Item 2 has a length of 6, Eeems has a length of 5... )
:sub("Item 1Item 2Eeems455556",sum(Ans,1,A),Ans(A+1 //sub(String,Add to get to spot,Length of Item

This results with the third item, "Eeems". ;D
I hope this helped someone.  What do you guys think?

4968
I'm just not digging the spirals, sorry to say D:
They arn't my favorites either. (Sorry)

4969
Can you make the smaller spiral spiral out (keep the first half the same), but then instead of spiraling back in can it spiral out again?  The second part would fill in the gaps left by the first spiral and look the same, but it would be offset to fill the gaps left by the first part.  Does this makes sense?  Will you try it?  Thanks! :)

4970
TI Z80 / Re: Elmgon
« on: February 10, 2010, 05:35:04 pm »
I think I'll use one list with each element in the format:
PowerPower.AccuracyAccuracyStaminaStamina
For example a move with 35Power, 95Accuracy, and 2Stamina would compress to: 7.1902  (Power and Accuracy are multiplied by 5.)

4971
TI Z80 / Re: Factory X
« on: February 10, 2010, 05:10:31 pm »
Pshh don't be silly it fits great :) If you really feel strongly about it i guess you could change the Theta to a } if you wanted, but i like it the way it is :D
I'll leave it, but that's an interesting idea.
*Ztrumpet contemplates things...
Nope, I think it's fine as a theta.  Thanks for starting this chain reaction of games! ;D

4972
TI Z80 / Re: Factory X
« on: February 10, 2010, 05:04:54 pm »
Perhapse Survival mode could be an unlockable feature?
YES!!  Great idea!  Oh, and sorry that Factory Theta dosn't fit as well.  I don't mind, but that is a very true fact since there is no little center platform. :)

4973
Pokémon Purple / Re: [PP] Progress '10
« on: February 10, 2010, 04:55:16 pm »
Yay!  It sounds really great!  I'm looking foreward to this, and I'm not the only one.  Remember a while back when I worked on getting the heights and weights into a list?  I did it during school, and told a few friends about it and, well, they still are like "So do you have Pokemon for us yet?"  It's pretty cool.  Needless to say, Pokemon Purple is one of these games that will be increbible, and widely downloaded.  I can't wait untill I can see Pokemon in Pokemon! ;D

4974
TI Z80 / Re: Factory X
« on: February 10, 2010, 04:49:52 pm »
Awesome!!!  This is great!  I really like it.  I just got >4000 on Survival. ;D
I'd change two things:
1: Make the main menu's speed and difficulty columns change with the left and right keys also.  If you need any help, ask Builderboy or I, or look in the code from Factory or Factory Theta.
2: Make the last line of code Output(1,1," to get rid of the "Done". :)

Excellent!
I've been thinking on how to combine them.  Would it be better to have them all together in a zip, or in one program, as unlockable games?  Regardless, these three games are great!  I really like this one, though. ;D

4975
I like the spiral one, but I'd rate them like this (best to worst):
6,5,1,4,7,3,2
They're all great. :)

4976
Other / Re: Are desktop computers being phased out?
« on: February 10, 2010, 04:30:25 pm »
Awesome!  Congrats!  Have fun! :)

4977
The Axe Parser Project / Re: Features Wishlist
« on: February 10, 2010, 04:27:37 pm »
But now that I think about it, maybe I should make the regular "or" "and" "xor" the Boolean versions (like basic) and then add new commands for the bitwise operations.  I'm thinking to use the plot symbols for this.  The little dot will be "and", the little plus sign will be "or" and the little square will be "xor".
I like this way, as I think all the basic programmers would wonder something like why dosn't "A or not(C" work right.  I really like booleans as " and " " or " and " xor ".  Also, are you using not( ?

4978
That's an even better idea!  I vote for that way. ;D

4979
The Axe Parser Project / Re: Features Wishlist
« on: February 09, 2010, 07:09:16 pm »
Great idea!  I assume you mean strings would look like this: "Part 1"+?41+"Next Part"+Str1  If Str1 was "Hi" then it would result as "Part 1ANext PartHi".  Sounds cool. :D

4980
Excellent idea!  I just don't know how it should work.  I don't know weather it should have this ability for forever, or not.  Hmm.

Pages: 1 ... 330 331 [332] 333 334 ... 385