So I've run into a problem: I have a GOSUB send me to the Label listed here, but after that a GOTO sends it to another label. I want to make it return to where it started, but i can't figure out how because of this.
There is always a way… I’m just not sure what you are trying to do, when you say “another label,” it would be helpful to know which label or line you are talking about.
Well, here are two problems I’ve noticed in the code shown. No matter what COLOR1 and TRED equals, the program will always go to label REDRULES, and label REDRULES is an infinite loop. I’d suggest learning and understanding the language well before trying to make a program too complicated.
That is the exact problem i am having. And I'm not trying to make this complicated, it just came out that way.
I don't need to learn this language well anyway because I'm probably going to stop using it soon.
Saying that you don’t need to learn BASIC tells me that you’re problem isn’t important to you. You’re sending the wrong impression… BASIC is one of the easiest programming languages, learn it, it is useful.