Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » SB3 to SB2 Converter (working)
- the-arch-illager
-
Scratcher
30 posts
SB3 to SB2 Converter (working)
load sb3 into scratch 2 to convert it, once your have done that, you can save it as an sb2 file, i think.
- medians
-
Scratcher
1000+ posts
SB3 to SB2 Converter (working)
load sb3 into scratch 2 to convert it, once your have done that, you can save it as an sb2 file, i think.Well, you have to use the converter first in order to load it because you can't load .sb3 files in Scratch 2.0.
- OliverMinnesota
-
Scratcher
7 posts
SB3 to SB2 Converter (working)
I Cannot Convert SPRITE3 to SPRITE2.
Today is: (10)/(28)/(2023):: sensing boolean
...
- awtyagrawals
-
Scratcher
100+ posts
SB3 to SB2 Converter (working)
I Cannot Convert SPRITE3 to SPRITE2.That is not what it is for. If you want to, upload the sprute3 to a scratch project, download it as sb3, convert it to sb2, and then export the sprite2 file from it.Today is: (10)/(28)/(2023):: sensing boolean
...
- Coding4Ever_1
-
Scratcher
8 posts
SB3 to SB2 Converter (working)
im trying to convert but i tried the python aint working for me
- thatwasdeadsimple
-
Scratcher
100+ posts
SB3 to SB2 Converter (working)
I will use this on my windows PC because of tosh.Can you upload sb3s to tosh? That would be epic
tosh is scratch, BUT you type the blocks instead of drag-and-dropping
I found out it can run sb2 files because I saved a project I made on there and it was an .sb2 file
so IN THEORY I can make a scratch project in scratch and then see it in tosh
I'm just bored
- the-arch-illager
-
Scratcher
30 posts
SB3 to SB2 Converter (working)
you can upload sb3's to turbowarp packager
- ego-lay_atman-bay
-
Scratcher
500+ posts
SB3 to SB2 Converter (working)
(#313)But you can't edit the javascript.
you can upload sb3's to turbowarp packager
- MonkeyBean2
-
Scratcher
500+ posts
SB3 to SB2 Converter (working)
Nice, now we can run 3.0 projects in griffpatch's 2.0 vm
- codeisBOOM
-
Scratcher
100+ posts
SB3 to SB2 Converter (working)
I've just finished writing an SB3 to SB2 converter in Python 3, which can be found here: https://github.com/RexScratch/sb3tosb2i ran it with python and it just crashed, and i checked with visual studio, and it says that there is no such thing as an “audiloop”
If you find any bugs or issues, please tell me. This is also the first time I've written something like this, so I'd appreciate feedback on how to improve the code.
plz help
- codeisBOOM
-
Scratcher
100+ posts
SB3 to SB2 Converter (working)
it looks like PS C:\Users\cod> & C:/Users/cod/AppData/Local/Programs/Python/Python313/python.exe C:/Users/cod/Downloads/sb3tosb2.py
Traceback (most recent call last):
File “C:\Users\cod\Downloads\sb3tosb2.py”, line 1, in <module>
import audioop
ModuleNotFoundError: No module named ‘audioop’
My browser / operating system: Windows NT 10.0, Chrome 133.0.0.0, No Flash versions detected
Traceback (most recent call last):
File “C:\Users\cod\Downloads\sb3tosb2.py”, line 1, in <module>
import audioop
ModuleNotFoundError: No module named ‘audioop’
My browser / operating system: Windows NT 10.0, Chrome 133.0.0.0, No Flash versions detected
Last edited by codeisBOOM (Feb. 15, 2025 23:51:09)
- kRxZy_kRxZy
-
Scratcher
1000+ posts
SB3 to SB2 Converter (working)
it looks like PS C:\Users\cod> & C:/Users/c**/AppData/Local/Programs/Python/Python313/python.exe C:/Users/c**/Downloads/sb3tosb2.pyOpen up command prompt then type:
Traceback (most recent call last):
File “C:\Users\cod\Downloads\sb3tosb2.py”, line 1, in <module>
import audioop
ModuleNotFoundError: No module named ‘audioop’
My browser / operating system: Windows NT 10.0, Chrome 133.0.0.0, No Flash versions detected
pip install audioop
- wot-er-brother
-
Scratcher
17 posts
SB3 to SB2 Converter (working)
didn't work
it's basically saying
↑
don't worry about it I'm using a chrome extension called ruffle
it's basically saying
when green flag clickedMy browser / operating system: Windows NT 10.0, Opera 117.0.0.0, Flash 32.0 (release 0)
say [ModuleNotFoundError: No module named 'audioop']
stop [all v]
↑
don't worry about it I'm using a chrome extension called ruffle
Last edited by wot-er-brother (March 16, 2025 02:40:54)
- Maximouse
-
Scratcher
1000+ posts
SB3 to SB2 Converter (working)
didn't workaudioop was removed in Python 3.13. Either install 3.12 or run pip install audioop-lts.
it's basically sayingwhen green flag clickedMy browser / operating system: Windows NT 10.0, Opera 117.0.0.0, Flash 32.0 (release 0)
say [ModuleNotFoundError: No module named 'audioop']
stop [all v]
Last edited by Maximouse (March 16, 2025 12:06:01)
- kikiboom7_4072
-
Scratcher
12 posts
SB3 to SB2 Converter (working)
didn't workM I N E I S W I N D O W S 1 1
it's basically sayingwhen green flag clickedMy browser / operating system: Windows NT 10.0, Opera 117.0.0.0, Flash 32.0 (release 0)
say [ModuleNotFoundError: No module named 'audioop']
stop [all v]
↑
don't worry about it I'm using a chrome extension called ruffle
- wot-er-brother
-
Scratcher
17 posts
SB3 to SB2 Converter (working)
I ran pip install audioop-lts
Last edited by wot-er-brother (March 16, 2025 16:36:22)
- wot-er-brother
-
Scratcher
17 posts
SB3 to SB2 Converter (working)
get the latest version of python and run in Terminal(Linux/Mac) or Command Prompt(Windows) and then
run the program in VScode and it should work.
You don't need to if you have python version 3.10 or lower.
pip install audioop-lts
run the program in VScode and it should work.
You don't need to if you have python version 3.10 or lower.
Last edited by wot-er-brother (June 27, 2025 00:05:59)
- Discussion Forums
- » Advanced Topics
-
» SB3 to SB2 Converter (working)















