Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Scratch, GitHub and conversion from Blockly to text
- GamesForGamesXD
-
Scratcher
7 posts
Scratch, GitHub and conversion from Blockly to text
when green flag clicked
set [ year] to [2030]
if <[ jeff bezos] is ceo of [amazon] ?> then
go to [ amazon hq]
clear jeff bezos
set [ ceo] to [GamesForGamesXD]
ask [whats your credit card number?] and wait
add (answer) to [info to sell]
else
track down [ amazon ceo]
take photo
repeat until <[the fbi] is at [my house]>
sell info on [ omegle]
end
Last edited by GamesForGamesXD (Jan. 26, 2023 01:55:05)
- Chiroyce
-
Scratcher
1000+ posts
Scratch, GitHub and conversion from Blockly to text
Does this still work with the new project API changes?
- RokCoder
-
Scratcher
1000+ posts
Scratch, GitHub and conversion from Blockly to text
Does this still work with the new project API changes?Yes. I've updated it so it can still be used. The downside is that it can't be used on unshared projects and I don't tend to share projects until they're complete so I'm going to have to rethink how to use it for Git purposes.
- CST1229
-
Scratcher
1000+ posts
Scratch, GitHub and conversion from Blockly to text
(#23)You could just make it use a project .sb3 file instead of a project ID as input..Does this still work with the new project API changes?Yes. I've updated it so it can still be used. The downside is that it can't be used on unshared projects and I don't tend to share projects until they're complete so I'm going to have to rethink how to use it for Git purposes.
Last edited by CST1229 (Jan. 26, 2023 13:30:01)
- RokCoder
-
Scratcher
1000+ posts
Scratch, GitHub and conversion from Blockly to text
You could just make it use a project .sb3 file instead of a project ID as input..That's very true and it's probably the way I'll go if I update it. It's a shame though as the Git part of the project makes use of the Scratch2Script web page by passing the project number as a page query string so there's no quickfire solution. I think I'm largely the only person who uses this for Git anyway so it's probably not all that much of a problem for anyone else

- ItsRainbow
-
Scratcher
14 posts
Scratch, GitHub and conversion from Blockly to text
Thank you for this!! I would be interested in having an SB3 file as input for offline and private development
- var_15
-
Scratcher
2 posts
Scratch, GitHub and conversion from Blockly to text
can you also make it so it not just takes the code and that it also takes the sounds the custumes that would be pretty nice
- RokCoder
-
Scratcher
1000+ posts
Scratch, GitHub and conversion from Blockly to text
can you also make it so it not just takes the code and that it also takes the sounds the custumes that would be pretty niceIt does that already
- Discussion Forums
- » Advanced Topics
-
» Scratch, GitHub and conversion from Blockly to text





