Discuss Scratch

Maximouse
Scratcher
1000+ posts

Scratch 3.0 Technical Discussion

867158 wrote:

getbent wrote:

Recently been nagged by a bit of a bug; while attempting to drag around a variable or list, after a short time its context menu will open. This is likely a feature meant for long-tapping on mobile, yet it is applied when using a mouse on the desktop website.

My browser / operating system: Windows NT 10.0, Chrome 78.0.3904.108, No Flash version detected


I have that exact same bug!

I noticed it too. Did anyone already report it?
Atten007
Scratcher
100+ posts

Scratch 3.0 Technical Discussion

When will comes Scratch 4.0 finally out???
imfh
Scratcher
1000+ posts

Scratch 3.0 Technical Discussion

Atten007 wrote:

When will comes Scratch 4.0 finally out???
Scratch 3 just came out about a year ago. The Scratch Team will probably not release Scratch 4 until they have to completely reprogram Scratch again. They shouldn't have to do that for a very long time, so Scratch 4 is not being worked on or even thought of at this point.

You don't have to wait for a new version of Scratch for new features to be added; the Scratch Team is working on improving Scratch as we speak!
liamdadude
Scratcher
500+ posts

Scratch 3.0 Technical Discussion

Hey, guys, i have a suggestion:
Expandable canvas for drawing (fullscreen)
liamdadude
Scratcher
500+ posts

Scratch 3.0 Technical Discussion

WilyGravy57 wrote:

Hope I Am In The Right Comment Section

Well, whats the point of scratch being coded by html?

Note: we could use browsers that support flash browser, not advertising tho, but suggesting, because most of the features in scrch do not work. Eg:- cloud variables, touching colour blocks
The reason is for cross-platform compatibility since HTML can be run on almost every browser
867158
Scratcher
29 posts

Scratch 3.0 Technical Discussion

Maximouse wrote:

867158 wrote:

getbent wrote:

Recently been nagged by a bit of a bug; while attempting to drag around a variable or list, after a short time its context menu will open. This is likely a feature meant for long-tapping on mobile, yet it is applied when using a mouse on the desktop website.

My browser / operating system: Windows NT 10.0, Chrome 78.0.3904.108, No Flash version detected


I have that exact same bug!

I noticed it too. Did anyone already report it?

Well I haven't
minor-edit
Scratcher
500+ posts

Scratch 3.0 Technical Discussion

getbent wrote:

Recently been nagged by a bit of a bug; while attempting to drag around a variable or list, after a short time its context menu will open. This is likely a feature meant for long-tapping on mobile, yet it is applied when using a mouse on the desktop website.

My browser / operating system: Windows NT 10.0, Chrome 78.0.3904.108, No Flash version detected
I have noticed that on both desktop and tablet. And it can be difficult to get rid of the context menu.
Boomer001
Scratcher
1000+ posts

Scratch 3.0 Technical Discussion

I think the 4.0 beta comes out somewhere in 2022. I was looking on the scratch wiki to see what the release date of scratch 2.0 was. The release date was 2013 and the 3.0 beta came out in 2016. That's 3 years. Scratch 3.0 was officially released begin 2019, and currently it's one year old. So 2 years to wait, and we can see the 4.0 beta! (This is my guess)
AmazingMech2418
Scratcher
1000+ posts

Scratch 3.0 Technical Discussion

Boomer001 wrote:

I think the 4.0 beta comes out somewhere in 2022. I was looking on the scratch wiki to see what the release date of scratch 2.0 was. The release date was 2013 and the 3.0 beta came out in 2016. That's 3 years. Scratch 3.0 was officially released begin 2019, and currently it's one year old. So 2 years to wait, and we can see the 4.0 beta! (This is my guess)
I wonder if 4.0 will use WebAssembly to speed up projects. It could also allow for other functionality such as a Scratch extension for 3D projects.
infinitytec
Scratcher
1000+ posts

Scratch 3.0 Technical Discussion

AmazingMech2418 wrote:

Boomer001 wrote:

