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

Pages: 1 ... 40 41 [42] 43 44 ... 71
616
Computer Programming / Re: Best language for beginners?
« on: January 12, 2012, 04:00:32 pm »
ti-basic is very good for learning to program, becouse you can just try stuff out witouth risking to corrupt anything.

617
Music Showcase / Re: Edge of the Blade
« on: January 12, 2012, 03:58:31 pm »
I like it.

Can I use it as background music in my java game? Of course you'll get credits for it.

618
News / Re: The TI-Nspire ViewScreen panel is a true TI-Nspire CAS+ !!!
« on: January 08, 2012, 03:43:21 pm »
does the simular panels for other calculators also contian a calculator witouth keyboard?

619
Miscellaneous / Re: Happy New Year!
« on: January 01, 2012, 01:12:49 pm »
happy new year!

Enjoy your last year :P

620
Elimination / Re: Elimination Test Version #1
« on: December 31, 2011, 05:11:23 pm »
Ben_g, which calculator are you using?
I'm emulating a normal 84+ with wabbitemu with OS 2.55MP and boot code 1.02 (rom comes from a real calculator).

621
Elimination / Re: Elimination Test Version #1
« on: December 31, 2011, 03:11:47 pm »
I tried it in easy difficulty, and it isn't to difficould nor to easy. And I think I found a bug: when you're standing in front of a  closed door, the robots can go through the closed door when they walk around you, and they can still shoot at you through the closed door.

622
ASM / Re: DOOM melting effect for z80?
« on: December 27, 2011, 09:44:55 am »
Do you have any pictures of what you mean? I never played doom.

623
TI Z80 / Re: dutch math lookup library- wiform
« on: December 22, 2011, 09:25:21 am »
That's exactly what we need to know for math this year. This is really useful. I'm going to start using my calc for math again.

624
TI Z80 / Re: Croquette IDE
« on: December 19, 2011, 04:06:37 pm »
Croquette stops responding when I tokenize this code:
Code: [Select]
.EXMPL3D

.VARS
.POSITION
.{L1}, 6BYTES
.DIRECTION
.{L1+6}, 1BYTE

0->{L1}^^r->{L1+2}^^r->{L1+4}^^r
0->{L1+6}

ClrDraw

Repeat getKey(15)

.INIT CAMERA
{L1}^^r->{L2}^^r
{L1+2}^^r->{L2+2}^^r
{L1+4}^^r->{L2+4}^^r
{L1}^^r+cos({L1+6})->{L2+6}^^r
{L1+2}^^r+sin({L1+6})->{L2+8}^^r
1.0->{L2+10}^^r->{L2+16}^^r
0->{L2+12}^^r->{L2+14}^^r
INT()

.RENDER
ClrDraw
CVT(~1.0,5.0,0)
X->V
Y->W
CVT(1.0,5.0,0)
Line(V,W,X,Y)
DispGraph

.MOVE
If getKey(4)
 cos({L1+6})**0.2+{L1}^^r->{L1}^^r
 sin({L1+6})**0.2+{L1+2}^^r->{L1+2}^^r
End
If getKey(1)
 cos({L1+6})**~0.2+{L1}^^r->{L1}^^r
 sin({L1+6})**~0.2+{L1+2}^^r->{L1+2}^^r
End
If getKey(2)
 {L1+6}++
End
If getKey(3)
 {L1+6}--
End

End
Return

.ENGINE VARS:
.FROM VEC
.{L2}, 6BYTES
.TO VEC
.{L2+6}, 6BYTES
.UP VEC
.{L2+12}, 6BYTES
.TEMP VARS
.{L2+18}, 6BYTES
.CROSS VEC
.{L2+24}, 6BYTES

