Python to Scratch compiler and IDE
⚠️ Warning: ScratchThon is in a very beta stage. Many features are experimental, and some exports may not work perfectly, expect 1 trillion bugs
onFlagclick()
gotoXY(0,0)
print('Welcome to ScratchThon')
wait(1)
move(50)
wait(0.5)
move(-30)
end()
link('cat.png')
- does something on flag click
- Links an uploaded image as a sprite.
- Moves sprite
- ends.
- wait some seconds
- moves sprite to position
- makes sprite say something
[b1.0]
- first beta release
[b1.1]
- added more import/exports
- added tabs in text editor