Discuss Scratch

JGames101
Scratcher
100+ posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

MinecraftWin98 wrote:

Yep, having options for autostart and removing the top bar with the flag and stop icons would be pretty sweet. Nice work!

redware wrote:

JGames101 - that is great. On my mobile though it is difficult to press the green button - is there an autostart option ?

http://www.redware.com/scratch-test-01.html

I'll work on those features!
SantaHey
New Scratcher
3 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

Hello,
Scratch Silicon works with all my projects except for one thing : dragging sprites, it slows all the game, which is a problem for mobile games.

It seems to me that this is a known problem but is it planned to change that? Is there a work around for this?

Thanks in advance
alixtech
New Scratcher
2 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

I'm building a local “player” in html that runs off of a USB to show scratch games. I'm wondering if there is a way to use what you have written to be able to play scratch games completely offline?
Minecmaster
Scratcher
27 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

Wow. . . How Do You Embed On Mobile Devices? (For Websites)
AwesomeWu639
Scratcher
2 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

Hi! Thanks so much! I'm making a website and I needed to embed my projects into it. I did it, but the iframe is a little sketchy. I tried to change the border-radius is the css file in the iframe {}, but it didn't work. I also tried to do it in the iframe src {}, but nothing changed. I'm also wondering if you know how to align the project to the center, because mine's all the way to the left. In addition, the fullscreen doesn't work, and the thumbnail is draggable. If you can fix any of those bugs, or tell me what I'm doing wrong, that would be great! Thanks!
(please)
go to [center]
switch costume to [better border radius]
AwesomeWu639
Scratcher
2 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

OK, I fixed the align problem by going to Stack Overflow, but the border radius won't work. Will this work on studios? If not, can you make one that will? Is it possible? Thanks!
when green flag clicked
say [Thanks!] for (2) secs
Sheep_maker
Scratcher
1000+ posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

AwesomeWu639 wrote:

OK, I fixed the align problem by going to Stack Overflow, but the border radius won't work. Will this work on studios? If not, can you make one that will? Is it possible? Thanks!
I don't think you can embed studios since that would mean that you could trick users into clicking the follow button on studios

You can't change the content of iframes such as border radii.
dillyd
Scratcher
36 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

works great! thanks for the great tool!
SBP704
Scratcher
4 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

define thanks
say [thanks for this] for (2) secs

Last edited by SBP704 (May 3, 2019 14:04:06)

batovon15
New Scratcher
1 post

Scratch Silicon: Embed Scratch 3 Projects In Your Site

set variable does not work but change variable does
Kami-ko
Scratcher
100+ posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

Similar topic here

My solution is #7.

Summary: add “/embed to your project link,” next create an iframe with the new link you created on your website editor. I assume that you are familiar with what an iframe is …. if not, check out w3schools.

Last edited by Kami-ko (May 27, 2019 23:30:23)

avam0u15
New Scratcher
3 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

can you add it so you can sign into scratch so this supports cloud variables?
when this sprite clicked
if <(username) = []> then


say [You are not logged in] for (2) secs

else
say (join [You are logged in as ] (join (username) [.])) for (2) secs
end
brings back you are not logged in…

Last edited by avam0u15 (May 28, 2019 11:54:23)

avam0u15
New Scratcher
3 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

also username support for your scratch name
ty wor working on cloud variables
birbilis
Scratcher
93 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

this works for me:

<iframe
allowtransparency=“true”
width=“100%”
height=“100%”
src="https://scratch.mit.edu/projects/276955447/embed/?autostart=true
frameborder=”0"
allowfullscreen
>
Please use a web browser that supports IFRAMEs
</iframe>

has anyone implemented autostart? it seems to not use it (or at least anymore in Scratch 3)

Last edited by birbilis (June 6, 2019 08:25:35)

Scratch_Scripter
Scratcher
12 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

Listen Everybody!!! Open project page- Click on Copy link- Copy Embed- The code gets copied!
JGames101
Scratcher
100+ posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

birbilis wrote:

this works for me:

<iframe
allowtransparency=“true”
width=“100%”
height=“100%”
src="https://scratch.mit.edu/projects/276955447/embed/?autostart=true
frameborder=”0"
allowfullscreen
>
Please use a web browser that supports IFRAMEs
</iframe>
The issue with the official embed is it doesn't (or at least didn't when I made this idk anymore) work on mobile devices. It just loaded the regular page.
johno1566
Scratcher
2 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

Hey Guys!
Made a version of this without the Controls(start,stop,fullscreen)
It also Autostarts so there is no need for the controls
I used @JGames101 original project to make it
Here it is:
johno1566.github.io/ScratchSiliconAutostartAndNoControls/#276660763

Last edited by johno1566 (Dec. 22, 2019 07:31:07)

LeoTurnbull
Scratcher
6 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

johno1566 wrote:

Hey Guys!
Made a version of this without the Controls(start,stop,fullscreen)
It also Autostarts so there is no need for the controls
I used @JGames101 original project to make it
Here it is:
johno1566.github.io/ScratchSiliconAutostartAndNoControls/#276660763

Thank you sooooooooo much!!
johno1566
Scratcher
2 posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

Last edited by johno1566 (Feb. 15, 2020 01:36:16)

s_federici
Scratcher
500+ posts

Scratch Silicon: Embed Scratch 3 Projects In Your Site

johno1566 wrote:

Made a version of this without the Controls(start,stop,fullscreen)
It also Autostarts so there is no need for the controls
I used @JGames101 original project to make it
Here it is:
johno1566.github.io/ScratchSiliconAutostartAndNoControls/#276660763

I tried running my project https://scratch.mit.edu/projects/2197209/ (https://johno1566.github.io/ScratchSiliconAutostartAndNoControls/#2197209) but it doesn't seem to fully work in ScratchSilicon. In particular, when I move the “number of vertices” slider no new vertices are added/removed.

Last edited by s_federici (Feb. 27, 2020 08:07:32)

Powered by DjangoBB