Discuss Scratch

siguenza
Scratcher
15 posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

Lightnin wrote:

Lots of updates today!

In the Scratch Editor:

Increased minimum list watcher size
Fixed watcher checkbox when hiding list from context menu
Fixed bubbles not appearing at right edge of block when zoomed
List delete button
Added button to import costume from library
Fixed display of numbers in list watchers
Improved list navigation
Fixed importing files with CRLF or CR line endings
Issues with Scratch 2.0 lists
Upload of MP3 files results in blank clip
Fixed “this script” -> “other scripts in sprite” bug
double click on variable monitor to toggle from normal to large readout to slider
Fixed context menus showing for hidden lists on the stage
Fixed formatting and dispose handling in GIF decoder
Add button to add image from library into paint editor
Fixed variables named “—” not appearing in menus
Fixed spacing in C blocks whose substacks end with terminals
Fixed scripts in palette running after category is switched
Properly urlencode extension block selectors and inputs
Save picture of Stage
Have reporter show its value on click
Pretty much all of these fixes are from nXIII – thanks nXIII!

On the website:

Insert metadata into contact us message template
New Terms of Use and Privacy Policy
More links in the footer
Lots of backend changes to speed up site and improve user experience!
Fixes for problems related to the explore page that caused slowdowns

Edit: We also made changes to the way view counts are stored. These require us to move a lot of data around. While it's moving, the counts will be low - but don't worry, they'll catch back up again as soon as it's done.

Scratch On!
Awesome!!!!!!!!!
notchRules
Scratcher
3 posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

this is great
ComicWorldBros
Scratcher
100+ posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

Can you ever use on Scratch, Unity?




Please help us right now and I will credit and follow you!
SuperSmashScratch
Scratcher
1000+ posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

ComicWorldBros wrote:

Can you ever use on Scratch, Unity?
…What?

Bush hid the sig
Junebug9427
Scratcher
100+ posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

Lightnin wrote:

Lots of updates today!

In the Scratch Editor:

Increased minimum list watcher size
Fixed watcher checkbox when hiding list from context menu
Fixed bubbles not appearing at right edge of block when zoomed
List delete button
Added button to import costume from library
Fixed display of numbers in list watchers
Improved list navigation
Fixed importing files with CRLF or CR line endings
Issues with Scratch 2.0 lists
Upload of MP3 files results in blank clip
Fixed “this script” -> “other scripts in sprite” bug
double click on variable monitor to toggle from normal to large readout to slider
Fixed context menus showing for hidden lists on the stage
Fixed formatting and dispose handling in GIF decoder
Add button to add image from library into paint editor
Fixed variables named “—” not appearing in menus
Fixed spacing in C blocks whose substacks end with terminals
Fixed scripts in palette running after category is switched
Properly urlencode extension block selectors and inputs
Save picture of Stage
Have reporter show its value on click
Pretty much all of these fixes are from nXIII – thanks nXIII!

On the website:

Insert metadata into contact us message template
New Terms of Use and Privacy Policy
More links in the footer
Lots of backend changes to speed up site and improve user experience!
Fixes for problems related to the explore page that caused slowdowns

Edit: We also made changes to the way view counts are stored. These require us to move a lot of data around. While it's moving, the counts will be low - but don't worry, they'll catch back up again as soon as it's done.

Scratch On!
Awesome dude! I would recommend (Obviously in a future update) more colors in the editor. I have Inkscape and Gimp. Inkscape is vector, with lots of colors. Gimp is bitmap with lots of colors. Inkscape would be great for making colorful and nice sprites with all the colors. But Inkscape images must be exported as a bitmap file. This makes the use of Inkscape, well, useless. So in a nutshell, I would recommend adding new colors to the editor, maybe make it kinda like Gimp's color selector, where it has lots of colors that you can select by simply moving a circle to match the shade you would like. Because not only would that make Scratch a better programming language, it would make Scratch a better drawing program. I haven't thoroughly thought this idea through quite yet, but this is not just requested on the spot, I have been wanting this for a while. Because I love to draw. I didn't know anywhere I could post this, so I figured the Updates forum would be a fitting spot to put this. I would love to help design and plan because as a regular Scratcher, I see things from a regular Scratcher's perspective. I think the Scratch team could really make Scratch better than it already is. I know since this is major, it might be better to wait, or put it in a future version of Scratch. Like Scratch 2.1 or even 2.2. I can wait, as long is it happens! If any Scratch team member reads this, tell them to leave a comment on my profile or quote this, to tell me what they think.

Proud owner of the Scratch CIA
Grimtin10
Scratcher
52 posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

when [c v] key pressed
switch costume to [5 v]
go to x: (0) y: (0) (actual coordinates)
wait (10) secs
glide (1) secs to x: (250) y: (250) (not actual coordinates)

Its gliding instantly instead of in 10 secs.!

Last edited by Grimtin10 (July 1, 2014 21:29:26)

Grimtin10
Scratcher
52 posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

code bug:
when [t v] key pressed
set x to (0)
set y to (0)
clear
if <<(size) = [10]> or <(size) < [10]>> then
set size to (100) %
end
if <<(size) = [-10]> or <(size) < [-10]>> then
set size to (100) %
end
That's the bug.
Ellasa
Scratcher
13 posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

d
when green flag clicked
p
pen up
stamp it
add [lol] to [list v]
SuperSmashScratch
Scratcher
1000+ posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

Grimtin10 wrote:

code bug:
when [t v] key pressed
set x to (0)
set y to (0)
clear
if <<(size) = [10]> or <(size) < [10]>> then
set size to (100) %
end
if <<(size) = [-10]> or <(size) < [-10]>> then
set size to (100) %
end
That's the bug.
How is that a bug?

Bush hid the sig
SuperSmashScratch
Scratcher
1000+ posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

Grimtin10 wrote:

when [c v] key pressed
switch costume to [5 v]
go to x: (0) y: (0) //Actual Coordinates
wait (10) secs
glide (1) secs to x: (250) y: (250) //Not Actual Coordinates

Its gliding instantly instead of in 10 secs.!
Fixed it.

Last edited by SuperSmashScratch (July 2, 2014 17:21:55)


Bush hid the sig
GodzillaKing100
Scratcher
100+ posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

add new blocks you can use
add awesome sprites for scratch library
add a new awesome block creator here you can make awesome graphics
make a instruction block

Sclax
Scratcher
45 posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

Chibi-Matoran wrote:

Cool!
Lol
Lightnin
Scratcher
1000+ posts

4 June 2014: Updates! Lots of fixes for the editor, and improvements in the website

Ye olde threadeth shalle be closeth.

Powered by DjangoBB