------------------------------ Custom Counter ----------------------------- *This project was made to help you in your games to make the score look better than the counter variable* How to make work in your games- Copy all the number sprites into your clip board (not the plus and minus) and drag into your project. Then make another sprite change the 'number variable' by however many you want when something happens.You can also deduct points by changing the 'number variable' by minus numbers. ------------------------------------------------------------------------------- More customisation help- Change the font for the numbers: To do this simply go to the costume section for each number and draw in you own. Make sure not to change the order or delete any otherwise it will not work. Make the numbers when they are zero be hidden: To do this simply go to the numbers and put show in the 'if then' and hide in the 'else'. Change the size of the numbers: To do this go to the number sprite and under the top 'when flag is clicked block' change the set size to block to your own number. Change where it is on the page: Drag in a 'go to x... y...' block *after* you have repositioned them on the page and put it under the 'when flag is clicked' block. Make it hide on a certain backdrop: Drag in a 'when backdrop switches to...' block and put show/ hide and then another 'when backdrop switches to...'block and put a hide/show. If you have any other questions please leave a comment and I will help. Thanks :D -------------------------------------------------------------------------------
I made this project to do all the itsy-bitsy coding for you to use in your games to count the score instead of a counting variable. Any questions you have are hopefully answered above in the instructions but if not write to me in the comments. I would love some credit if you use it in your projects. Also I would love to see your projects if you use the number counter so write to me in the comments. I hope find this helpful and it works. UPDATE- Added holding function and tapping to get the number to change faster and more accurately. Also fixed bug where the number went below 0 and above 999. -Watermelon-Potatoes