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

#1 2011-07-19 14:00:35

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

i take custom block requests

tell me the block name and what u want it to do and i will make it


http://i47.tinypic.com/rrqe13.gif

Offline

 

#2 2011-07-19 14:31:36

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: i take custom block requests

There are pleanty of block requests on the block library requests page! Why not have a go at those?


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#3 2011-07-19 15:01:01

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: i take custom block requests

sparks wrote:

There are pleanty of block requests on the block library requests page! Why not have a go at those?

ok  smile


http://i47.tinypic.com/rrqe13.gif

Offline

 

#4 2011-07-19 21:00:53

coinman
Scratcher
Registered: 2011-04-19
Posts: 500+

Re: i take custom block requests

get time and date block


Click the picture below to play my best game yet, Snowball Fight!
http://scratch.mit.edu/static/projects/coinman/3221194_sm.png

Offline

 

#5 2011-07-19 21:19:43

jslomba
Scratcher
Registered: 2009-09-25
Posts: 1000+

Re: i take custom block requests

coinman wrote:

get time and date block

they're in the block library already.


the the the the the

Offline

 

#6 2011-07-21 14:13:12

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: i take custom block requests

coinman wrote:

get time and date block

sorry, late reply

Code:

 ('get %s' #r #getDate:)

and

Code:

 getDate: t1 
t1 = t1 date ifTrue: [^ dateToday].
t1 = t1 time ifTrue: [^ timeToday]

http://i47.tinypic.com/rrqe13.gif

Offline

 

Board footer