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

Pages: 1 ... 6 7 [8] 9 10 ... 13
106
Humour and Jokes / Re: Weird/funny pictures thread
« on: June 20, 2014, 11:45:28 am »
RCT3 is best cause you can actually ride coasters. Made one with 9001 nausea, even.

107
Gaming Discussion / Re: Steam Summer Sale Confessions
« on: June 20, 2014, 11:42:40 am »
* ordelore lost
I didn't buy anything. Thanks to the fact that nothing I wanted was close enough to the price I could pay.

108
I'm excited for the secret project Eeems, Caleb and I were discussing on IRC. And no, I'm not planning on being selfish anymore.

109
Watch TI sue you for removing the Texas Instruments logo. :p

110
TI-Nspire / Re: [Ndless] nKaruga
« on: June 18, 2014, 07:38:20 pm »
The bullets don't heal you. They simply don't hurt you.

111
Humour and Jokes / Re: If there was tech support in botswana...
« on: June 16, 2014, 06:50:00 pm »
Spam it some more.
Should I make a little programming language?

112
Axe / Re: Axe Q&A
« on: June 16, 2014, 06:49:07 pm »
How could I extract the beginning part of a string?
eg: Str1="PTR 8,5"
I want to know that the first three characters are PTR.

113
Miscellaneous / Re: What is this I don't even
« on: June 08, 2014, 03:08:35 pm »
I wonder if Al Gore envisioned this when he invented the internet all those years ago...
Those f****** republicans. Al Gore did not invent the internet.[/political correctness]

114
Miscellaneous / Re: My new internet speed
« on: June 04, 2014, 01:50:07 pm »
Our school gets around 50Mbps Upload and 60Mbps download. Wish I had the pic to prove it.

115
TI Z80 / Re: Illusiat 11 CSE Port
« on: June 04, 2014, 01:14:15 pm »
No, this is Illusiat. The same game I'm remaking in Axe (see my signature), but with the original ASCII art while I use actual tiles and sprites. :P
I was kidding about when I saw the menu. For some reason, my trollface didn't show up.

116
Miscellaneous / Re: My new internet speed
« on: June 03, 2014, 08:06:56 pm »

Not bad, but not great.
(This was while I was downloading a game, though.)

117
TI Z80 / Re: Illusiat 11 CSE Port
« on: June 03, 2014, 08:01:24 pm »
Wait, is this a menu-based RPG? :trollface:

118
Gaming Discussion / Re: Post your gaming accomplishments
« on: June 01, 2014, 03:10:44 pm »
Got 207 in Deep Thought's Fruit Ninja.

119
KnightOS / Re: What do you want the most in future KnightOS ?
« on: May 29, 2014, 06:20:12 pm »
All I want is a math program. Of course, this is a math calculator :trollface:

120
The Axe Parser Project / Re: Bug Reports
« on: May 28, 2014, 06:20:57 pm »

Quote


.MAPSRC
If L=1
[222222222222]→GDB1
[200000000002]
[200020000002]
[200000000022]
[200000020002]
[200020000032]
[222222222222]
End
If L=2
[222222222222]→GDB2
[200000000002]
[200000000002]
[200000000002]
[200000000002]
[200000000032]
[222222222222]
End
When I try compiling that, Axe says 'INVALID TOKEN'
another program the above is called from.
Quote


.TOWERS
DiagnosticOff
ClrDraw
DispGraph
[0000000000000000]→Pic1
[C3A55A3C3C5AA5C3]
.CHARACTER
[FFC3B585A1ADC3FF]
.WALL
[0000001824420000]
.UP
[44AA0022550044AA]
.SPIKES
[FF818999899D81FF]
.PORTAL 1
0→L→N
While L<7
48*L+GDB1→GDB12
ClrDraw
prgmMAPSRC
For(Y,0,7)
For(X,0,11)
nib{Y*6+GDB12*2+X}→Z
Pt-On(X*8,Y*8,Z*8+Pic1
End
End
DispGraph
8→A→B
Pt-On(A,B,Pic1+8
.1 down
.2 LEFT
.3 RIGHT
.4 UP
DispGraph
Repeat N=3
nib{B/8*12+(GDB2)*2+(X/8)}
If getKey(15)
Return
End
If pxl-Test(A-10,B+3
ClrDraw
DispGraph
"The Game"→Str3
For(G,0,65
Text(20,G,Str3
Pause 50
ClrDraw
End
Pause 5000
Return
End
If getKey(1)
Repeat pxl-Test(A,B+8)
Pause 5
Pt-Off(A,B,Pic1
B+1→B
Pt-On(A,B,Pic1+8
DispGraph
End
End
If getKey(2)
Repeat pxl-Test(A-1,B
Pause 5
Pt-Off(A,B,Pic1
A-1→A
Pt-On(A,B,Pic1+8
DispGraph
End
End
If getKey(3)
Repeat pxl-Test(A+8,B
Pause 5
Pt-Off(A,B,Pic1
A+1→A
Pt-On(A,B,Pic1+8
DispGraph
End
End
If getKey(4)
Repeat pxl-Test(A,B-1
Pause 5
Pt-Off(A,B,Pic1
B-1→B
Pt-On(A,B,Pic1+8
DispGraph
End
End
End
L+1→L
For(N,0,96
HLine(96-N
DispGraph
Pause 5
End
End

Pages: 1 ... 6 7 [8] 9 10 ... 13