5266
TI Z80 / Re: I need an idea, anyone willing to give me one?
« on: June 12, 2009, 05:15:28 pm »
lol, true, but it is bigger then most countries I mean look at the Vatican, it's smaller then my city by quite a lot
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. 5266
TI Z80 / Re: I need an idea, anyone willing to give me one?« on: June 12, 2009, 05:15:28 pm »
lol, true, but it is bigger then most countries I mean look at the Vatican, it's smaller then my city by quite a lot
5267
Other Calculators / Re: Hmm, interesting« on: June 12, 2009, 05:13:49 pm »
it is all manual...I think Nikky does it all himself...
5268
TI Z80 / Re: I need an idea, anyone willing to give me one?« on: June 12, 2009, 04:34:33 pm »
Texas isn't a country, it's a state...now Canada and USA are countries (Canada FTW!) but not Texas, no matter how big it is....
5269
The Blue Platform / Re: Platform Game Engine« on: June 12, 2009, 04:33:22 pm »
ok, I did some more work on the title screen and it looks epic! next I'll have to work on the display engine, which is slow on a 83+ right not, but I have sped it up by about twice as fast by converting it to a matrix while it displays instead of before and having to run the loop twice. The title screen looks much better then the first one I posted, the text is no longer obscured by the rain, and it is bigger and more titleish. for the display engine I am using 8*8 sprites, and I will try my best to make the sprites as close to the dual layered ones I had before. I may even switch the display to using the matrix tilemap, that will display after I load the matrix...I may even make the maps bigger and just scroll, who knows. I'll continue working on it...I hope I can finish the first world at least before the contest is over...
EDIT: Oh yeah, and before I forget, I have made it in a way that when you play you will be playing with the rain going in the background as well 5270
TI Z80 / Re: I need an idea, anyone willing to give me one?« on: June 12, 2009, 11:36:23 am »
but it's not out yet...
5271
TI Z80 / Re: I need an idea, anyone willing to give me one?« on: June 12, 2009, 11:21:43 am »
what about it?
5272
TI Z80 / Re: I need an idea, anyone willing to give me one?« on: June 12, 2009, 12:24:32 am »
woe! I sense some hate here. but wait, who made the account first? because if he copied you he needs some more imagination in that name
5273
Other Calculators / Hmm, interesting« on: June 12, 2009, 12:20:03 am »
http://www.ticalc.org/archives/files/fileinfo/419/41958.html
what do you guys think? I'm pretty impressed with it's speed 5274
Other Calc-Related Projects and Ideas / Re: Crimson warfare the ti game« on: June 11, 2009, 11:29:22 pm »
oh, sorry I didn't see that
5275
The Blue Platform / Re: Platform Game Engine« on: June 11, 2009, 11:28:37 pm »
well I got the code from {AP}’s tutorial….thanks though
5276
The Blue Platform / Re: Platform Game Engine« on: June 11, 2009, 11:14:09 pm »
ok, some updates, I started working on a new title screen and after I finish that I will progress to making a new engine....
I have attached a screeny so far of the title screen, I am using {AP}'s rain method for this 5277
Other Calc-Related Projects and Ideas / Re: Crimson warfare the ti game« on: June 11, 2009, 11:08:50 pm »
hmm, I could upload it to here if you wanted, which file exactly did you want though?
5278
TI-BASIC / Re: Celtic III Scrolling Background Tutorial« on: June 11, 2009, 08:28:45 pm »
hmm, I just noticed a slight optimization you could make to the code, at the start where it goes
Code: [Select] :0->X you could change that to Code: [Select] :Delvar XDelvarY it would save 3 bytes I believeEDIT: upon closer inspection I found another optimizations, replace Code: [Select] :M+(K=34)(M<5)-(K=25)(M>1→M with this:Code: [Select] :M+(K=34 and M<5)-(K=25 and M>1→M so that brings the total bytes saved to 5...
5279
TI Z80 / Re: HARRY POTTER« on: June 11, 2009, 08:00:53 pm »
sure, but it will have to be tomorrow, I don't have time today...
btw: could you try not to type in all caps, some consider it yelling and it is kind of hard to read... 5280
TI Z80 / Re: BBC Basic Tetris« on: June 11, 2009, 07:47:58 pm »
wow that's amazing! maybe I should take another stab at BBC BASIC....
|
|