I think the 4.0 beta comes out somewhere in 2022. I was looking on the scratch wiki to see what the release date of scratch 2.0 was. The release date was 2013 and the 3.0 beta came out in 2016. That's 3 years. Scratch 3.0 was officially released begin 2019, and currently it's one year old. So 2 years to wait, and we can see the 4.0 beta! (This is my guess)
I wonder if 4.0 will use WebAssembly to speed up projects. It could also allow for other functionality such as a Scratch extension for 3D projects.
All speculation of course. 2.0 had very much a slow beta release. IIRC the Java player was replaced with the Flash player several years before 2.0 was being built.

If I were to guess as to the development of the future of Scratch, I think it is too early to tell whether much to tell whether they are not they are changing things significantly. I think we will be seeing more small changes to 3.0 and not major changes to the underlying code. But WebAssembly could be a possibility as they do need to improve performance.
Boomer001
Scratcher
1000+ posts

Scratch 3.0 Technical Discussion

AmazingMech2418 wrote:

Boomer001 wrote:

I think the 4.0 beta comes out somewhere in 2022. I was looking on the scratch wiki to see what the release date of scratch 2.0 was. The release date was 2013 and the 3.0 beta came out in 2016. That's 3 years. Scratch 3.0 was officially released begin 2019, and currently it's one year old. So 2 years to wait, and we can see the 4.0 beta! (This is my guess)
I wonder if 4.0 will use WebAssembly to speed up projects. It could also allow for other functionality such as a Scratch extension for 3D projects.
I don't think a 3D extension will come. That is too hard for new scratchers to understand (got that from the list of rejected suggestions). But i do hope WebAssembly will come. (Scratch 3.0 uses WebGL)

Last edited by Boomer001 (March 22, 2020 08:50:22)

867158
Scratcher
29 posts

Scratch 3.0 Technical Discussion

kirbyplayer111 wrote:

when green flag clicked
forever
(Exe)
say [Exe] for (2) secs
define (Exe)
broadcast [ Exe ]
when I receive [ Exe]
change [ Exe ] by (1)[/quote]
Yes? What does that mean?

Last edited by 867158 (April 2, 2020 17:29:08)

clubstm
Scratcher
1 post

Scratch 3.0 Technical Discussion

Can't you split it into 4 pieces, and upload them as individual sprites and have this code on them:
when I receive [ v]
next costume
and Broadcast it from another sprite.
867158
Scratcher
29 posts

Scratch 3.0 Technical Discussion

clubstm wrote:

Can't you split it into 4 pieces, and upload them as individual sprites and have this code on them:
when I receive [ v]
next costume
and Broadcast it from another sprite.
Um, i'm not sure what your talking about, but i think that should work.
Little-Earthworm
Scratcher
44 posts

Scratch 3.0 Technical Discussion

Why does Scratch Desktop Setup 3.9.0 only support 64-bit Windows?

My computer is a 32-bit Windows system, so I can't use it.

Can I only use Scratch Desktop Setup 3.6.0?

But Scratch Desktop Setup 3.6.0 doesn't have the shape center feature, which makes it impossible for me to use it.

Then I can only write programs on the Scratch website, but it requires a network connection.

Please help us to add a 32-bit Windows version of Scratch Desktop Setup 3.9.0
s_federici
Scratcher
500+ posts

Scratch 3.0 Technical Discussion

Little-Earthworm wrote:

Please help us to add a 32-bit Windows version of Scratch Desktop Setup 3.9.0
Support
Alzter
Scratcher
100+ posts

Scratch 3.0 Technical Discussion

Where's my dark theme and block thickness slider
carsayz
Scratcher
3 posts

Scratch 3.0 Technical Discussion

YA WUT IS THIS
flyflytomeyeah
Scratcher
14 posts

Scratch 3.0 Technical Discussion

move ((oof) * (oof)) steps
say [oof]
add [oof] to [list oof]
FrostedFlames
Scratcher
4 posts

Scratch 3.0 Technical Discussion

Do you know of any way to fully transfer scratch into javascript?

Last edited by FrostedFlames (Nov. 13, 2020 14:08:52)

Powered by DjangoBB