Discuss Scratch

Jonathan50
Scratcher
1000+ posts

Converting Scratch Projects to HTML5

ninjagolloyd wrote:

i'm sorry but why are you in the ATs good sir
Don't let's give Scratchers a poor impression of the ATs…

Last edited by Jonathan50 (Feb. 17, 2019 01:44:31)


Not yet a Knight of the Mu Calculus.
gatzke
Scratcher
100+ posts

Converting Scratch Projects to HTML5

Following.

Phosphorus used to work nicely but it is broken now for most of my stuff and Nathan has abandoned it.

htmlgames forked phosphorus but it seems to be busted now too. Plus rendering is not good, about as bad as Scratch 3.0. Why is it so hard to make text look not terrible?

Hope this project can get sorted. Good luck and thanks for your contribution!

Check out Super Tank in Phosphorus++ to run Scratch programs
badatprogrammingibe
Scratcher
500+ posts

Converting Scratch Projects to HTML5

ninjagolloyd wrote:

BlueLava_Productions wrote:

Well scratch was made with Java so if you convert it to java and then html5 it might work
i'm sorry but why are you in the ATs good sir

herohamp wrote:

ninjagolloyd wrote:

BlueLava_Productions wrote:

Well scratch was made with Java so if you convert it to java and then html5 it might work
i'm sorry but why are you in the ATs good sir
I mean I wasnt going to ask him that, but im happy someone did

dude341 wrote:

herohamp wrote:

ninjagolloyd wrote:

BlueLava_Productions wrote:

Well scratch was made with Java so if you convert it to java and then html5 it might work
i'm sorry but why are you in the ATs good sir
I mean I wasnt going to ask him that, but im happy someone did
^
There is no need to be rude or discriminatory to another user just because they do not know as much about programming as us.
dude341
Scratcher
1000+ posts

Converting Scratch Projects to HTML5

badatprogrammingibe wrote:

There is no need to be rude or discriminatory to another user just because they do not know as much about programming as us.
We weren't being rude or discriminatory. It was a legitimate question.

Placeholder
Zatnik
Scratcher
100+ posts

Converting Scratch Projects to HTML5

Knowing the difference between Java and Javascript isn't a requirement for using the ATs, so it seems a bit judgmental to use that as a basis for questioning why someone is here.

Last edited by Zatnik (Feb. 20, 2019 00:08:29)


Main account: @Arctenik
badatprogrammingibe
Scratcher
500+ posts

Converting Scratch Projects to HTML5

dude341 wrote:

badatprogrammingibe wrote:

There is no need to be rude or discriminatory to another user just because they do not know as much about programming as us.
We weren't being rude or discriminatory. It was a legitimate question.
i'm sorry but why are you in the ATs good sir
That is not a legitimate question, as it seems to imply that he shouldn't be in this subforum.
Wettining
Scratcher
500+ posts

Converting Scratch Projects to HTML5

dude341 wrote:

herohamp wrote:

ninjagolloyd wrote:

BlueLava_Productions wrote:

Well scratch was made with Java so if you convert it to java and then html5 it might work
i'm sorry but why are you in the ATs good sir
I mean I wasnt going to ask him that, but im happy someone did
^
Well that's a bit rude to say
Sheep_maker
Scratcher
1000+ posts

Converting Scratch Projects to HTML5

'Tis a bit redundant to have three posts ask why someone's in the ATs, then another four posts concerning their tone, don't you think?

In other news, I've fixed my HTMLifier yay

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
dude341
Scratcher
1000+ posts

Converting Scratch Projects to HTML5

Sheep_maker wrote:

'Tis a bit redundant to have three posts ask why someone's in the ATs, then another four posts concerning their tone, don't you think?

In other news, I've fixed my HTMLifier yay
^
I do now agree that I was rude - sorry BlueLava.

Placeholder
King_of_Agario
Scratcher
2 posts

Converting Scratch Projects to HTML5

rainpelt28 wrote:

Hello all! I was just wondering if there was anyway to convert my Scratch project into an HTML5 file and how I would do it.

Thank you!

