This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#526 2012-10-07 01:17:06

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: Scratch 2.0 Alpha

Ughh why did they change the font? At least we got the orange variables back...

I just made the ultimate javascript bookmark for Scratch2.0!   Save the following code and save it in the URL of a bookmarklet named "Scratch2.0" on your bookmarks toolbar:

Code:

javascript:if(window.location!='http://alpha.scratch.mit.edu/scratchr2/static/Scratch_new.swf'){window.location='http://alpha.scratch.mit.edu/scratchr2/static/Scratch_new.swf'};javascript:document.body.childNodes[0].ASsetEditMode(true);document.body.childNodes[0].ASsetLoginUser(prompt('Please note: the username you enter will be displayed on the top \nright of Scratch2.0 even if the password you enter next is incorrect, but \ncloud variables will not work perfectly.\n\nScratch Username:'),prompt('Scratch Password: (Careful - NOT masked!!)'));

Click your bookmark on any page to go to the 2.0 Alpha Site.
Click your bookmark on the alpha site itself to enter edit mode, and log you in.

Enjoy  wink

EDIT: made the instructions a little easier to understand.

Last edited by LiquidMetal (2012-10-13 19:58:24)

Offline

 

#527 2012-10-07 04:04:38

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Scratch 2.0 Alpha

LiquidMetal wrote:

Ughh why did they change the font? At least we got the orange variables back...

I just made the ultimate javascript bookmark for Scratch2.0!   Save the following code as a bookmark named "Scratch2.0" on your bookmarks toolbar:

Code:

javascript:if(window.location!='http://alpha.scratch.mit.edu/scratchr2/static/Scratch_new.swf'){window.location='http://alpha.scratch.mit.edu/scratchr2/static/Scratch_new.swf'};javascript:document.body.childNodes[0].ASsetEditMode(true);document.body.childNodes[0].ASsetLoginUser(prompt('Please note: the username you enter will be displayed on the top \nright of Scratch2.0 even if the password you enter next is incorrect, but \ncloud variables will not work perfectly.\n\nScratch Username:'),prompt('Scratch Password: (Careful - NOT masked!!)'));

Click your bookmark on any page to go to the 2.0 Alpha Site.
Click your bookmark on the alpha site itself to enter edit mode, and log you in.

Enjoy  wink

To awesome to survive!


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#528 2012-10-07 04:07:04

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Scratch 2.0 Alpha

veggieman001 wrote:

Jonathan50 wrote:

Jonathan50 wrote:


Yeah, that was me. Somebody changed it.

I fixed it

uh, no?

Somebody changed the variables green? then i changed it back? Who did it if it wasn't me?


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#529 2012-10-07 10:08:43

ImagineIt
Scratcher
Registered: 2011-02-28
Posts: 1000+

Re: Scratch 2.0 Alpha

Jonathan50 wrote:

veggieman001 wrote:

Jonathan50 wrote:


I fixed it

uh, no?

Somebody changed the variables green? then i changed it back? Who did it if it wasn't me?

The Scratch Team.

Offline

 

#530 2012-10-07 11:16:53

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: Scratch 2.0 Alpha

Jonathan50 wrote:

veggieman001 wrote:

Jonathan50 wrote:


I fixed it

uh, no?

Somebody changed the variables green? then i changed it back? Who did it if it wasn't me?

YOU can't change the variables on everyones you know...


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#531 2012-10-07 12:01:12

777w
Scratcher
Registered: 2009-02-10
Posts: 1000+

Re: Scratch 2.0 Alpha

Jonathan50 wrote:

veggieman001 wrote:

Jonathan50 wrote:


I fixed it

uh, no?

Somebody changed the variables green? then i changed it back? Who did it if it wasn't me?

you may have changed it with the block colour tool or something but the scratch team were the ones who actually went in and made orange default again

Offline

 

#532 2012-10-07 14:43:18

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: Scratch 2.0 Alpha

Jonathan50 wrote:

LiquidMetal wrote:

Ughh why did they change the font? At least we got the orange variables back...

I just made the ultimate javascript bookmark for Scratch2.0!   Save the following code as a bookmark named "Scratch2.0" on your bookmarks toolbar:

Code:

javascript:if(window.location!='http://alpha.scratch.mit.edu/scratchr2/static/Scratch_new.swf'){window.location='http://alpha.scratch.mit.edu/scratchr2/static/Scratch_new.swf'};javascript:document.body.childNodes[0].ASsetEditMode(true);document.body.childNodes[0].ASsetLoginUser(prompt('Please note: the username you enter will be displayed on the top \nright of Scratch2.0 even if the password you enter next is incorrect, but \ncloud variables will not work perfectly.\n\nScratch Username:'),prompt('Scratch Password: (Careful - NOT masked!!)'));

