Hi Lauren,
In your code, "Call Start" calls the "start" infinite number of times. In other words, your "call start" calls start inside "start" again and again.
You might be having problems there (assuming you have no errors in your code).
There should be a restriction of calling subroutines. Four levels deep for "Gosub", but how many for Call, I am not sure.
Also, why don't you use "goto start" instead of "call start" ?
--------------
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Bookmarks