Discuss Scratch

bs00009
Scratcher
27 posts

对scratch3.0的一些建议Some advice for Scratch 3.0

1.RETURN:We often use RETURN for functions.They can help us do many difficult things.But now we can use only variables to finish it.I hate that because they look so fussy.So we need it to make projects easily.
2.VARIABLES FOR CLONES,FUNCTIONS EVEN BLOCKS:Now we can use variables for roles,projects or cloud.But I think that's not enough.Sometimes we want to make stars or lives for every clone but that's not easy.I think you should make more action scopes.
3.FORMAT FACTORY FOR SCRATCH:Sometimes we want to make Scratch projects become EXE,APK or SWF files to make them be able to run at computers or phones without Scratch,or run them with old Scratch like 2.0 or 1.4.I think you should make a official website's tool to do it.
4.EDITER FOR PHONES:You should make it earlier!!!!!We cannot wait!!!!!!


1.返回:我们经常使用返回函数。它们可以帮助我们做很多困难的事情。但是现在我们只能使用变量来完成它。我讨厌这样,因为它们看起来太繁琐了。所以我们需要它来轻松地完成项目。

2.克隆变量、函数变量甚至是块变量:现在我们可以使用全局变量、成员变量或云变量。但我认为这还不够。有时我们想为每个克隆体制造星星或血量,但这并不容易。我认为你应该做更多的操作作用域。

3.Scratch格式工厂:有时我们希望让Scratch项目成为exe、apk或swf文件,使它们能够在计算机或手机上运行而不需要Scratch,或者使用2.0或1.4之类的旧Scratch运行它们。我认为您应该制作一个官方网站的工具来完成它。

4.手机编辑器:你们应该早点做!!!!!我们等不及了!!!!!
_nix
Scratcher
1000+ posts

对scratch3.0的一些建议Some advice for Scratch 3.0

bs00009 wrote:

2.VARIABLES FOR CLONES,FUNCTIONS EVEN BLOCKS:Now we can use variables for roles,projects or cloud.But I think that's not enough.Sometimes we want to make stars or lives for every clone but that's not easy.I think you should make more action scopes.
Every clone has an independent version of every variable that was labelled “for this sprite only” when it was created. So, if you create a variable called “counter” and mark it as “for this sprite only”, then every clone will have its own “counter” variable. Changing the value of this variable in one clone will not change the value in another clone. (Note that when a clone is created, it will inherit the value of the variable belonging to its parent. So, if a sprite or clone whose “counter” variable is 10 creates a clone of itself, the new clone will already have a counter value 10. But that clone's value will be separate from the parent's: if the new clone changes its counter to 20, that does not mean the original sprite/clone will also have its value be 20.)
bs00009
Scratcher
27 posts

对scratch3.0的一些建议Some advice for Scratch 3.0

_nix wrote:

bs00009 wrote:

2.VARIABLES FOR CLONES,FUNCTIONS EVEN BLOCKS:Now we can use variables for roles,projects or cloud.But I think that's not enough.Sometimes we want to make stars or lives for every clone but that's not easy.I think you should make more action scopes.
Every clone has an independent version of every variable that was labelled “for this sprite only” when it was created. So, if you create a variable called “counter” and mark it as “for this sprite only”, then every clone will have its own “counter” variable. Changing the value of this variable in one clone will not change the value in another clone. (Note that when a clone is created, it will inherit the value of the variable belonging to its parent. So, if a sprite or clone whose “counter” variable is 10 creates a clone of itself, the new clone will already have a counter value 10. But that clone's value will be separate from the parent's: if the new clone changes its counter to 20, that does not mean the original sprite/clone will also have its value be 20.)


I got it.Thank you.

Last edited by bs00009 (Feb. 20, 2019 03:05:25)

bs00009
Scratcher
27 posts

对scratch3.0的一些建议Some advice for Scratch 3.0

Jack up!
bs00009
Scratcher
27 posts

对scratch3.0的一些建议Some advice for Scratch 3.0

Jack up!
Sheep_maker
Scratcher
1000+ posts

对scratch3.0的一些建议Some advice for Scratch 3.0

bs00009 wrote:

Jack up!
(In English we use the word “bump”)

bs00009 wrote:

3.FORMAT FACTORY FOR SCRATCH:Sometimes we want to make Scratch projects become EXE,APK or SWF files to make them be able to run at computers or phones without Scratch,or run them with old Scratch like 2.0 or 1.4.I think you should make a official website's tool to do it.
If you want to convert a Scratch 3.0 project into an exe right now, you can follow this tutorial

Powered by DjangoBB