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

Pages: 1 ... 38 39 [40] 41 42 ... 82
586
Miscellaneous / Re: Exam results
« on: October 29, 2010, 11:45:55 pm »
I tried to optimize a java program using Boolean logic, but apparently you can't type-cast a Bool to a byte, and you can't multiply a Bool by a number.

My teacher actually gives us some freedom, as long as we get the requirements done.  We had to do a ton of paperwork for C++, but not so much in java.

i know. i cringe everytime i have to use an If statement which can be simplified with boolean logic. i hate it.

587
Other Calc-Related Projects and Ideas / Re: Team Battles
« on: October 29, 2010, 11:43:37 pm »
or if you really like Menu...

Code: [Select]
5
Menu("ONE",A,"TWO",B,"THREE",C,"FOUR",D)
Lbl A
Ans-1
Lbl B
Ans-1
Lbl C
Ans-1
Lbl D
Ans-1
If Ans=1
//Do first code
If Ans=2
//Do second code
If Ans=3
//Do third code
If Ans=4
//Do fourth code

588
Other Calc-Related Projects and Ideas / Re: Team Battles
« on: October 29, 2010, 11:39:48 pm »
you don't need Menu() to have a homescreen menu.

589
TI Z80 / Re: The Impossible Game
« on: October 29, 2010, 11:12:44 pm »
Code: [Select]
"appvImposble"->Str1
Unarchive Str1
GetCalc(Str1)->P
[FF]->{P}
Fill(P,{P-2}r)
success  ;D just kidding of course. my stats are somewhere around
level 1 - 100% (once)
xbox - 100% (once)
chaoz fantasy - 50%
heaven - 44%


590
Ash: Phoenix / Re: Ash: Phoenix
« on: October 29, 2010, 09:50:00 pm »
i'll probably post a program allowing you to change your stats. i've already hacked the impossible game (just to find out what the secret is. i reset my scores afterwards).

591
Ash: Phoenix / Re: Ash: Phoenix
« on: October 29, 2010, 09:41:05 pm »
Yes, damage can go up to 65535....if you hack your appvar to get jacked stats lol. The damage formula's highest amount of damage possible (normally) I think is around 35000 though.

well... now i'm going to hack the appvar lol

592
Exch(L3,L6,768)
Line(X,Y,H,K)r
Exch(L3,L6,768)

593
i think it's the most efficient way you can right now.

594
that's because line(X,Y,H,K)r isn't a command. you have to exchange the two buffers, draw a line, and exchange them back

595
Miscellaneous / Re: Exam results
« on: October 29, 2010, 05:37:15 pm »
Yeah, I hate when comp sci teachers make you follow stupid rules.  (Like six pages of paperwork for a program that calculates the area of a rectangle and the price to carpet it)

this makes me love my computer science teacher more. we did a lab where you had to process data from a text file into two student objects in java. i made a program that would process an unlimited amount of students. ever since, she's been laid back with whatever i do.

596
TI Z80 / Re: Rule and Conquer: My Game In Progress
« on: October 29, 2010, 05:31:28 pm »
but i had a link, so ha

597
TI Z80 / Re: Rule and Conquer: My Game In Progress
« on: October 29, 2010, 05:29:47 pm »
dj, this post

598
TI Z80 / Re: Rule and Conquer: My Game In Progress
« on: October 29, 2010, 04:38:15 pm »
nice job! by the way, is there any reason you can't scroll diagonally?

599
TI Z80 / Re: Rule and Conquer: My Game In Progress
« on: October 29, 2010, 03:07:33 pm »
i just sent it to my calc. there's no flicker on my ti 84+SE

600
TI Z80 / Re: Rule and Conquer: My Game In Progress
« on: October 29, 2010, 03:04:43 pm »
nice. one thing though, in the bottom left corner there's a tile that looks like random memory.

edit: and in the center of the screen

Pages: 1 ... 38 39 [40] 41 42 ... 82