WindowsExplorer wrote:
scimonster wrote:
WindowsExplorer wrote:
It will help make BLOCK fileWe are making BLOCK files already.
I have an idea. The BYOB sprite uploader is broken, right? What's the blocks.scratchr.org domain for? We can use that to host them now! I also think Sparks had made a code that will update the Panther importer blocks, if we choose to. He just needs to run stuff through his dropbox. So we could also host Panther blocks. And... when they're polished, we could host Scratch blocks too! :DDDSo we could make an... auto-updating Scratch?
That's not what I said. We use the BL's site to host the files.
Offline
scimonster wrote:
WindowsExplorer wrote:
scimonster wrote:
We are making BLOCK files already.
I have an idea. The BYOB sprite uploader is broken, right? What's the blocks.scratchr.org domain for? We can use that to host them now! I also think Sparks had made a code that will update the Panther importer blocks, if we choose to. He just needs to run stuff through his dropbox. So we could also host Panther blocks. And... when they're polished, we could host Scratch blocks too! :DDDSo we could make an... auto-updating Scratch?
That's not what I said. We use the BL's site to host the files.
Cool! How?
Offline
WindowsExplorer wrote:
scimonster wrote:
WindowsExplorer wrote:
So we could make an... auto-updating Scratch?That's not what I said. We use the BL's site to host the files.
Cool! How?
The same way we're using other sites right now.
Offline
Hey Sci, the current block library block download block (That sounds odd) cannot be updated and when trying to build a self updating one I ran into the problem of blocks being unable to run code set to a variable if it contains the symbol >'<. However, if we move them to the block library once and for all then we can simply update the block in the library thread. The old download block won't work anymore though.
Panther blocks won't need to be hosted in files, we can do it with a MySQL table. The download block can simply send an SQL request to the library site and get the block contents as a return! The same can be done for Scratch blocks if we can work out how to store them as pure text with a way to have them added.
Last edited by sparks (2011-09-11 06:01:41)
Offline
a requested BYOB block:http://imgur.com/a/KQIPb
Offline
sparks wrote:
Hey Sci, the current block library block download block (That sounds odd) cannot be updated and when trying to build a self updating one I ran into the problem of blocks being unable to run code set to a variable if it contains the symbol >'<. However, if we move them to the block library once and for all then we can simply update the block in the library thread. The old download block won't work anymore though.
Panther blocks won't need to be hosted in files, we can do it with a MySQL table. The download block can simply send an SQL request to the library site and get the block contents as a return! The same can be done for Scratch blocks if we can work out how to store them as pure text with a way to have them added.
Sounds funny. Block library block download block.
But what if... you did this:
t1 _ 'Code with apostrophe. I' , '''', 'm using one right here.'.
Would that work?
Offline
roijac wrote:
a requested BYOB block:http://imgur.com/a/KQIPb
Man. Another mutation of what I want. Awesome block though. Sparks, could I include a link to what I want as there have been people who misunderstood me.
Offline
sparks wrote:
Go ahead, SSBBM You've got access to edit the requests page, after all
Yeah. But when I first requested the block I didn't have access, and since you didn't include it I assumed you had a reason. I'll add it now.
Offline
sparks wrote:
Oh! I don't believe we don't have enter/exit presentation mode blocks!
It would be better to do
|enter {normal v} mode|
{quarter normal presentation}
Offline
sparks wrote:
Oh! I don't believe we don't have enter/exit presentation mode blocks!
Pecola made them, but they don't work in presentation mode. LOL
Offline
sparks wrote:
So in other words he made enter but didn't finish exit?
Yep.
Offline
sparks wrote:
Hmm, well I only need the enter one really, do you know where it is?
('enter presentation mode' #- #enterPreMode) enterPresMode | t1 | t1 _ self ownerThatIsA: ScratchFrameMorph. t1 enterPresentationMode
Don't feel like making my own image.
Offline
scimonster wrote:
sparks wrote:
Hmm, well I only need the enter one really, do you know where it is?
Code:
('enter presentation mode' #- #enterPreMode) enterPresMode | t1 | t1 _ self ownerThatIsA: ScratchFrameMorph. t1 enterPresentationModehttp://theblocklibrary.site11.com/inclu … or=control
Don't feel like making my own image.
You do realize that the method name and the method call in the blockspec are different, right? That could cause problems.
Offline
Greenatic wrote:
scimonster wrote:
sparks wrote:
Hmm, well I only need the enter one really, do you know where it is?
Code:
('enter presentation mode' #- #enterPresMode) enterPresMode | t1 | t1 _ self ownerThatIsA: ScratchFrameMorph. t1 enterPresentationModehttp://theblocklibrary.site11.com/inclu … or=control
Don't feel like making my own image.You do realize that the method name and the method call in the blockspec are different, right? That could cause problems.
One of my rare typos. D:
I would have caught it once it got in though.
Offline
Hey tpaley, we can't see files on your computer at home so you need to host the image online somehow and then send us a link to it Just google free image hosting and see what you get. I would recommend imageshack but not everyone on Scratch can see those images
Offline