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 - Builderboy
Pages: 1 ... 284 285 [286] 287 288 ... 375
4276
« on: April 24, 2010, 01:53:21 am »
I most likely would not learn Asm simply because there is still so much that i feel i can do in the languages that I know. Once i exhaust my creativity then i might transfer over to Asm
4277
« on: April 24, 2010, 01:52:32 am »
Heh, usually when i get into AP testing or finals, i accidentally spend a lot of time away from the cimputer, cooped up in a study session, and coding some new and fun things Haha im so bad, i should get back to studying.
4278
« on: April 24, 2010, 01:49:47 am »
I once had a working line routine written in Axe, but it got erased Good luck with the coding! I can only imagine how hard it is, even the one in Axe gave me a headache.
4279
« on: April 24, 2010, 01:48:43 am »
It seems Monday is our lowest and Tuesday is the highest o.O Huh that doesn't make any sense
4280
« on: April 24, 2010, 01:46:53 am »
I believe there is a Thread about that method in the Useful Routines section It is indeed a very very tricky and cool way to do subs, and jumping around the program. What can be considered a glitch is also an exploit!
4281
« on: April 23, 2010, 01:44:08 am »
Well using Lbl's in and of itself will not slow your program down, but doing things like this can:
Lbl 1 Repeat A<2 Goto 1 End Whenever you enter a loop, the OS remembers this so that when it gets to an End, it can remember where to jump back to. There is a problem with Goto, where if you goto outside of a loop, the OS is still looking for that End. Once you enter the loop again, it thinks you are entering a different loop, and starts looking for TWO Ends. As the calculator accumulates Ends, it runs out of memory and gets slower and slower.
4282
« on: April 23, 2010, 12:01:22 am »
Whys is flash protected so? Why is it made so hard to unlock if it is a supposedly closed system? Like there arnt any malicious viruses flying around
4283
« on: April 22, 2010, 11:57:57 pm »
Yeah thats the tricky thing about 3D games that dont have 3D modeling, you have to cheat a bit with the enemies and objects. Luckily there is no looking up or down so it makes it a lot easier.
4284
« on: April 22, 2010, 11:56:31 pm »
Its so awesome how this engine runs at only 6 Mgz, and it leaves so much room for epic things like epic music for an epic game
4285
« on: April 22, 2010, 11:39:24 pm »
That looks really nice! If you do indeed use Lbl/Gotos in your program, there are ways to fix the memory leak without restructuring code if you really dont want to go through the hassle. I do recomend it though, if you plan to be adding a lot of more code like battle animations and such, as it can both make your code so much easier to read, and a lot faster.
4286
« on: April 22, 2010, 11:23:20 pm »
The gameshark for gbc had a gametrainer thing (where you could tell it to search for a value and then do something and repeat the search in order to find codes easily), this would be a very nice feature for the emulator if gameshark code support was added IMO
What do you mean by searching for a value? And are gameshark ROMs (or whatever they are) available for download?
4287
« on: April 22, 2010, 11:19:58 pm »
You know how no matter where you are in the map, the donuts always face you? And if they were enemies, they would always face you as well. What bwang is proposing is changing the sprite depending on where you are so that the sprite always looks like it is facing the same direction.
4288
« on: April 20, 2010, 10:46:33 pm »
I find it interesting that Nintendo is the top console owned, but one of the least played. Thats something to put in my paper!
4289
« on: April 20, 2010, 10:37:44 pm »
Okay this is what we have so far: Consoles owned:PC:81% Nintendo:81% Microsoft:45% Sony:41% Played the most:PC:70% Microsoft:18% Nintendo:10% Largest Selection:PC:54% Microsoft:25% Nintendo:18% Most Appealing:First Person Shooters: 72% Role Playing Games: 45% Multiplayer: 46% Simulation: 36% Action/Adventure: 26% Puzzle Games: 19% Average Hours: 16.9 per week Overal concensus? We like playing FPS's on our computers
4290
« on: April 20, 2010, 09:23:54 pm »
Whoever answered 9000 i had to delete your response because it was throwing the average off And jsj795 thats fine, the survey says what it says, and PC's are seeming to be very popular.
Pages: 1 ... 284 285 [286] 287 288 ... 375
|