This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Suggestions
  •  » A new 'seconds' reporter, with a 'minutes' reporter and a 'hour'.

#1 2010-08-11 05:56:22

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

A new 'seconds' reporter, with a 'minutes' reporter and a 'hour'.

Mostly, these 3 report the time, and this would be great for a project I am working on; if someone tells me how to make the blocks it would be helpful.

I need it in version 1.4, hope it comes out in 2.0!

Last edited by rdococ (2010-08-11 05:57:21)

Offline

 

#2 2010-08-12 17:10:44

FlameInc
New Scratcher
Registered: 2010-08-12
Posts: 1

Re: A new 'seconds' reporter, with a 'minutes' reporter and a 'hour'.

well you con do this by: wait one seconds change [seconds] by one. wait sixty seconds change [minuetes) by one. wait (however many seconds are in an hour) change hours by one. and put it in a forever loop.

Offline

 

#3 2010-08-12 20:11:34

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: A new 'seconds' reporter, with a 'minutes' reporter and a 'hour'.

That's a wonderful idea! I definitely support this  smile  Think of the possibilities - projects that adjust how they look depending on the time of day! Ah, wonderful!

My only suggestion would be to have it as a drop-down block, so as to not waste valuable space  smile  What category do you think this would go into?

@FlameInc - I think what rdcoc was suggesting was that it would report the system time, not something along the lines of "timer."

Offline

 

#4 2010-08-12 20:17:41

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: A new 'seconds' reporter, with a 'minutes' reporter and a 'hour'.

FlameInc wrote:

well you con do this by: wait one seconds change [seconds] by one. wait sixty seconds change [minuetes) by one. wait (however many seconds are in an hour) change hours by one. and put it in a forever loop.

Like coolstuff said, he's looking for a system clock-type block, not a timer. And I wouldn't recommend using the "Wait _ seconds" block for any sort of timekeeping, as it is extremely inaccurate.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#5 2010-08-12 20:46:58

coka
Scratcher
Registered: 2007-11-03
Posts: 1000+

Re: A new 'seconds' reporter, with a 'minutes' reporter and a 'hour'.

Great idea. It would be very very useful.  wink


http://i42.tinypic.com/2rot8c2.png

Offline

 

#6 2010-08-13 04:49:27

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: A new 'seconds' reporter, with a 'minutes' reporter and a 'hour'.

Useful for the timer related stuff I've been trying, I say yes.


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#7 2010-08-13 06:47:20

lasc12
Scratcher
Registered: 2007-11-18
Posts: 100+

Re: A new 'seconds' reporter, with a 'minutes' reporter and a 'hour'.

Good idea! I support. Would this be on system time or PST or what? And how many blocks would be needed? And what section? Probably Sensing.


Thus I have spoken.

Offline

 

#8 2010-08-13 07:01:55

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: A new 'seconds' reporter, with a 'minutes' reporter and a 'hour'.

lasc12 wrote:

Good idea! I support. Would this be on system time or PST or what? And how many blocks would be needed? And what section? Probably Sensing.

The timer works by counting from the last reset (or when you opened the program if there's no reset, I think. Not sure if it's saved), so this would be no different apart from also having minutes and hours.

Just one question: let's say 120 seconds have gone by since you reset the timer. The minutes count would be 2, would seconds be 120 or 0? Or 30 seconds. Minutes count is 0.5 or 0?


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 
  • Index
  •  » Suggestions
  •  » A new 'seconds' reporter, with a 'minutes' reporter and a 'hour'.

Board footer