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 - Jim Bauwens

Pages: 1 ... 73 74 [75] 76 77 ... 125
1111
Lua / Re: Color tetris
« on: November 09, 2011, 04:23:54 am »
I think you are mixing transpon and transpon [1] :
Code: [Select]
table.remove(transpon[1])
table.insert(transpon,4,{0,0,0,0})

I think you need

Code: [Select]
table.remove(transpon, 1)
table.insert(transpon,4,{0,0,0,0})

1112
TI-Nspire / Re: [lua] Logo interpreter
« on: November 08, 2011, 01:53:29 pm »
Thanks guys :D
I'll upload the package after the contest has ended, as there are some bugs that I need to fix.

I just discovered a bug that the calculator reboots sometimes if you have a " in the code.
This is not my fault, but TI's. (Probably will get fixed if I report it)
The problem here is that " is a special token in Logo, and used allot.
One way to be sure it doesn't crash is to replace
Code: [Select]
"thiscode
with
Code: [Select]
first [thiscode]

It has the same effect in Logo.

Edit: as you can see in the screenshot, the bug is fixed in 3.10 (the emu runs 3.10), while I still had 3.02 on my calculator.
So, I'm happy again \o/

1113
TI-Nspire / Re: [lua] Logo interpreter
« on: November 08, 2011, 11:33:22 am »
I submitted my first version for the TI-Planet contest.
While its not yet done, most you need is there.

Here is a little animated screenshot:


Note that the colors (grey's) look a bit better on a real calculator :D

1114
Lua / Re: Color tetris
« on: November 08, 2011, 10:41:33 am »
and for the code, yeah it is to check if that blocks[][] (that's the matrix that includes the total field) is not 0, i've tried it with ~=0, but it didn't work properly, it wouldn't move anymore...
Well, it should work, so probably the problem is somewhere else.
You say that it only works with 1, while even with this setup it should work. This confirms the thing above even more.
So .. have fun with bug hunting, and don't hesitate to ask questions :)

I'm also Belgian, and there are quite some dutch speaking people over here. So if you really don't know how to explain something in English, don't be afraid to ask it in dutch :)

1115
News / Re: Phoenix arrives on the TI-Nspire
« on: November 08, 2011, 10:31:51 am »
Looks very nice, I congratulate the author for making it so good :)
Lua has indeed its down sides, but I know (and others, like the author of this game) that you still can do magic with it :)
This is why I'm happy that TI added it, I couldn't think of a better interpreted language (for the nspire).

1116
Lua / Re: Color tetris
« on: November 07, 2011, 04:21:57 pm »
Nick, that screenshot looks really nice :)

Now about your code, is
Code: [Select]
for k=1,7 do
if blocks[i+1+fallingblock[6]-fallingblock[9]+1*(fallingblock[9]-2)][j+fallingblock[5]-2]==k then
stopleft = true
end
end
only to check if its between 1-7?
If so, its over complicated ^^
 
I'm now a bit too tired too explain more, but will do so tomorrow.

(Btw, are you Dutch/Belgian?)

1117
Lua / Re: Color tetris
« on: November 07, 2011, 04:07:34 pm »
Well, its great that you already have programmed the basic game :D

If you have problems implanting certain stuff, you could always ask for some help here, as there are quite some Lua coders around :D

1118
TI-Nspire / Re: [Lua] Tactical Wars CX
« on: November 07, 2011, 02:46:21 pm »
Quote
The only requirement is that your program is suitable for a French user. If your program displays text, use single common words in a foreign language is tolerated.

Thats what you need to do :)

1119
News / Re: Ndless 3 is born... (photo + video)
« on: November 05, 2011, 07:19:02 pm »
This is just awesome!
Congratulations ExtendeD!

1120
Lua / Re: Nspire Lua SDK Mockup
« on: November 05, 2011, 02:31:14 pm »
Yeah, and not only for mac!
(:p)

1121
:O Why couldn't games like Gravity duck be on the Nspire?

Guess there's one project we all should try   ^-^
DJ_O: You could try making one. :P
Holy moly...

Gimme 100$ and I'll make it :D
Edit: Or I'll do it for free when I have some time, and if I'm not doing anything else.

1122
Other Calculators / Re: A new different 3.0.2 Nspire OS
« on: November 05, 2011, 08:07:22 am »
Interesting, but sadly enough I don't have experience with dumping OS's :/

1123
News / Re: Reflash your Nspire Boot2 without RS232!!!
« on: November 03, 2011, 06:20:47 pm »
That is very interesting! Thanks for the information :)

1124
Other Calculators / Re: Mazes 3D
« on: November 03, 2011, 03:04:27 pm »
I wish it was a bit faster D:
I guess you'll have to wait on Ndless 3.0 for that ;)

Not necessarily ^^

1125
I only use TiLP for my nspire ;)

Pages: 1 ... 73 74 [75] 76 77 ... 125