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

#501 2012-10-04 15:27:54

Freibauer
Scratcher
Registered: 2011-03-30
Posts: 8

Re: Scratch 2.0 Alpha

dvd4 wrote:

nathanprocks wrote:

zippynk wrote:


((days since 2000) + ([365] * [number of years difference]))
would do that.

Not exactly accurate because a leap year has 366 days and a leap year is every 4 year.  tongue
I am sure there are ways around it though.

this would be accurate though

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

Still not accurate because only 97 out of 400 years are leap years in gregorian calendar.

Offline

 

#502 2012-10-04 18:23:33

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

Re: Scratch 2.0 Alpha

Freibauer wrote:

dvd4 wrote:

nathanprocks wrote:

Not exactly accurate because a leap year has 366 days and a leap year is every 4 year.  tongue
I am sure there are ways around it though.

this would be accurate though

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

Still not accurate because only 97 out of 400 years are leap years in gregorian calendar.

((days since 2000) + (([365] + ([97] / [400])) * [number of years difference]))


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

Offline

 

#503 2012-10-04 18:34:38

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Scratch 2.0 Alpha

Not perfect though, because in the Gregorian calendar it's not 97 leaps, then 303 non-leaps. You actually need lists to be precise.


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#504 2012-10-04 18:45:20

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

Re: Scratch 2.0 Alpha

bobbybee wrote:

Not perfect though, because in the Gregorian calendar it's not 97 leaps, then 303 non-leaps. You actually need lists to be precise.

Meh. xD


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

Offline

 

#505 2012-10-04 19:48:23

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

Re: Scratch 2.0 Alpha

Lets just create a simpler calendar.


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

Offline

 

#506 2012-10-05 01:19:53

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

Re: Scratch 2.0 Alpha

I have a calendar project all made up and ready for submission when scratch 2.0 comes out.  I'd made it for panther before, so I just had to make scripts for a couple custom blocks, and leave out one or two more advanced features.

EDIT: You might not consider it simpler, though.

Last edited by LiquidMetal (2012-10-05 01:20:17)

Offline

 

#507 2012-10-05 05:52:14

moretzprogramming
Scratcher
Registered: 2012-04-25
Posts: 61

Re: Scratch 2.0 Alpha

LiquidMetal wrote:

LEGOengineer261 wrote:

veggieman001 wrote:


that method is the only method
what browser do you have?

It wasn't working for me either, but then I made the last (login) thing a bookmark (do that by highlighting the url with username and pass then drage to bookmark bar, use chrome) then click on it when you get there... Now I have 3 bookmarks, 1 for the site itself, the next to get it working and the last to make me log in.

In firefox, it doesn't work for me though.  sad  Have you tried it in firefox?

EDIT: I tried it in chrome, and it sort of worked, and I was able to figure out how to do it in firefox from that.  Its a little bit insecure though, because the password is in the bookmark.  Whats the javascript code for a prompt? Maybe I could make my bookmark prompt me for a username / password.

I don't know if it would work, but the code is:

prompt("Whatever you want it to say goes inside these quotes");


Check out my music, Noise Dots (in flash), and my Upside-Down Cat!

Offline

 

#508 2012-10-05 08:32:05

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

Re: Scratch 2.0 Alpha

Sorry guys, I'm taking down the Scratch 2 site.


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

Offline

 

#509 2012-10-05 09:46:17

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: Scratch 2.0 Alpha

I hope the ST realized that the green is bleh


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#510 2012-10-05 10:01:27

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

Re: Scratch 2.0 Alpha

i hope not!
scratch team don't let the scratchers tell you what to do!!!1


Posts: 20000 - Show all posts

Offline

 

#511 2012-10-05 10:04:54

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Scratch 2.0 Alpha

I fine with the green, just not used to it.  neutral


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#512 2012-10-05 10:29:43

thebriculator
Scratcher
Registered: 2011-07-11
Posts: 500+

Re: Scratch 2.0 Alpha

henley wrote:

Sorry guys, I'm taking down the Scratch 2 site.

that's too bad. I liked that site!

@ the people trying to make a calendar,
there is the block: (current [day v])
which has year, month, day, date, hour, minute, and second.


.     http://tiny.cc/2cwgpw    http://tiny.cc/viwgpw    http://tiny.cc/iwwgpw

Offline

 

#513 2012-10-05 11:05:56

sir_duke
New Scratcher
Registered: 2012-10-05
Posts: 4

Re: Scratch 2.0 Alpha

i can get on a 404 page on the alpha link give creds http://alpha.scratch.mit.edu/404

Offline

 

#514 2012-10-05 11:31:11

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Scratch 2.0 Alpha

sir_duke wrote:

i can get on a 404 page on the alpha link give creds http://alpha.scratch.mit.edu/404

and your point is ... ?


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#515 2012-10-05 20:02:41

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

Re: Scratch 2.0 Alpha

Orange variables back! YES!

Offline

 

#516 2012-10-05 20:30:19

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

Re: Scratch 2.0 Alpha

font doesn't work! noo!


Posts: 20000 - Show all posts

Offline

 

#517 2012-10-05 22:18:12

thebriculator
Scratcher
Registered: 2011-07-11
Posts: 500+

Re: Scratch 2.0 Alpha

colors: yes!!!

my font settings in Chrome are set to "OCR-A extended" so that's the font the blocks have. idk why...


.     http://tiny.cc/2cwgpw    http://tiny.cc/viwgpw    http://tiny.cc/iwwgpw

Offline

 

#518 2012-10-06 01:57:35

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

Re: Scratch 2.0 Alpha

ImagineIt wrote:

Orange variables back! YES!

Yeah, that was me. Somebody changed it.


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

 

#519 2012-10-06 02:00:14

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

Re: Scratch 2.0 Alpha

Jonathan50 wrote:

ImagineIt wrote:

Orange variables back! YES!

Yeah, that was me. Somebody changed it.

I fixed it


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

 

#520 2012-10-06 12:51:23

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

Re: Scratch 2.0 Alpha

Jonathan50 wrote:

Jonathan50 wrote:

ImagineIt wrote:

Orange variables back! YES!

Yeah, that was me. Somebody changed it.

I fixed it

uh, no?


Posts: 20000 - Show all posts

Offline

 

#521 2012-10-06 15:10:13

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

Re: Scratch 2.0 Alpha

veggieman001 wrote:

Jonathan50 wrote:

Jonathan50 wrote:


Yeah, that was me. Somebody changed it.

I fixed it

uh, no?

Offline

 

#522 2012-10-06 16:08:40

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Scratch 2.0 Alpha

ImagineIt wrote:

veggieman001 wrote:

Jonathan50 wrote:


I fixed it

uh, no?


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#523 2012-10-06 16:12:23

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

Re: Scratch 2.0 Alpha

Jonathan50 wrote:

Jonathan50 wrote:

ImagineIt wrote:

Orange variables back! YES!

Yeah, that was me. Somebody changed it.

I fixed it

if by that you mean you suggested they should be changed back then you werent the first one buddy

Offline

 

#524 2012-10-06 17:25:53

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

Re: Scratch 2.0 Alpha

I like the orange variables. But the green ones were cool too. IMO, it just seemed kinda pointless to change.


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

Offline

 

#525 2012-10-06 17:55:43

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

Re: Scratch 2.0 Alpha

i actually preferred the green ones


Posts: 20000 - Show all posts

Offline

 

Board footer