zorket wrote:
Quit scratch shared by Pecola1:
This block doesn't save your current progress if you are working on a project. I'm trying not to hurt Pecola1's feelings, but here is a code that asks if you want to save the project, first.Code:
exitScratch | t1 | t1 _ self ownerThatIsA: ScratchFrameMorph. t1 quitScratchIf the original code did the same thing, sorry.
Well why don't we add both? We can have a "quit Scratch without saving" block and a "ask to save and quit Scratch" block They both have different uses and applications
Offline
Yeah, do that.
Offline
I think blocks should be grouped by type (reporter, boolean, stack, etc.), too.
Offline
Oooh. I'll do that when I have some extra time on my hands. I'm going out (again), so not now. Next week maybe.
Offline
BYOB Block - Looks
On Rollover Change costume to [ ] if not change to [ ]
http://i.imgur.com/nfVeC.gif
Script
http://i.imgur.com/3UMz9.gif
I've already tested and is working - My First block too BTW
Offline
Matty3414 wrote:
BYOB Block - Looks
On Rollover Change costume to [ ] if not change to [ ]
Script
I've already tested and is working - My First block too BTW
Nice. I'll get on the blocklib account soon and add this and Hardmath's blocks.
Offline
I have a suggestion...
There should be a
[when [var] is a slider min [] max []] block.
For panther.
Last edited by majormax (2011-04-21 07:24:07)
Offline
scimonster wrote:
Matty3414 wrote:
BYOB Block - Looks
On Rollover Change costume to [ ] if not change to [ ]
http://i.imgur.com/nfVeC.gif
Script
http://i.imgur.com/3UMz9.gif
I've already tested and is working - My First block too BTWNice. I'll get on the blocklib account soon and add this and Hardmath's blocks.
They say custume not costume.
Offline
Should we have a library for other features? I might make that...
Offline
johnnydean1 wrote:
scimonster wrote:
Matty3414 wrote:
BYOB Block - Looks
On Rollover Change costume to [ ] if not change to [ ]
http://i.imgur.com/nfVeC.gif
Script
http://i.imgur.com/3UMz9.gif
I've already tested and is working - My First block too BTWNice. I'll get on the blocklib account soon and add this and Hardmath's blocks.
They say custume not costume.
I'll upload the block image but leave the scripts.
EDIT: It kept resizing.
Last edited by scimonster (2011-04-21 13:35:47)
Offline
.
BYOB blocks added: [1]
by Matty3414
Scratch blocks added: [6]
by Hardmath123
by Hardmath123
by Hardmath123
by Hardmath123
by hello12345678910
by zorket
Other Updates:
Put update title on weebly.
Added instructions on making a cap block in Scratch where applicable.
Update carried out by block librarian: Scimonster
________________________________________________________________________________
^home
^updates archive
Last edited by YourLocalBlockLib (2011-04-21 14:43:39)
Offline
I kinda wish we were using the weebly site (this) for the official block lib site.
I bet we could make it quite nice!
~~sci
Offline
Offline
I know about that. They haven't even made the link go here yet.
Offline
Oh.
Like my sig?
Offline
YourLocalBlockLib wrote:
I kinda wish we were using the weebly site (this) for the official block lib site.
I bet we could make it quite nice!
~~sci
The point of the site was that people could upload their own blocks - all in the same manner in a form that could then be simply approved by devs before it was displayed, making our job easier, and allowing php to set search defaults for blocks including type, category, keyword, author and program. This cannot be done in weebly as php and MySQL are not allowed there.
Offline
sparks wrote:
YourLocalBlockLib wrote:
I kinda wish we were using the weebly site (this) for the official block lib site.
I bet we could make it quite nice!
~~sciThe point of the site was that people could upload their own blocks - all in the same manner in a form that could then be simply approved by devs before it was displayed, making our job easier, and allowing php to set search defaults for blocks including type, category, keyword, author and program. This cannot be done in weebly as php and MySQL are not allowed there.
Oh.
@PF: Yeah! Now Sparks should start...
~~sci
Last edited by YourLocalBlockLib (2011-04-21 14:31:04)
Offline
sparks wrote:
hint hint there?
Oh no.
But you have posted in other forums. See your list of posts.
Offline
scimonster wrote:
sparks wrote:
hint hint there?
Oh no.
But you have posted in other forums. See your list of posts.
... I had no idea you could do that. You watch me a little too closely....
Offline
zorket wrote:
Quit scratch shared by Pecola1:
This block doesn't save your current progress if you are working on a project. I'm trying not to hurt Pecola1's feelings, but here is a code that asks if you want to save the project, first.Code:
exitScratch | t1 | t1 _ self ownerThatIsA: ScratchFrameMorph. t1 quitScratchIf the original code did the same thing, sorry.
I know, there is also one for making a boolean fit into it to decide weather or not you wan't to save progress, it is a little different.
blockspec
('quit Scratch %b and save for later %b' #- #quit:saveImage:)
quit: t1 saveImage: t2 Smalltalk snapshot: t2 andQuit: t1
When you open scratch it will be at the same EXACT position it was when it closed (if the second boolean is true.)
Again it is dinner time so i cannot put it on now.
Offline
Try Orangeserve Hosting, they provide unlimited space and lots of other features! I use them for my website to! Oh yea, i spelt 'Costume' wrong, i spelt 'Custume'
Offline
Offline