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

#3276 2013-04-02 02:49:53

microlith57
Scratcher
Registered: 2012-04-08
Posts: 1

Re: ITopic: Welcome to your local block library!

(hello!)
(i have added the <blocks module> and [nothing] happened.)
<Any help?>

Offline

 

#3277 2013-04-05 14:37:31

gigamushroom
Scratcher
Registered: 2012-04-11
Posts: 19

Re: ITopic: Welcome to your local block library!

this BYOB thing sure is complicated.... I guess I'll just have to wait until a "How To Make Advanced Blocks In BYOB Scratch Manual" comes out.  sad


"My new country has no need for old superstars! It'll do just fine with only one: The Great Gigamushroom!"

Offline

 

#3278 2013-04-10 12:27:36

SFollis
Scratcher
Registered: 2012-03-04
Posts: 76

Re: ITopic: Welcome to your local block library!

estile wrote:

mrsrec wrote:

The Block Library Is Dead.

how is it dead?

maybe because nobody is adding the blocks?  tongue


http://blocks.scratchr.org/API.php?user=SFollis&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1 is a picture of my project http://blocks.scratchr.org/API.php?user=SFollis&amp;action=projects&amp;type=newest&amp;return=text&amp;num=1 which has http://blocks.scratchr.org/API.php?user=SFollis&amp;action=projects&amp;type=newest&amp;return=views&amp;num=1 views

Offline

 

#3279 2013-04-11 02:43:38

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

Re: ITopic: Welcome to your local block library!

SFollis wrote:

estile wrote:

mrsrec wrote:

The Block Library Is Dead.

how is it dead?

maybe because nobody is adding the blocks?  tongue

I don't think they can update the block library without all the images being blocked, meaning they would have to be uploaded to another website.


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

Offline

 

#3280 2013-04-11 04:53:20

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: ITopic: Welcome to your local block library!

Half of the images on the Block Library are actually generated, now. I believe, anyway.

Also, I would post an E-Mail block for Panther (Panther by default has support for sending E-Mails, I just found the code for it) but then I realised: *puts E-Mail block in forever loop spamming my inbox with trollmail*


I'm back.
Maybe.

Offline

 

#3281 2013-04-11 08:56:09

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: ITopic: Welcome to your local block library!

DigiTechs wrote:

Half of the images on the Block Library are actually generated, now. I believe, anyway.

Also, I would post an E-Mail block for Panther (Panther by default has support for sending E-Mails, I just found the code for it) but then I realised: *puts E-Mail block in forever loop spamming my inbox with trollmail*

That would be scary! D:


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#3282 2013-04-14 16:13:10

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: ITopic: Welcome to your local block library!

mythbusteranimator wrote:

DigiTechs wrote:

Half of the images on the Block Library are actually generated, now. I believe, anyway.

Also, I would post an E-Mail block for Panther (Panther by default has support for sending E-Mails, I just found the code for it) but then I realised: *puts E-Mail block in forever loop spamming my inbox with trollmail*

That would be scary! D:

send E-Mail to: [MBA's E-Mail address] from: [troll@troll.lol] subject: [Troll] body: [TROLOLO]


I'm back.
Maybe.

Offline

 

#3283 2013-04-14 17:42:50

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: ITopic: Welcome to your local block library!

DigiTechs wrote:

mythbusteranimator wrote:

DigiTechs wrote:

Half of the images on the Block Library are actually generated, now. I believe, anyway.

Also, I would post an E-Mail block for Panther (Panther by default has support for sending E-Mails, I just found the code for it) but then I realised: *puts E-Mail block in forever loop spamming my inbox with trollmail*

That would be scary! D:

send E-Mail to: [MBA's E-Mail address] from: [troll@troll.lol] subject: [Troll] body: [TROLOLO]

You little....
tongue


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#3284 2013-04-18 19:51:09

Walrus227
Scratcher
Registered: 2012-09-02
Posts: 8

Re: ITopic: Welcome to your local block library!

What about scratch 2.0 blocks?

scratch <2.0> is awesome

Last edited by Walrus227 (2013-04-18 19:51:41)

Offline

 

#3285 2013-04-19 17:43:51

Walrus227
Scratcher
Registered: 2012-09-02
Posts: 8

Re: ITopic: Welcome to your local block library!

I have improved the

<[true] as a boolean>
block! Here are the instructions:

Blockspec:
('%s as a boolean' #b #report: #true)

Code:
report: t1
     ^t1

Offline

 

#3286 2013-04-19 19:49:31

powerpoint56
Scratcher
Registered: 2012-04-19
Posts: 500+

Re: ITopic: Welcome to your local block library!

I improved the (# of costumes) BYOB block:

http://i35.tinypic.com/2ivjx53.gif

http://i36.tinypic.com/15xreyg.gif

Last edited by powerpoint56 (2013-04-19 19:50:18)


http://i48.tinypic.com/2072ctw.gif

Offline

 

#3287 2013-05-06 04:30:13

CustomEpicness
Scratcher
Registered: 2013-02-20
Posts: 8

Re: ITopic: Welcome to your local block library!

I have a couple of blocks (both Control):
--------------------------------
1. http://i42.tinypic.com/28t9fkw.gif
Blockspec:

Code:

('open movie player' #- #OpenMoviePlayer)

Code:

Code:

OpenMoviePlayer
MoviePlayerMorph new openInWorld

What it does: Opens a Movie Player!
--------------------------------
2. http://i40.tinypic.com/33xydxl.gif
Blockspec:

Code:

('open ruler' #- #OpenRuler)

Code:

Code:

OpenRuler
ScratchRulerMorph new openInWorld

What it does: Opens a ruler!

Last edited by CustomEpicness (2013-05-06 04:37:32)


Might as well keep this post alive...

Offline

 

Board footer