Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » Code Counter
- cs2583039
-
Scratcher
2 posts
Code Counter
In one of my friend's games, in his description, he put the number of code blocks in his game. Is that a feature, or did he go through the trouble of counting himself?
- awesome-llama
-
Scratcher
1000+ posts
Code Counter
There are mods for scratch that have that feature.
TurboWarp is one I am allowed to mention and link on scratch.
TurboWarp is one I am allowed to mention and link on scratch.
- doggy_boi1
-
Scratcher
1000+ posts
Code Counter
Your friend could've
Imported his project into turbo warp
Checked the number of code scratch was going to delete (double click), and then added the data to each sprite

Manually counted them 1 by 1
Imported his project into turbo warp
Checked the number of code scratch was going to delete (double click), and then added the data to each sprite

Manually counted them 1 by 1
- ARandomNumberIs7482
-
Scratcher
1000+ posts
Code Counter
Your friend could'veManually counting the blocks sounds excruciating unless it's a simple minigame or something like that. Imagine doing that for Crystal Seeker (I think it uses 25,000+ blocks?)
Imported his project into turbo warp
Checked the number of code scratch was going to delete (double click), and then added the data to each sprite
Manually counted them 1 by 1
- awesome-llama
-
Scratcher
1000+ posts
Code Counter
Good thing TurboWarp has an addon that just counts the total (“Block Count”) and displays it at the top of the editor.Your friend could'veManually counting the blocks sounds excruciating unless it's a simple minigame or something like that. Imagine doing that for Crystal Seeker (I think it uses 25,000+ blocks?)
Imported his project into turbo warp
Checked the number of code scratch was going to delete (double click), and then added the data to each sprite
Manually counted them 1 by 1
https://turbowarp.org/addons
- PkmnQ
-
Scratcher
1000+ posts
Code Counter
Your friend could've
Imported his project into turbo warp
Checked the number of code scratch was going to delete (double click), and then added the data to each sprite
Manually counted them 1 by 1
- Created his own program to count it from the project JSON
- Discussion Forums
- » Questions about Scratch
-
» Code Counter