i can move the dot. what are the controls? and if theyre the arrow keys, is there something wrong?
for some reason the :Output(Ans,L1(I),"V is a Domain error. it gives me the error after i choose what speed i want (the speed choice might be another version). i have the exact code that was given… help?
Great program, but is there any way to make it a faster mode than east mode? (or make east mode faster, that would be fine) (i use a ti 83+) thank you anyone willing to accept the challenge!
:Output(Ans,L1(I),”V is still a err domain is there any simple fix? I don’t see what’s wrong with it.
Hello Forbandyson! Make sure you are using the variable L1 and not just typing an L and a 1. That's more than likely what is causing your error, based on the information you provided.
Also, here is the written code for all future visitors:
ClrHome
Disp "SPEED
Disp "1) SLOW
Disp "2) NORMAL
Disp "3) FAST
DelVar Z8→X
Repeat 2>abs(Ans-2
getKey-91→S
End
ClrHome
Disp "SCORE:
Repeat K=45 or max(X=L₁
Output(8,1,"
2→F
seq(3I-int(3rand),I,1,5→L₁
Repeat K=45 or F=8
getKey→K
X-(Ans=24 and X>2)+(Ans=26 and X<15→X
Output(8,Ans-1," O
Output(F,1,"
F+1→F
For(I,1,5
Output(Ans,L₁(I),"V
End
Z+S→Z
Output(1,7,Ans
rand(4-S
End
End
DelVar L₁ClrHome
Disp "YOUR SCORE:
Pause Z
ClrHome:"
Hi, sorry to bother you again, but I’m new to coding with y ti83 and don’t understand the list and how to use it in a program. If you know any videos or forums that could help, that would be greatly appreciated.
Here is an article from this website on how to use List:
[http://tibasicdev.wikidot.com/sk:lists]
I changed my L to the variable but then it said that the variable was wrong. Can I have some help?
The only thing I can tell you is to make sure you correctly typed in the above code that I posted. I know that has to be frustrating, but the above code does work. If you are still having issues, perhaps give us more details about your problem, such as what line of code is causing the error, what exactly the calculator says when you get the error, etc.?
I have put in the variable L1 but I am still getting an error message for that same line.
:Output(Ans,L1(I),"V
Edit: I just had to retype the code, but I still cannot move! How do I move???
Make sure the domain for L1(I) is not a decimal, fraction, complex, or a negative number. It must be an integer for X with a location of 1-16, or 1-26 (depending on calculator model). I'm assuming you use the number pad to choose a position for X or O.
Hewwo, my name is Achak Claw. I was formerly BioHazard.
How can you make it so there are more spikes than 5?
Change these two lines:
seq(3I-int(3rand),I,1,5→L₁
For(I,1,5
Simply replace the 5's with however many spikes you want
I wanted the difficulties to do more than change the points you earn per cycle.
Since the program doesn't actually increase fall speed, I changed it to having higher difficulties use more spikes, by replacing 5 with 4+S. Since S=1 for easy, S=2 for normal, and S=3 for hard, this wasn't too difficult.
However, when I did this, the range for spike spawning also increased. This caused spikes to spawn farther to the right than the player could move. Is there a way to make it so the spikes spawn in the player's range?
Another error this would solve is that sometimes, spikes will spawn to the left of the players range, also rendering them pointless.
Also, is there a way to change the player's range?
After executing the program, it shows the options to select SLOW, NORMAL, and FAST, but will not stop loading. Is there any fix to this?
Try typing in the code by hand, if you downloaded the program (or the other way around).
Hewwo, my name is Achak Claw. I was formerly BioHazard.