2056
Art / Re: Galaga 7x7
« on: October 16, 2010, 07:45:02 pm »
Those look nice. just out of curiosity, Sir, what namco game are you coding?
nvm, figured it out.
nvm, figured it out.
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. 2056
Art / Re: Galaga 7x7« on: October 16, 2010, 07:45:02 pm »
Those look nice. just out of curiosity, Sir, what namco game are you coding?
nvm, figured it out. 2057
TI Z80 / Re: Bomberman« on: October 16, 2010, 06:55:43 pm »
kk, thanks, but is the For(L,0,11 part supposed to not be on a seperate line?
2058
TI Z80 / Re: Bomberman« on: October 16, 2010, 06:38:19 pm »
thanks for the encouragement guys! although I might not post screenies very often, I will work on it a bit everyday. All I've got to worry about are like 2 tests on monday.
2060
As many of you know, I stopped working on this due to a memory loss. Well, yesterday, I was looking through my backups and found Bomberman again, I thought, maybe I should revive this? I was a bit less busy, and all were doing in my Science and Math classes were review, so I decided to pick it up again. heres what I have so far:
I don't really understand why my enemy never faces the right direction though, and I would be glad if anyone could find some more bugs. all, it does so far is drop bombs, explode stuff, including you but not the enemy yet, and the light blocks are explodable, the "grey" ones aren't code: Spoiler For code: Bomberman is the executable, no-stub Axebomb is the source also, if you can spot any optimizations, please point them out to me. EDIT: Credits list so far: Omnimaga Community DJ Omnimaga for inspiring this game with Axe Contest Aichi for helping me figure out a bug that I was stuck on 2061
TI-BASIC / Re: Jump without Lbl-Goto« on: October 16, 2010, 04:50:34 pm »
no, theres no endwhile, the goto makes it jump to the lbl, and then when it reaches the "End", it thinks the End belongs to the While, because the TIOS stores a bit of memory to look for the end. it never sees an End til the end after the lbl, so it thinks that end belongs with the While, so it jumps back to where the While is. and jumping back from a loop is really fast.
2062
Miscellaneous / Re: What is your signature?« on: October 16, 2010, 04:19:40 pm »
Mine is ambunch of userbars and a scrolling one of a bigger sig I had before. And some other stuff.
2063
Introduce Yourself! / Re: Present myself... could be difficult.« on: October 16, 2010, 04:17:38 pm »
Sure, why not? Welcome here anyways.
2064
Miscellaneous / Re: Away from Omnimaga for at least 17 days. from 14 Sep« on: October 15, 2010, 08:32:49 pm »
yeah, I never see how people get to work on time.
2065
Humour and Jokes / Re: DAMMIT ABC« on: October 15, 2010, 07:25:50 pm »
hasn't this already been posted? its still funny nevertheless though.
2066
TI-BASIC / Re: Jump without Lbl-Goto« on: October 15, 2010, 05:59:31 pm »
wow, I misspelled a lot of stuff.
2067
TI-BASIC / Re: Jump without Lbl-Goto« on: October 15, 2010, 05:56:51 pm »
nah, I generally make it goto 0 first and then start at thw hile or whatever ele you wanted to start at.
2069
Art / Re: 16x16 character sprite request...« on: October 15, 2010, 04:51:31 pm »
you can use only one frame if you want.
2070
TI-BASIC / Re: Jump without Lbl-Goto« on: October 15, 2010, 04:50:40 pm »
I don't know if this is what you want but hers a piece of code using gotos but not that slow:
:Lbl 1 :stuff :End :While 1 :stuff :Goto 1 and you can break out of it by changing the while condition. and the goto isn't slow if the label is at the top. |
|