EDIT:
Many people have said many helpful things here!
Anyone wishing to convert their file, I suggest using Sheep Maker's converter
https://sheeptester.github.io/words-go-here/scratch3-htmlifier/

I tried it… but It DOESN'T show the variables.
Sheep_maker
Scratcher
1000+ posts

Converting Scratch Projects to HTML5

King_of_Agario wrote:

rainpelt28 wrote:

Hello all! I was just wondering if there was anyway to convert my Scratch project into an HTML5 file and how I would do it.

Thank you!

EDIT:
Many people have said many helpful things here!
Anyone wishing to convert their file, I suggest using Sheep Maker's converter
https://sheeptester.github.io/words-go-here/scratch3-htmlifier/

I tried it… but It DOESN'T show the variables.
I added variable and list watchers now; they have a different style so it's less obvious that it's a Scratch project (and I'm also lazy)

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
Canope26
New to Scratch
1 post

Converting Scratch Projects to HTML5

Hi,

I tried the tool https://sheeptester.github.io/words-go-here/scratch3-htmlifier/

But a draggable sprite is not draggable in html version. Any idea ?

Thanks,
S.D.
GlennJkrause
Scratcher
1 post

Converting Scratch Projects to HTML5

did it work? ()
if <answer==yes> then
YAA
end
rainpelt28
Scratcher
500+ posts

Converting Scratch Projects to HTML5

bump just in case someone needs to see this or use the links

Hi! I am rainpelt28! Right now, I am working on a super cool detailed and fun game coming soon!

Feel free to ask for help with Scratch! I have been using this account for over 3 years, and have used the program even longer than that! Previous owner of one of the shop directories and current owner of intro to request sticky! Have a nice day!
scratching2x
Scratcher
40 posts

Converting Scratch Projects to HTML5

Sheep_maker wrote:

I spent the afternoon hacking together a Scratch 3.0 HTMLifier, which grabs the Scratch engine and your project data and mashes it into a single HTML file: https://sheeptester.github.io/words-go-here/scratch3-htmlifier/

The “Quick HTMLify” button should probably serve your needs and doesn't take as much time to convert

Note that this doesn't directly convert your Scratch blocks to JavaScript (for example, if _ then _ -> if () {}); rather, it's just an embedded version of Scratch 3.0

EDIT: I think it broke

EDIT 2: Not anymore

EDIT 3: Added variable and list watchers

Thanks, this is really useful! Could you add a setting for project resolution?
Sheep_maker
Scratcher
1000+ posts

Converting Scratch Projects to HTML5

scratching2x wrote:

Thanks, this is really useful! Could you add a setting for project resolution?
It should automatically adjust the size so that it covers the screen.

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
enemali
Scratcher
4 posts

Converting Scratch Projects to HTML5

Sheep_maker wrote:

'Tis a bit redundant to have three posts ask why someone's in the ATs, then another four posts concerning their tone, don't you think?

In other news, I've fixed my HTMLifier yay
Is there a way to have this run offline using local scratch project
FuryPupYT
Scratcher
8 posts

Converting Scratch Projects to HTML5

Sheep_maker wrote:

I spent the afternoon hacking together a Scratch 3.0 HTMLifier, which grabs the Scratch engine and your project data and mashes it into a single HTML file: https://sheeptester.github.io/words-go-here/scratch3-htmlifier/

The “Quick HTMLify” button should probably serve your needs and doesn't take as much time to convert

Note that this doesn't directly convert your Scratch blocks to JavaScript (for example, if _ then _ -> if () {}); rather, it's just an embedded version of Scratch 3.0

EDIT: I think it broke

EDIT 2: Not anymore

EDIT 3: Added variable and list watchers

How do I download it?

when I receive [featured v]
change [featured projects v] by (1)
forever
change [happiness v] by (1)
end
FuryPupYT
Scratcher
8 posts

Converting Scratch Projects to HTML5



How do I download it?

when I receive [featured v]
change [featured projects v] by (1)
forever
change [happiness v] by (1)
end
Sheep_maker
Scratcher
1000+ posts

Converting Scratch Projects to HTML5

FuryPupYT wrote:

How do I download it?
It downloads the project when it finishes converting, unless your browser blocks downloads.

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }

Powered by DjangoBB