Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
263 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Do folks create individual sprite files or one big picture with the sprites partitioned off?
Let’s say you choose to have a 32X32 sprite, if you put 4 of them side by side you would have a picture 128X32. You would then have code that captures each block of 32X32.