meowmeow55 wrote:
Hi!
Great idea, sparks! I probably could become more organized that way. I could set a folder aside on my site for all the blocks, then have an option to either go directly to that folder from here to browse the blocks or browse them from the block library.sparks wrote:
...but I don't think there's really a way for me to do it with a scratch block unless someone can think of a patch or something that would work...
You could build off of nXIII's old patcher system for the blocks!
Yes, that sounds brill! Does that mean each sprite needs to be hosted on your site? If so, SSBBM and I could email the .ypr files to you?
I could use the patches system, I don't know how to use it though... nor do I know how to tell someone how to install a patch.
Last edited by sparks (2010-12-12 09:37:15)
Offline
sparks wrote:
meowmeow55 wrote:
Hi!
Great idea, sparks! I probably could become more organized that way. I could set a folder aside on my site for all the blocks, then have an option to either go directly to that folder from here to browse the blocks or browse them from the block library.sparks wrote:
...but I don't think there's really a way for me to do it with a scratch block unless someone can think of a patch or something that would work...
You could build off of nXIII's old patcher system for the blocks!
Yes, that sounds brill! Does that mean each sprite needs to be hosted on your site? If so, SSBBM and I could email the .ypr files to you?
Yeah, the files would need to be hosted on my site. You could go ahead and email them to me. (I've got your email already, just so you know.)
I could use the patches system, I don't know how to use it though... nor do I know how to tell someone how to install a patch.
Take a look at one of nXIII's patches in Notepad or the like and see if you can decipher them. I'd look through them now, but I'm doing a bunch of things at once right now
Offline
.
A NEW feature is being added to the BYOB section of the library! You can now download shared blocks as .ysp (BYOB sprite) files so that you don't have to copy out the code from an image! This change may take some time to complete, but the bare bones are already there! Check out the motion post in the BYOB section to see it in action!
I hope to eventually expand this so that Panther blocks can be downloaded, and if I can work out how, Scratch blocks may become downloadable as patches too!
Last edited by sparks (2010-12-12 12:31:02)
Offline
Here's the download for my (ask [] and wait) block.
Last edited by ScratchReallyROCKS (2010-12-12 12:31:43)
Offline
sparks wrote:
sorry. My mistake. No comment on the update then?
Sorry . Yeah, I like it! It'll be much easier for people to get the blocks now.
Offline
ScratchReallyROCKS wrote:
Did you see this?
Offline
The directory on my site is updated!
Offline
I just made an "quit" block that quits BYOB! (Using MrMonopoly's method)
Offline
sparks wrote:
neat! Share it!
I'm just about to upload everything.
Offline
sparks wrote:
neat! Share it!
Oh my gosh.
(note to self: how do I get sparks to add my blocks? I'm gonna have to plan.) DO NOT highlight note to self.
operators
( (5) (+) (5) )
blockspec:
('%s %s %s' #r #pleaseAdd:with:to:)
pleaseAdd: t1 with: t1 to: t3 t2 = '+' ifTrue: [^ t1 + t3]. t2 = '-' ifTrue: [^ t1 - t3]. t2 = '*' ifTrue: [^ t1 * t3]. t2 = '/' ifTrue: [^t1 / t3]. ^ error!
addThisBlock
| t1 |
t1 _ askInDialog: 'sparks, will you add this block for me?'.
t1 response = 'yes' ifTrue: [^ happyness].
t1 response = 'no' ifTrue: [^ go insane].
watcherMorphWatchBlockAdder
Offline
Here's my boolean ask/answer block! (yes it is a completely different block from the reporter.)
Offline
sparks wrote:
how does that even work?
Are you talking to me? It works like the ask and wait block but then it will put it into a
<( answer <=> correct answer )>
Last edited by Pecola1 (2010-12-12 13:35:20)
Offline
Pecola1 wrote:
Here's my boolean ask/answer block! (yes it is a completely different block from the reporter.)
Could you please continue to post blocks with a screenshot of the block code and a picture of the block? It's really helpful for me
Offline
sparks wrote:
Pecola1 wrote:
Here's my boolean ask/answer block! (yes it is a completely different block from the reporter.)
Could you please continue to post blocks with a screenshot of the block code and a picture of the block? It's really helpful for me
Yes sorry to confuse you. I just made a weebly account so now I can put pictures and download links.
Offline
I need a little help with making scratch blocks. Where do you put the code? I have searched, but I can't figure it out. I know how to put the block there, but it doesn't do anything. Please help.
Off-topic: my 60th post!
Last edited by owetre18 (2010-12-12 13:39:28)
Offline
meowmeow55 wrote:
Yeah, the files would need to be hosted on my site. You could go ahead and email them to me. (I've got your email already, just so you know.)
What's your email? I'll give you some blocks.
sparks wrote:
patience is a virtue, Zorket, I'm very busy at the moment. Be sure I will add your blocks as soon as I add all the others
Here's another:
And what is ysp and how do I get it?
Last edited by SSBBM (2010-12-12 13:47:38)
Offline
ysp is the file name of a BYOB sprite! You get it by right-clicking on a BYOB block sprite and choosing "Export this sprite" and there are some beginning to appear in the BYOB section of this library so you can download a sprite containing the requested block.
Offline