First of all Hi! I've been around this website for some weeks now to learn TI-basic but this is the first time I actually introduce myself on the forum. My name's vikt0r and I'm 15. My main interest next to programming/webdesign is making digital music
First thing I made in TI-basic is my very own Pong program(lame I know…)
Right now I'm too make a two-calculator multiplayer mode for pong.
If i understand it correctly I have too use GetCalc( for this.
I started out with copying my original pong loop and adding a variable (codes soon) to determine wether the ball is on my screen or the other players screen. This works but the big problem is is how to make the calcs switch the ball.
I can easily make it GetCalc(X for it's position but how to determine when the ball reaches the right place?
I'll post the code i've got so far soon