Hi all,
1. When editing a script, is it possible to select multiple fields (of same nature but different instances) to edit their content at once ?
If not, will this be implemented in the next Scratch ?
One good thing with text-based programming is that you can alter multiple occurences of data at once (example : replace all "ICE_CREAM" with "DONUTS", done, 75 occurences replaced).
2. Will the next Scratch offer higher than 468 x 360 resolution ?
Thanks
Offline
(can't find how to edit previous post, so I'll add a new one instead)
3. User definable Keyboard Shortcuts for every editing function of the app would be amazing, example :
M ---> Make Variable
etc.
Offline
One way to control a lot of occurrences is to set a variable to "ICE CREAM" and use that variable instead of writing the word "ICE CREAM". Then you can easily change the variable to something else, like "DONUTS".
Offline
Thanks SciTecCf.
I also have another suggestion, probably already mentionned by someone else :
4. support for mouse wheel (to scroll down and up) inside script window
Yes, Wes, I know this. The thing is, as soon as one parameter starts to depend on more than one variable at a time, you end up cloning logic statements like "if etc. then"
because some fields aren't compatible.
For example, I can change costume by choosing it's name from a dropdown menu or by specifing a variable which contains it's corresponding number, but if the variable contains a name which also happens to be the name of the costume,
switch to background (variable containing a name)the statement won't enable the costume change.
Offline
the block was meant to say "switch to COSTUME" (variable containing a name)
another way of mentioning this issue would be :
I think a variable can only contain a string, meaning
the content of a variable can only be understood as a string, a number, but not recognized as another variable, meaning as another container (using variable, there is only one level of depth possible).
Offline
Am moving to BYOB 3, more suited to my needs. Anyways, congrats to the Scratch team, amazing job !
Offline