Discuss Scratch

Potatogirl404
Scratcher
49 posts

Updates! July 15th, 2015

TheHockeyist wrote:

THIS WILL BE A VICTORY FOR THE SCRATCHERS!!!!! GET RID OF ABOUT AND EXPAND THE SEARCH BAR!!!!! WE LIKED IT HOW IT WAS BEFORE!!!!!

YES!!!!!!!! WE WIN WE WIN!!!!!!!

If you see this signature while scrolling
\II/
;<><>;
;<>|<>|<>;
;<><><><>;
;<><><><><>;
|————–
;<><><><>;
;<><><>;
Then you have visited by the pineapple of le epicness.
You will be one of the 5 kidren to be killed by the purple guy when FNaF becomes real.
Unless if you type in “Thanks pineapple” on my profile
TheHockeyist
Scratcher
1000+ posts

Updates! July 15th, 2015

peterules54 wrote:

animaljamgames wrote:

so weird search….

I know. I don't like it either.
WANT TO JOIN THE PROTEST?


rollercoasterfan
Scratcher
1000+ posts

Updates! July 15th, 2015

I am so glad the youtube player now works, unfortunately, I really do not like the new search bar. Is it possible to extend it out a little more to your messages button? Honestly, I think the about should still be at the bottom. While it may make people read that stuff and make parents know that their kids are safe, it really messes up the top bar. Maybe you could remove the explore button?














when [chromometer altimeter v] = [5th length v] and [7th length v] with a [gap v] of (17) ::events hat
forge [chromometer v] altimeter until < (speed) = (velocity)> ::control cstart
switch places with (759 v) altimeters with value of (speed) ::looks
control [altimeter 1 v] at time (10):(17):(58) ::control
end
initialize sequence (24) so [object 3 v] moves to x (156) y (231) ::control
reveal [final answer v] and stop running this script ::events cap
Potatogirl404
Scratcher
49 posts

Updates! July 15th, 2015

Potatogirl404 wrote:

TheHockeyist wrote:

THIS WILL BE A VICTORY FOR THE SCRATCHERS!!!!! GET RID OF ABOUT AND EXPAND THE SEARCH BAR!!!!! WE LIKED IT HOW IT WAS BEFORE!!!!!

YES!!!!!!!! WE WIN WE WIN!!!!!!!

WE ALL WILL WIN

If you see this signature while scrolling
\II/
;<><>;
;<>|<>|<>;
;<><><><>;
;<><><><><>;
|————–
;<><><><>;
;<><><>;
Then you have visited by the pineapple of le epicness.
You will be one of the 5 kidren to be killed by the purple guy when FNaF becomes real.
Unless if you type in “Thanks pineapple” on my profile
AwesomeIndustries
Scratcher
9 posts

Updates! July 15th, 2015

Oh, sorry. That didn't work. Try going here and dragging the “enlarge scratch search bar” link to your bookmarks bar.


[

When I log in :: hat // category=events
forever

Create amazing scratch projects! // category=operators
end
peterules54
Scratcher
69 posts

Updates! July 15th, 2015

TheHockeyist wrote:

peterules54 wrote:

animaljamgames wrote:

so weird search….

I know. I don't like it either.
WANT TO JOIN THE PROTEST?

Yeah, sure! I'd love to!

See this: Times Tables! http://scratch.mit.edu/projects/48623842/ . Just in case you need the extra help with math.
My profile:)
Want music? Go here.

If you liked a project, give it a love, and <3*π.
If you really liked a project, give it a favorite, and <3*∞.
That's what you should do.
TheHockeyist
Scratcher
1000+ posts

Updates! July 15th, 2015

Potatogirl404 wrote:

TheHockeyist wrote:

THIS WILL BE A VICTORY FOR THE SCRATCHERS!!!!! GET RID OF ABOUT AND EXPAND THE SEARCH BAR!!!!! WE LIKED IT HOW IT WAS BEFORE!!!!!

YES!!!!!!!! WE WIN WE WIN!!!!!!!

DEFEAT WILL COME TO THE MODS!!!! THE SCRATCHERS WILL ARISE AND REVERSE THIS TERRIBLE DECISION!!!!!!!!!!!!!


rollercoasterfan
Scratcher
1000+ posts

