I was wondering if someone could edit the squeak code to export any script to a .txt file in the [scratchblocks] format, for copying and pasting to the forums.
Thanks!
Offline
TRocket wrote:
i've made one in java it does most blocks
roijac wrote:
check kurt, python extension
![]()
Where can I find these? What is kurt?
Thanks!
Offline
LiquidMetal wrote:
TRocket wrote:
i've made one in java it does most blocks
roijac wrote:
check kurt, python extension
![]()
Where can I find these? What is kurt?
Thanks!
hte code so far is here
Offline
LiquidMetal wrote:
TRocket wrote:
i've made one in java it does most blocks
roijac wrote:
check kurt, python extension
![]()
Where can I find these? What is kurt?
Thanks!
https://github.com/blob8108/kurt
Offline
LiquidMetal wrote:
I was wondering if someone could edit the squeak code to export any script to a .txt file in the [scratchblocks] format, for copying and pasting to the forums.
Thanks!
As roijac pointed out, you should try kurt. I literally just finished this; I've tested it with all the Scratch blocks, and it works fine, as far as I'm aware.
You'll need python, and the construct library; and you'll find the script at util/block_plugin.py. Let me know if it works!
Offline