Download the one sprite and 6 scripts of "print_number" and open it in Scratch
Project Notes
Printing numbers with the stamp tool.
This program has a single sprite called digit, which responds to a message print_number and three global variables: print_x, print_y, and print_number.
When print_message is broadcast, the digit sprite
prints out the number by stamping the digits with the bottom right of the final number at print_x, print_y.
Note: only integers are printed.
After the call, print_number is 0 and print_x is to the left of the printed number. print_y is unchanged.
There is a simple test script on the stage.
Comments
You need to be logged in to post comments
Add a Comment
these are really good!
My print_decimal program improves on this (link to project)