Updates! July 15th, 2015

TheHockeyist wrote:

Potatogirl404 wrote:

TheHockeyist wrote:

THIS WILL BE A VICTORY FOR THE SCRATCHERS!!!!! GET RID OF ABOUT AND EXPAND THE SEARCH BAR!!!!! WE LIKED IT HOW IT WAS BEFORE!!!!!

YES!!!!!!!! WE WIN WE WIN!!!!!!!

DEFEAT WILL COME TO THE MODS!!!! THE SCRATCHERS WILL ARISE AND REVERSE THIS TERRIBLE DECISION!!!!!!!!!!!!!
XD!! YES!! LET"S FIGHT OUR WAY TO VICTORY!! REMOVE THat ABOUT TAB NOW!!














when [chromometer altimeter v] = [5th length v] and [7th length v] with a [gap v] of (17) ::events hat
forge [chromometer v] altimeter until < (speed) = (velocity)> ::control cstart
switch places with (759 v) altimeters with value of (speed) ::looks
control [altimeter 1 v] at time (10):(17):(58) ::control
end
initialize sequence (24) so [object 3 v] moves to x (156) y (231) ::control
reveal [final answer v] and stop running this script ::events cap
Superdoggy
Scratcher
1000+ posts

Updates! July 15th, 2015

// ==UserScript==
// @name Fix to Top Bar
// @namespace SuperdoggyScripts
// @include https://scratch.mit.edu/*
// @version 1
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js
// ==/UserScript==
setInterval(function() {
$('.site-nav > li:nth-child(4)').hide();
$('#search-input').css('width', '150px');
}, 1);

Save this as a greasemonkey userscript if you have it.

Last edited by Superdoggy (July 15, 2015 22:12:40)









































TheHockeyist
Scratcher
1000+ posts

Updates! July 15th, 2015

HOW ABOUT WE BOYCOTT REGULAR TEXT UNTIL THIS IDEA IS REVERSED?


rollercoasterfan
Scratcher
1000+ posts

Updates! July 15th, 2015

Superdoggy wrote:

// ==UserScript==
// @name Fix to Top Bar
// @namespace SuperdoggyScripts
// @include https://scratch.mit.edu/*
// @version 1
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js
// ==/UserScript==
setInterval(function() {
$('.site-nav > li:nth-child(4)').hide();
$('#search-input').css('width', '170px');
}, 1);

Save this as a greasemonkey userscript if you have it.
That is useful, but all those people that don't have a userscript manager…














when [chromometer altimeter v] = [5th length v] and [7th length v] with a [gap v] of (17) ::events hat
forge [chromometer v] altimeter until < (speed) = (velocity)> ::control cstart
switch places with (759 v) altimeters with value of (speed) ::looks
control [altimeter 1 v] at time (10):(17):(58) ::control
end
initialize sequence (24) so [object 3 v] moves to x (156) y (231) ::control
reveal [final answer v] and stop running this script ::events cap
stickfiregames
Scratcher
1000+ posts

Updates! July 15th, 2015

rollercoasterfan wrote:

TheHockeyist wrote:

Potatogirl404 wrote:

TheHockeyist wrote:

THIS WILL BE A VICTORY FOR THE SCRATCHERS!!!!! GET RID OF ABOUT AND EXPAND THE SEARCH BAR!!!!! WE LIKED IT HOW IT WAS BEFORE!!!!!

YES!!!!!!!! WE WIN WE WIN!!!!!!!

DEFEAT WILL COME TO THE MODS!!!! THE SCRATCHERS WILL ARISE AND REVERSE THIS TERRIBLE DECISION!!!!!!!!!!!!!
XD!! YES!! LET"S FIGHT OUR WAY TO VICTORY!! REMOVE THat ABOUT TAB NOW!!
I've misclicked on About three times already. BRING BACK THE OLD TOP BAR!
Thanks for fixing the YouTube player though.

Last edited by stickfiregames (July 15, 2015 22:15:20)











If you can read this, my signature cubeupload has been eaten by an evil kumquat!




or you just used Inspect Element, you hacker

;
TheHockeyist
Scratcher
1000+ posts

Updates! July 15th, 2015

rollercoasterfan wrote:

Superdoggy wrote:

