hello!i have added the <blocks module> and [nothing] happened.Any help?
Offline
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.
Offline
SFollis wrote:
estile wrote:
mrsrec wrote:
The Block Library Is Dead.
how is it dead?
maybe because nobody is adding the blocks?
![]()
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.
Offline
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*
Offline
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:
Offline
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 addressfrom:troll@troll.lolsubject:Trollbody:TROLOLO
Offline
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 addressfrom:troll@troll.lolsubject:Trollbody:TROLOLO
You little....
Offline
Offline
I have a couple of blocks (both Control):
--------------------------------
1.
Blockspec:
('open movie player' #- #OpenMoviePlayer)
Code:
OpenMoviePlayer MoviePlayerMorph new openInWorld
What it does: Opens a Movie Player!
--------------------------------
2.
Blockspec:
('open ruler' #- #OpenRuler)
Code:
OpenRuler ScratchRulerMorph new openInWorld
What it does: Opens a ruler!
Last edited by CustomEpicness (2013-05-06 04:37:32)
Offline