Click your bookmark on any page to go to the 2.0 Alpha Site.
Click your bookmark on the alpha site itself to enter edit mode, and log you in.

Enjoy  wink

To awesome to survive!

Being that a snippet of javascript code cannot be alive, there is no risk of it dieing, so it will survive!

Offline

 

#533 2012-10-07 14:54:03

DarthPickley
Scratcher
Registered: 2008-06-13
Posts: 100+

Re: Scratch 2.0 Alpha

LiquidMetal wrote:

([int v] of((days since 2000) + ([365.25] * [number of years difference])))

ACTUALLY you are all forgetting something that has always been fundementally wrong in this code: you add the number of days difference instead of subtracting it.

It should be:

((days since 2000) - ([int v] of ([365.25] * [# of years difference])))

Offline

 

#534 2012-10-08 21:05:06

64yes
Scratcher
Registered: 2012-05-23
Posts: 22

Re: Scratch 2.0 Alpha

Paddle2See wrote:

MathWizz wrote:

I have the Scratch 2.0 alpha editor working offline.  big_smile  I might host it IF the Scratch team says OK.

I'm pretty sure we don't want parts of Scratch 2.0 made public until it's ready for release. But I did send an email out to some other team members to see what they thought of the idea. No response yet...

Paddle2see, I got scratch 2.0 via this link: http://scratch.mit.edu/forums/viewtopic.php?id=105760&p=2 scroll down until you reach a post by Firedrake969 that has two url's (post # 30). If you copy the first string, then open a new tab and paste it in your address bar you should get a big flash player. Next go back to the tab with "cloud passwords" open, and copy the next string. Now go back to the tab with the big flash player and paste it into your address bar. Now click enter/return. Am I allowed to use this?


Trolololololololol
http://3.bp.blogspot.com/-j7EIz8cOPK4/UN7ro7FffLI/AAAAAAAAAic/YTwLF1XyZU4/s1600/1287666826226-794408.png

Offline

 

#535 2012-10-08 22:06:51

zubblewu
Scratcher
Registered: 2011-02-17
Posts: 1000+

Re: Scratch 2.0 Alpha

64yes; read through this thread before you post. It's been here a long time, and they havent done anything to prevent it.


........................................................................................................................................................................................................................................

Offline

 

#536 2012-10-08 22:20:01

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Scratch 2.0 Alpha

It's actually not allowed  hmm


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#537 2012-10-08 22:30:38

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Scratch 2.0 Alpha

the font is sooooo much better now :3


Posts: 20000 - Show all posts

Offline

 

#538 2012-10-08 22:43:16

zubblewu
Scratcher
Registered: 2011-02-17
Posts: 1000+

Re: Scratch 2.0 Alpha

jji7skyline wrote:

It's actually not allowed  hmm

But we all still do it anyway  roll


........................................................................................................................................................................................................................................

Offline

 

#539 2012-10-09 02:50:55

Sonickyle
Scratcher
Registered: 2010-10-16
Posts: 100

Re: Scratch 2.0 Alpha

Yay, Cleanup supports multiple columns!


http://i1270.photobucket.com/albums/jj616/Sonickyle27/BannerV1.png
My Online Status on Scratch: http://blocks.scratchr.org/API.php?user=Sonickyle&action=onlineStatus

Offline

 

#540 2012-10-09 04:11:04

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Scratch 2.0 Alpha

Sonickyle wrote:

Yay, Cleanup supports multiple columns!

Yeah I noticed that too, but then completely forgot it done that... It makes it a bit cleaner than having a long, laggy scrolling list of scripts.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#541 2012-10-09 06:20:54

sonicgames20
Scratcher
Registered: 2012-06-13
Posts: 100+

Re: Scratch 2.0 Alpha

zubblewu wrote:

jji7skyline wrote:

It's actually not allowed  hmm

But we all still do it anyway  roll

I hope they at least like our feedback


if there is no I in TEAM and there  is no U in TEAM then who's on the team?
I am-http://blocks.scratchr.org/API.php?user=sonicgames20&action=onlineStatus&type=square-green=online grey=offline

Offline

 

#542 2012-10-09 14:25:47

LEGOengineer261
Scratcher
Registered: 2011-11-16
Posts: 100+

Re: Scratch 2.0 Alpha

I really don't like the new vector graphics editor  hmm  They should make a normal and vector version so we can edit it normally...

Last edited by LEGOengineer261 (2012-10-09 14:26:03)


http://i1156.photobucket.com/albums/p562/LEGOengineer261/IronmanSERIOUSBOSS.jpg

Offline

 

#543 2012-10-09 16:47:26

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Scratch 2.0 Alpha

LEGOengineer261 wrote:

I really don't like the new vector graphics editor  hmm  They should make a normal and vector version so we can edit it normally...

They could probably keep the Vector Editor, but have an option ("Snap To Grid"?) to have the pencil snap to a grid and fill in grid squares when checked or if unchecked, just have it be modified like a normal vector editor.

Offline

 

#544 2012-10-09 18:55:27

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Scratch 2.0 Alpha

64yes wrote:

Paddle2See wrote:

MathWizz wrote:

I have the Scratch 2.0 alpha editor working offline.  big_smile  I might host it IF the Scratch team says OK.

I'm pretty sure we don't want parts of Scratch 2.0 made public until it's ready for release. But I did send an email out to some other team members to see what they thought of the idea. No response yet...

Paddle2see, I got scratch 2.0 via this link: http://scratch.mit.edu/forums/viewtopic.php?id=105760&p=2 scroll down until you reach a post by Firedrake969 that has two url's (post # 30). If you copy the first string, then open a new tab and paste it in your address bar you should get a big flash player. Next go back to the tab with "cloud passwords" open, and copy the next string. Now go back to the tab with the big flash player and paste it into your address bar. Now click enter/return. Am I allowed to use this?

I didn't post the original, don't blame me.  T_T


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#545 2012-10-09 19:32:41

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Scratch 2.0 Alpha

64yes wrote:

Paddle2See wrote:

MathWizz wrote:

I have the Scratch 2.0 alpha editor working offline.  big_smile  I might host it IF the Scratch team says OK.

I'm pretty sure we don't want parts of Scratch 2.0 made public until it's ready for release. But I did send an email out to some other team members to see what they thought of the idea. No response yet...

Paddle2see, I got scratch 2.0 via this link: http://scratch.mit.edu/forums/viewtopic.php?id=105760&p=2 scroll down until you reach a post by Firedrake969 that has two url's (post # 30). If you copy the first string, then open a new tab and paste it in your address bar you should get a big flash player. Next go back to the tab with "cloud passwords" open, and copy the next string. Now go back to the tab with the big flash player and paste it into your address bar. Now click enter/return. Am I allowed to use this?

No. You are not allowed. None of us are.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#546 2012-10-09 21:57:14

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: Scratch 2.0 Alpha

If we were truly not allowed, the scratch team would close this thread and block that site.

Offline

 

#547 2012-10-09 22:12:51

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Scratch 2.0 Alpha

henley wrote:

64yes wrote:

Paddle2See wrote:

I'm pretty sure we don't want parts of Scratch 2.0 made public until it's ready for release. But I did send an email out to some other team members to see what they thought of the idea. No response yet...

Paddle2see, I got scratch 2.0 via this link: http://scratch.mit.edu/forums/viewtopic.php?id=105760&p=2 scroll down until you reach a post by Firedrake969 that has two url's (post # 30). If you copy the first string, then open a new tab and paste it in your address bar you should get a big flash player. Next go back to the tab with "cloud passwords" open, and copy the next string. Now go back to the tab with the big flash player and paste it into your address bar. Now click enter/return. Am I allowed to use this?

No. You are not allowed. None of us are.

But the ST doesn't do anything, so everyone does it.
Do you?


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#548 2012-10-09 23:42:08

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Scratch 2.0 Alpha

We aren't allowed to do it, but we all do anyways.

Speaking of rules, there has been an odd lack of Scratch team here. Especially considering that we are doing things we were specifically told not to do.

Maybe my conspiracy theory is actually right.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#549 2012-10-09 23:58:13

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Scratch 2.0 Alpha

henley wrote:

We aren't allowed to do it, but we all do anyways.

Speaking of rules, there has been an odd lack of Scratch team here. Especially considering that we are doing things we were specifically told not to do.

Maybe my conspiracy theory is actually right.

Yeah...


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#550 2012-10-10 00:00:09

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Scratch 2.0 Alpha

or they're just ignoring us in the hopes that maybe we'll do the right thing and stop


Posts: 20000 - Show all posts

Offline

 

Board footer