Recent Forum Posts

Looking for something?

Search is temporarily unavailable, we are working to bring it online!

Don't see a match? Post to the community

From categories:
page 1123...next »

You need to install or code the Graph program…

It's not code

This thread is over three years old, and there are better IDEs such as Source Coder 3, that Michael mentioned above


Naga-Userbar.png

You can use TI-CONNECT, and connect your calculator with a Mini USB to your PC, and program in TI-CONNECT.

Papita is a TI-84+ "SE" Game I'm working, here I'm sharing my Game progress, and i will ask for some things, because this will be my first game!!

PAPITA by A_MathFanA_MathFan, 02 Jan 2025 00:59

For the gravity probably

G-V→G

V is the velocity of the gravity, and G is the gravity. And only do Y+G→Y
Y is the vertical position of the ball or object.

by A_MathFanA_MathFan, 01 Jan 2025 01:26

I have a question, You made this game with TI-Basic?
And it runs only with the program?, or need other program/app ?

by A_MathFanA_MathFan, 01 Jan 2025 01:24

Nice work so far! Here's a simpler version of your program from here:

:AsmPrgmFDCB24DEC9

Naga-Userbar.png

I cant find the square command where is it?

Re: source code by abcfsabcfs, 18 Dec 2024 15:05

How do I get past the first boss? (seems like a strange question, lol, but help!!!)

How? by NiNjaMAN1210NiNjaMAN1210, 13 Dec 2024 20:31

At the start of the code, 'AsmPrgm' is in the catalog, but when running the code on the home screen, put 'Asm(' in and then the Program you just wrote. Hope that helps! ;)

Do I put

AsmPrgm

in the program?
Also: I dont have the

Asm(

in my Catalog. I already know how to and have jailbreaked it, and what do I do? Can I somehow "compile" it as an actual ASM program so I can run it from a shell, e.x. Cesium? When I run it, it just says "Error: Syntax".

Also: On the main page, it says "Welcome to TI-Basic Developer (TI|BD),". What is the | for?

Here's the line. Type it into your calculator and see if you can fix it!
Output(10,R,"]")
Output(10,R+W,"[")

Here is the full code if you need that too.

ClrHome
Disp ""
Disp " READY, SET,"
Disp " 3"
Disp " 2"
Disp " 1"
Disp ""
For(X,1,500):End
Disp " GO!"
Disp "":Disp "":Disp ""
0→D:0→C:13→X:8→W
int((28-W-1)/2)→R
{R,R,R,R}→L₁
0→S:8→M:0→N
While D=0
Output(10,R,"]")
Output(10,R+W,"[")
Disp "":Output(2,1,C)
Output(6,X,"=V=")
Output(5,X,"O+O")
Output(4,X," 0 ")
Output(3,X,"O^O")
Output(2,X," ")
If X≥L₁(1) and X≤L₁(1)+W-2:Then
N+1→N:If N=M:Then
If R=9:Then
randInt(­1,1)→S
Else
round((R-9)/W,0)*randInt(­1,0)→S
End
0→N
End
R+S→R
seq(L₁(I),I,2,4)→L₁
R→L₁(4)
C+1→C
getKey→K
If K=24:Then
Output(3,X+2," ")
Output(4,X+2," ")
Output(5,X+2," ")
Output(6,X+2," ")
X-1+(X=1)→X:Else:If K=26
Then
Output(3,X," ")
Output(4,X," ")
Output(5,X," ")
Output(6,X," ")
X+1-(X=24)→X:End:End
Else:1→D:End
End

ERROR:DOMAIN by NiNjaMAN1210NiNjaMAN1210, 06 Dec 2024 17:00

There is the TI Connect app for OS, but it does not seem to pick up my calculator. And I accidentally reset my calculator, which took off all the apps. So I have no idea how to get them back on, and it is really annoying! Please help.

Call this program anything.

AsmPrgm
2114
8A3E
08AE
77
C9

When done the program, write on the homescreen- Asm(prgm{What you called it})

Then press [Alpha] 2 times.

LOWERCASE LETTER PROGRAM by NiNjaMAN1210NiNjaMAN1210, 05 Dec 2024 01:33
page 1123...next »