in discussion General Discussion / Open Topic » Any way to write BASIC on PC and transfer to TI-84 Plus Silver Edition
Much better than TI-Connect!
Recent Threads
Don't see a match? Post to the community
Much better than TI-Connect!
Thank you so much!!!, Finally i can do APPS!!
You need to install or code the Graph program…
It's not code
Google "cemetech source coder 3"
Really?, You can give me the link?
This thread is over three years old, and there are better IDEs such as Source Coder 3, that Michael mentioned above
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!!
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.
I have a question, You made this game with TI-Basic?
And it runs only with the program?, or need other program/app ?
Nice work so far! Here's a simpler version of your program from here:
:AsmPrgmFDCB24DEC9
I cant find the square command where is it?
How do I get past the first boss? (seems like a strange question, lol, but help!!!)
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! ;)
Yes, sorry, -> Asm(Prgm <-
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
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.