Lbl INT
{L2+6}^^r-{L2}^^r->{L2+6}^^r
{L2+8}^^r-{L2+2}^^r->{L2+8}^^r
{L2+10}^^r-{L2+4}^^r->{L2+10}^^r
sqrt(({L2+6}^^r)²+({L2+8}^^r)²+({L2+10}^^r)²)^^r->{L2+18}^^r
{L2+6}^^r**({L2+18}^^r)^^-1->{L2+6}^^r
{L2+8}^^r**({L2+18}^^r)^^-1->{L2+8}^^r
{L2+10}^^r**({L2+18}^^r)^^-1->{L2+10}^^r
{L2+12}^^r**{L2+6}^^r->{L2+18}^^r
{L2+14}^^r**{L2+8}^^r->{L2+20}^^r
{L2+16}^^r**{L2+10}^^r+{L2+18}^^r+{L2+20}^^r->{L2+18}^^r
{L2+12}^^r-({L2+18}^^r**{L2+6}^^r)->{L2+12}^^r
{L2+14}^^r-({L2+18}^^r**{L2+8}^^r)->{L2+14}^^r
{L2+16}^^r-({L2+18}^^r**{L2+10}^^r)->{L2+16}^^r
sqrt(({L2+12}^^r)²+({L2+14}^^r)²+({L2+16}^^r)²)^^r->{L2+18}^^r
{L2+12}^^r**({L2+18}^^r)^^-1->{L2+12}^^r
{L2+14}^^r**({L2+18}^^r)^^-1->{L2+14}^^r
{L2+16}^^r**({L2+18}^^r)^^-1->{L2+16}^^r
{L2+14}^^r**{L2+10}^^r-({L2+16}^^r**{L2+8}^^r)->{L2+24}^^r
{L2+16}^^r**{L2+6}^^r-({L2+12}^^r**{L2+10}^^r)->{L2+26}^^r
{L2+12}^^r**{L2+8}^^r-({L2+14}^^r**{L2+6}^^r)->{L2+28)^^r
Return

Lbl CVT
r1-{L2}^^r->r1
r2-{L2+2}^^r->r2
r3-{L2+4}^^r->r3
r1**{L2+6}^^r+(r2**{L2+8}^^r)+(r3**{L2+10}^^r)->{L2+18}^^r
{L2+18}^^r<<0->{L2+20}
(r1**{L2+24}^^r+(r2**{L2+26}^^r)+(r3**{L2+28}^^r))**({L2+18}^^r)^^-1->X
(r1**{{L2+12}^^r+(r2**{L2+14}^^r)+(r3**{L2+16}^^r))**({L2+18}^^r)^^-1->Y
Return

625
The Axe Parser Project / Re: Features Wishlist
« on: December 18, 2011, 04:15:58 pm »
I just noticed there isn't an 8.8 divide yet. Could you add that?

If it already exists, then sorry, i didn't find it.

626
Humour and Jokes / Re: If there was tech support in botswana...
« on: December 17, 2011, 05:49:48 pm »
use a jet engine to blow instead.

Now I blew it away.

627
Computer Projects and Ideas / Re: My first Java program!
« on: December 17, 2011, 12:52:02 pm »
The first thing you do and already with a window. Good job! I used the console in my first java programs untill I fully understood the math stuff.

628
TI Z80 / Re: Croquette IDE
« on: December 15, 2011, 03:43:52 pm »
A line like 1.0->{L2+4}^^r doesn't tokenize correctely, becouse it sees it as a comment.

And when I want to save it as a .txt file, it saves it as .txt.8xp, and if you send that to your calc, you have a program named "PROG.TXT".

629
Humour and Jokes / Re: If there was tech support in botswana...
« on: December 14, 2011, 02:16:07 pm »
email him.

I made an AI program and now my calc is taking over teh world.

630
The Axe Parser Project / Re: Bug Reports
« on: December 13, 2011, 04:22:53 pm »
I got an invalid axiom error, when my axiom was a program and archived. Unarchiving fixed it and it works both archived and unarchived if the axiom is an appvar

Pages: 1 ... 40 41 [42] 43 44 ... 71