06-07-2024, 04:31 PM
(06-05-2024, 04:12 PM)TerryRitchie Wrote: You're on the right track. Your DrawSymbol subroutine is passing two values in a very similar manner as the solution does. You also figured out why I mentioned the use of a semicolon (hint hint) after a PRINT statement may be helpful in the directions. Keep going!I'm almost there...it took me many more lines of code in comparison to your solution (240/250 I don't remember exactly now) but that was never a goal. It ALMOST works...I mean it works, but I want some time to check it a little bit more in order to be sure or at least more sure than I am now

I had a long struggle to understand how to update the Score% variable and print it on screen fresh instead of overwriting the previous value without deleting it and therefore quickly getting unreadable...that issue at least is now solved (but I don't think the solution I found is elegant...I'm pretty sure there are better ways). I'll post the code after a little bit of revision