fultonbot Posted September 24, 2020 Share Posted September 24, 2020 (edited) Is there a trick to defining and/or setting score2 ? I DIMmed it to "a" and set it like I set score0, but it keep showing "0" when I use plotvalue: dim score2 = a rem b - 2nd byte of score 2 rem c - 3rd byte of score 2 ... score2 = 60 ... plotvalue font 0 score2 1 152 6 Edited September 24, 2020 by fultonbot Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted September 24, 2020 Share Posted September 24, 2020 Like what was stated in response to your previous post, it's because you're only telling it to display 1 digit. If you used "plotvalue font 0 score2 2 152 6" I bet it would display 60. Quote Link to comment Share on other sites More sharing options...
fultonbot Posted September 24, 2020 Author Share Posted September 24, 2020 50 minutes ago, atari2600land said: Like what was stated in response to your previous post, it's because you're only telling it to display 1 digit. If you used "plotvalue font 0 score2 2 152 6" I bet it would display 60. Weird, I thought the first one never posted. Is there a way to delete a topic? Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted September 24, 2020 Share Posted September 24, 2020 I don't think there is. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.