disjaukifa #1 Posted October 6, 2011 Hey Guys, I know you can check score like this if sc1 = $00 && sc2 = $00 && sc3 = $00 then ... But can I check the score using a decimal number instead of a hexadecimal number? Thanks Quote Share this post Link to post Share on other sites
+Random Terrain #2 Posted October 6, 2011 (edited) Have you read this yet: What is a BCD Compliant Number? Edited October 6, 2011 by Random Terrain 1 Quote Share this post Link to post Share on other sites
disjaukifa #3 Posted October 6, 2011 (edited) Actually I did, but what I didn't see was if I could take a variable lets say a which has a value of 35 a = 35 and then do this if sc1 = $00 && sc2 = $00 && sc3 > $00 + a then ... *UPDATE* That seems to be working. I tried that earlier tonight and I my score was still rolling backwards, I must have forgotten the "$" on the 00 when I tried it earlier. Hey Random do you know an easy way tell check to see if you score as rolled to a million and keep track of it? Edited October 6, 2011 by disjaukifa Quote Share this post Link to post Share on other sites
+Random Terrain #4 Posted October 6, 2011 Hey Random do you know an easy way tell check to see if you score as rolled to a million and keep track of it? I bet you could adapt this: http://www.atariage.com/forums/topic/172564-what-is-the-best-way-to-tell-when-the-score-reaches-the-next-thousand/ 1 Quote Share this post Link to post Share on other sites