// ==UserScript==
// @name Fix to Top Bar
// @namespace SuperdoggyScripts
// @include https://scratch.mit.edu/*
// @version 1
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js
// ==/UserScript==
setInterval(function() {
$('.site-nav > li:nth-child(4)').hide();
$('#search-input').css('width', '170px');
}, 1);

Save this as a greasemonkey userscript if you have it.
That is useful, but all those people that don't have a userscript manager…
LIKE ME. LET US PROTEST UNTIL THE BAR IS FIXED.


TheHockeyist
Scratcher
1000+ posts

Updates! July 15th, 2015

SAME. I HAVE CLICKED ON ABOUT SEVERAL TIMES NOW AND IT IS DRIVING ME INSANE. DELETE IT. WE WILL PROTEST UNTIL THE DECISION IS REVERSED!!!!!!!!!!!


rollercoasterfan
Scratcher
1000+ posts

Updates! July 15th, 2015

TheHockeyist wrote:

HOW ABOUT WE BOYCOTT REGULAR TEXT UNTIL THIS IDEA IS REVERSED?
YES!!!
ALWAYS COPY AND PASTE THIS BEFORE POSTING!!!

[big][b][i][color=red][u]














when [chromometer altimeter v] = [5th length v] and [7th length v] with a [gap v] of (17) ::events hat
forge [chromometer v] altimeter until < (speed) = (velocity)> ::control cstart
switch places with (759 v) altimeters with value of (speed) ::looks
control [altimeter 1 v] at time (10):(17):(58) ::control
end
initialize sequence (24) so [object 3 v] moves to x (156) y (231) ::control
reveal [final answer v] and stop running this script ::events cap
75hi5s
Scratcher
100+ posts

Updates! July 15th, 2015

These are great updates but why did it take a long time to update? It said it would take 1 hour and then it said it is taking longer than expected. Why is the search bar so small?

I am Darth Vader. I am your father…..

Potatogirl404
Scratcher
49 posts

Updates! July 15th, 2015

TheHockeyist wrote:

Potatogirl404 wrote:

TheHockeyist wrote:

THIS WILL BE A VICTORY FOR THE SCRATCHERS!!!!! GET RID OF ABOUT AND EXPAND THE SEARCH BAR!!!!! WE LIKED IT HOW IT WAS BEFORE!!!!!

YES!!!!!!!! WE WIN WE WIN!!!!!!!

DEFEAT WILL COME TO THE MODS!!!! THE SCRATCHERS WILL ARISE AND REVERSE THIS TERRIBLE DECISION!!!!!!!!!!!!!

YEAH!!!!!!!!!! FREEDOM FOR ALL OF US SCRATCHERS!!!!!!!!!!!!!!!!!!!!!!!!!

If you see this signature while scrolling
\II/
;<><>;
;<>|<>|<>;
;<><><><>;
;<><><><><>;
|————–
;<><><><>;
;<><><>;
Then you have visited by the pineapple of le epicness.
You will be one of the 5 kidren to be killed by the purple guy when FNaF becomes real.
Unless if you type in “Thanks pineapple” on my profile
AllStarAngels
Scratcher
3 posts

Updates! July 15th, 2015

Yay new updates! Free _waffle_'s or_taco_'s or_pizza_'s
peterules54
Scratcher
69 posts

Updates! July 15th, 2015

75hi5s wrote:

Why is the search bar so small?

We need to protest about making the search bar bigger.

See this: Times Tables! http://scratch.mit.edu/projects/48623842/ . Just in case you need the extra help with math.
My profile:)
Want music? Go here.

If you liked a project, give it a love, and <3*π.
If you really liked a project, give it a favorite, and <3*∞.
That's what you should do.
TheHockeyist
Scratcher
1000+ posts

Updates! July 15th, 2015

I HAVE DONE IT!!!!!!!!! WAIT, THIS IS AN EVEN BETTER IDEA. WITHOUT CLOSING TAGS, THE PROTEST WILL SPILL OVER!!!! ALL OF THE TEXT WILL BE RED!!!!!!!! MUAHAHAHAHAHAHAHAHA!!!!!!!!!!!!!!!!!!!

Last edited by TheHockeyist (July 15, 2015 22:15:20)



Powered by DjangoBB

Standard | Mobile