Recent Forum Posts
From categories:
page 1123...next »

I think that this will work.

ClrHome
DelVar [J]{7,16}→dim([J]
0→A
While A<10
randInt(1,7)→B
randInt(1,16)→C
If not([J]{B,C}
Then
1→[J]{B,C}
A+1→A
End
End

I'm pretty sure that it could be optimized some more though…

Hope this helps.

Re: Help with filling my matrices correctly? by SleightSleight, 1259370551|%e %b %Y, %H:%M %Z|agohover

How can I make sure that 10 ones will show up?

do you mean wont?


Rhombus_Productions-3Blackn.png

i will be inactive until the winter holidays because of school — Rhombus p.

Re: Help with filling my matrices correctly? by rhombus prhombus p, 1259369527|%e %b %Y, %H:%M %Z|agohover

Here's my current code..

:ClrHome
:DelVar [J]{7,16}→dim([J]
:For(A,1,10)
:1→[J](randInt(1,7),randInt(1,16)
:End

How can I make sure that 10 ones will show up? Occasionally they will overlap each other because of the randomness, which I can't have.

(PS. This is my first game. I've been following tutorials and looking at the source of other games for examples, but if you see something else that should be changed beside the solution to my problem, please point it out. Thanks.)

Help with filling my matrices correctly? by DeadlyFishyDeadlyFishy, 1259366375|%e %b %Y, %H:%M %Z|agohover

Hi All

Im new Here.
Im Coding TIBasic since 2 Years. Now i want to code on the PC. I have got an Emulator -> VTI and i have Notepad++ but i cant send the programm files to the VTI because they haven't got the right format. if i look at files that i have made with the TI89 Titanium and transfered to the PC, they have got a Header line and a footer line with some binary data.
But i cannot copy this data and i cannot write the data with the keyboard.

I hope somebody can explain me what to do to get it working.

Greets
NaNO3

Coding TIBasic with a Normal Text Editor by NaNO3NaNO3, 1259353808|%e %b %Y, %H:%M %Z|agohover
Re: Paint.NET
 brt93yoda brt93yoda 1259347966|%e %b %Y, %H:%M %Z|agohover
in discussion Miscellaneous / Graphic Design » Paint.NET

Gimp is pretty epic, I use it all the time.

Re: Paint.NET by  brt93yoda brt93yoda, 1259347966|%e %b %Y, %H:%M %Z|agohover
Re: Paint.NET
rhombus prhombus p 1259343005|%e %b %Y, %H:%M %Z|agohover
in discussion Miscellaneous / Graphic Design » Paint.NET

Gimp is also very good. its free and its what i use when not on an computer with photoshop on it


Rhombus_Productions-3Blackn.png

i will be inactive until the winter holidays because of school — Rhombus p.

Re: Paint.NET by rhombus prhombus p, 1259343005|%e %b %Y, %H:%M %Z|agohover
Re: Hello All!
rhombus prhombus p 1259342940|%e %b %Y, %H:%M %Z|agohover
in discussion Community / Introduce Yourself » Hello All!

WELCOME to TI|BD!! :D

yes the starter kit is a good place to start…


Rhombus_Productions-3Blackn.png

i will be inactive until the winter holidays because of school — Rhombus p.

Re: Hello All! by rhombus prhombus p, 1259342940|%e %b %Y, %H:%M %Z|agohover

disable the web shield part of AVG


Rhombus_Productions-3Blackn.png

i will be inactive until the winter holidays because of school — Rhombus p.

Re: ticalc gives me tracking cookies by rhombus prhombus p, 1259342875|%e %b %Y, %H:%M %Z|agohover
Re: ticalc gives me tracking cookies by  brt93yoda brt93yoda, 1259301036|%e %b %Y, %H:%M %Z|agohover
Re: Transferring Asm Programs
graphmasturgraphmastur 1259248392|%e %b %Y, %H:%M %Z|agohover
in discussion Support / Computer Support » Transferring Asm Programs

Must have been TI. There Mac software is horrible. I have to start up boot camp with Windows just to send an OS.

Or it could be that TI's mac software is great, and were both just that stupid… 0.o

Nah, it must be TI. ;-)

Glad it worked for you.


"But sanctify the Lord God in your hearts, and always be ready to give a defense to everyone who asks you a reason for the hope that is in you, with meekness and fear;" ~ 1 Peter 3:16

Re: Transferring Asm Programs by graphmasturgraphmastur, 1259248392|%e %b %Y, %H:%M %Z|agohover
Re: Transferring Asm Programs
SleightSleight 1259247980|%e %b %Y, %H:%M %Z|agohover
in discussion Support / Computer Support » Transferring Asm Programs

I was sending the .8xp, but I tried the exact same thing again today, and it just worked. I guess Ti Connect was just being fussy, or I'm just that stupid.

Re: Transferring Asm Programs by SleightSleight, 1259247980|%e %b %Y, %H:%M %Z|agohover
Re: Transferring Asm Programs
bxsciencerbxsciencer 1259212929|%e %b %Y, %H:%M %Z|agohover
in discussion Support / Computer Support » Transferring Asm Programs

are you sending the .asm file or the .8xp? .asm is not for the calc. you need to compile it into .8xp format to get it into the calc


Visit Calccrypto for info on crypto

Re: Transferring Asm Programs by bxsciencerbxsciencer, 1259212929|%e %b %Y, %H:%M %Z|agohover
Transferring Asm Programs
SleightSleight 1259206547|%e %b %Y, %H:%M %Z|agohover
in discussion Support / Computer Support » Transferring Asm Programs

When I try to transfer an asm program from my computer to my calc, Ti-Connect gives me an error. Specifically, it tells me that it couldn't translate for the device. I am on a mac running 10.4

Please help me. Thanks.

Transferring Asm Programs by SleightSleight, 1259206547|%e %b %Y, %H:%M %Z|agohover
Faster ClrDraw?
SleightSleight 1259205653|%e %b %Y, %H:%M %Z|agohover
in discussion Improving the Wiki / Page Discussions » Assembly Hex Codes

When I try to use the hexcode for the fast ClrDraw (EF4045C9), it clears the home screen instead.

Faster ClrDraw? by SleightSleight, 1259205653|%e %b %Y, %H:%M %Z|agohover
Re: For loop behavior
thornahawkthornahawk 1259199258|%e %b %Y, %H:%M %Z|agohover
in discussion Improving the Wiki / Page Discussions » The For( Command

I should've added "if the For( loop executes at all" in my post. :D

"var gets assigned the value of start if start>end and step>0, or start<end and step<0"

compared to

"var gets assigned the value of start if start*step>end*step"

It's very nice how you easily conflated the two inequalities. ;)

thornahawk

Re: For loop behavior by thornahawkthornahawk, 1259199258|%e %b %Y, %H:%M %Z|agohover
Re: Pure ASM
builderboybuilderboy 1259196045|%e %b %Y, %H:%M %Z|agohover
in discussion Improving the Wiki / Page Discussions » Community 3D Engine

Yep! It gives a very nice and fast way to display rows. I am actually using CelticIII, but that supports xLib backwards compatibility, so most of the engine would still work with xLib (only a single line would need to be re-written)

Re: Pure ASM by builderboybuilderboy, 1259196045|%e %b %Y, %H:%M %Z|agohover
Re: For loop behavior
Edward HEdward H 1259195323|%e %b %Y, %H:%M %Z|agohover
in discussion Improving the Wiki / Page Discussions » The For( Command

Good call. Although that's only if end * step > start * step.

I guess it should be start+step*max(0,⌊1+(end-start)/step⌋)
…but that looks kind of messy.

Re: For loop behavior by Edward HEdward H, 1259195323|%e %b %Y, %H:%M %Z|agohover
Re: Pure ASM
Edward HEdward H 1259194697|%e %b %Y, %H:%M %Z|agohover
in discussion Improving the Wiki / Page Discussions » Community 3D Engine

Ahaha, I never ceased to be amazed by what can be done in TI-Basic. That looks excellent! Are you using xLib's tilemapping engine?

Re: Pure ASM by Edward HEdward H, 1259194697|%e %b %Y, %H:%M %Z|agohover

Yes, I know, if this was true one point perspective. I made the engine so that they are all parallel, which makes the calculations MUCH faster, while providing a good approximation. This is why the prisms seem to bow out away from you when you make the depth more than 30.

But my lines aren't even going in the general direction of the vanishing point. Please help me.

Re: The 1 Point Perspective Method by SleightSleight, 1259182804|%e %b %Y, %H:%M %Z|agohover

well, in reality the should not be parallel, they should all be heading towards the vanishing point.

Re: The 1 Point Perspective Method by builderboybuilderboy, 1259181193|%e %b %Y, %H:%M %Z|agohover
Page tags: _category