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

Pages: 1 ... 11 12 [13] 14 15 ... 207
181
TI-BASIC / Re: Undo
« on: February 27, 2011, 02:03:25 pm »
Quick question, you said that this program has three or four eight set in tools to use to draw right? What are they?

Edit:
Sorry if this has already been asked, if it has I missed it.

Edit:
The reason I'm asking is because I can see two, feasible, possibilities for a TI-BASIC undo button.

1. Each time you use a command you store the coordinates needed and the type of action it was (I personally would store the coordinates and then make the type of action a different decimal place for each one) and when you run out of elements, if you do, just archive the current one and overflow into a new list. Then when you use the undo button you simply clear the screen and redraw it by using the stored coordinates and commands. Slower, yes, but would probably be the best option if you want as many undoes as you can.

2. After each command you store the image to a different picture variable, then when the click undo it just clears the screen and recalls the previous saved image. This is probably the fastest but as people have said you're only limited to ten (unless you use the hacked picture variables but I'd advise against that for something like this).

There are other ways you can do it but they are way over kill and very convoluted. And also would be way harder to code.

182
Miscellaneous / Re: Programming Tutorials, Help, Etc.
« on: February 27, 2011, 01:16:28 am »
Thanks guys.

@DJ
What do you mean? Just don't follow that very well.

183
Gaming Discussion / Re: Armagetron advanced
« on: February 26, 2011, 01:30:03 pm »
What's the game's website?

@Scout
I think he means just the Gaming Discussion sub-forum.

184
Correlation / Re: Request for Screenshots for Correlation Manual
« on: February 24, 2011, 04:25:31 am »
Ah ok, that's what I figured, I was just checking :) And ya, I'm just converting...unless I can't find the game in which case I'll just recreate it haha.

185
Correlation / Re: Request for Screenshots for Correlation Manual
« on: February 24, 2011, 12:38:59 am »
So does your deal with Raylin boot me or are him and I both testing homescreen now?

186
For a second there I couldn't tell what was happening :P But now I see, that's pretty cool. I might have to try that.

187
TI Z80 / Re: Illusiat 13: The Final Chapter
« on: February 21, 2011, 04:09:48 am »
Ya, i was just about to suggest SourceCoder. Tokens is a really nice offline one though, with more features too I believe.

188
Miscellaneous / Re: Programming Tutorials, Help, Etc.
« on: February 21, 2011, 12:41:10 am »
Thanks. I fixed it to just say "Nemo's ** Command Tutorial" so it should be fine now, thanks for catching that.

189
Official Contest / Re: Storm #1: BASIC Game in 30 days
« on: February 21, 2011, 12:16:32 am »
No, I think he is referring to the question Scout had about if the government ever arrives.

190
Miscellaneous / Re: Programming Tutorials, Help, Etc.
« on: February 21, 2011, 12:12:22 am »
So I just did a big revamp to the original post. Added a lot of the Axe tutorials that have been added (well, just the ones that are in Squidetx's post :P). I also took out a lot of the other tutorials since I don't think anyone really uses them. If there are any tutorials over on Cemetech or UTI please provide links to them so I can add them. I think those would be very helpful.

191
TI Z80 / Re: Illusiat 13: The Final Chapter
« on: February 20, 2011, 12:55:43 pm »
You could always try porting them over yourself though.

192
TI Z80 / Re: Homescreen Game Pack
« on: February 19, 2011, 08:11:51 pm »
No problem :) Some of Jump might want to be reworked though to make fix some of the collision stuff (since you can land on the blank tile before a run of tiles, though it may be fine). Can you either send me the code back or post new versions if you mess with the code and optimize them? I would like to see what you do to improve them.

193
Portal X / Re: Portal X
« on: February 19, 2011, 01:43:44 pm »
Good luck on this! Hopefully none of it gets to hard. That sounds like an awesome idea though, can't wait.

194
TI Z80 / Re: Homescreen Game Pack
« on: February 19, 2011, 01:35:47 pm »
These are the two homescreen games from my contest entry against Z a while ago, just standalone. So they should seem familiar ;)

195
General Calculator Help / Re: AI Programmer Needed
« on: February 18, 2011, 11:37:32 pm »
You could also try to get in contact with Nitacku. If I remember correctly he is pretty good at AI systems, but I haven't seen him around here lately.

Pages: 1 ... 11 12 [13] 14 15 ... 207