Search found 105 matches

by tokijnct
Sat 07 May, 2005 10:29 am
Forum: Announce Your Projects
Topic: Aura
Replies: 110
Views: 43285

I trust that dysfunction will be able to think of some way to implement pixel scrolling after what he has gotten so far. Being able to use more than the default pictures would be sweet though :P
by tokijnct
Tue 03 May, 2005 8:31 pm
Forum: Off Topic
Topic: Senior Pranks
Replies: 21
Views: 9479

I heard that the year before I came to my high school, (2003) some seniors decided to put beehives around the school. One of the seniors had a beekeeper for a neighbor and the group of 5 or 6 (about that much) decided to "borrow" *cough* steal *cough* them. They also went to a hardware sto...
by tokijnct
Fri 29 Apr, 2005 9:47 am
Forum: Programming Competition
Topic: DO YOU ENTER?
Replies: 84
Views: 90498

Make that 24 hours now Go Go Go!!

I can't wait to see what this year's program entries will be like :P
by tokijnct
Thu 28 Apr, 2005 8:37 pm
Forum: General TI Discussion
Topic: I need some help getting my rom image....
Replies: 21
Views: 9131

Yes, but for me, it seems to corrupt your programs if you call a copy of them with flash gordon. I've been running my program to get some animated screenshots but it always runs into an error that recreates itself everytime I fix it in the debugger.
by tokijnct
Thu 28 Apr, 2005 8:33 pm
Forum: Announce Your Projects
Topic: Ender's Game revived once more
Replies: 94
Views: 46471

You could change a few of the if-then booleans if they only contain one command from:

:If etc....
:Then
:X-8=>X
:End

to...

:If etc...
:X-8=>X
by tokijnct
Wed 27 Apr, 2005 8:17 pm
Forum: Programming Help
Topic: [TI BASIC] TI83 <=> TI83+ compatibility
Replies: 5
Views: 4314

[TI BASIC] TI83 <=> TI83+ compatibility

I want to know what commands for the TI-83+ are incompatible with the TI-83. I only know of 1 command so far:

Text(-1,#,#

Is there any other command that will work for the TI-83+ and not the TI-83?
by tokijnct
Sat 23 Apr, 2005 5:25 pm
Forum: Off Topic
Topic: How do you envision your self for the rest of your life?
Replies: 26
Views: 8318

When I started my study I was aiming for programmer, since it's my hobby and all...
Me too :)

Now, I'm thinking of doing some medical field as my primary focus :roll:
by tokijnct
Sat 23 Apr, 2005 10:32 am
Forum: Announce Your Projects
Topic: Crater9 by Taintedminds
Replies: 40
Views: 23396

Why not just save it to another list and do not bother with the converting to matrix part? (Unless you have multiple save files, then just store directly to the matrix). Also, the delvars could be one command it saves a byte or two. DelvarStr0DelvarListACDelvarListACE btw, try to limit the amount of...
by tokijnct
Fri 22 Apr, 2005 8:33 pm
Forum: Programming Help
Topic: [TI BASIC] Scrolling bar optimzation
Replies: 8
Views: 5629

For (X,5,18 Stores a value to variable X from (in this case) 5 (start) and runs through the loop. After it reaches the end of the loop, it returns to the for statement and stores the next number to X, which would be a 6 in this case until it reaches the ending number (18 ). Once the ending number i...
by tokijnct
Fri 22 Apr, 2005 8:20 pm
Forum: Off Topic
Topic: Well hello there people.
Replies: 16
Views: 7560

Hi 8)
Welcome to Maxcoderz!
by tokijnct
Fri 22 Apr, 2005 8:17 pm
Forum: Announce Your Projects
Topic: Crater9 by Taintedminds
Replies: 40
Views: 23396

If it's an RPG, a good story to go along with it :D
by tokijnct
Wed 20 Apr, 2005 8:55 pm
Forum: Programming Help
Topic: [TI BASIC] battle engine for basic problem
Replies: 16
Views: 11225

Code: Select all

If V=2:Goto L1
You don't need to Goto L1 there since Label L1 is the next line of code.
by tokijnct
Tue 19 Apr, 2005 12:12 am
Forum: Off Topic
Topic: Warning Mirc Operators-Hackers Online
Replies: 30
Views: 11247

:lol: :lol: hmm... the hacker couldn't figure out that he was crashing his own hard drive after so long? Something is wrong with him... :)
by tokijnct
Mon 18 Apr, 2005 11:58 pm
Forum: Announce Your Projects
Topic: Illusiat 12 (a.k.a the Home Screen Liberation Front)
Replies: 42
Views: 17514

I bet I can beat that...only have to update my game progress list...25 more times :)
by tokijnct
Mon 18 Apr, 2005 8:58 pm
Forum: Programming Help
Topic: [General Algorithme] Damage Equation
Replies: 9
Views: 5763

I don't really like the defending = no damage. If that is the case, then all you need to do is stay on one side and block for as long as you want. Of course, a few punchs/kicks whenever the enemy is not doing anything works too.

Maybe defending = 5% of damage or something?