midnightleopard's search block isn't working!
Offline
sparks wrote:
to upload an image in weebly, log on then drag in a picture element from the top tool bar. click on it and it will let you choose an image from your computer.
And how do you save it?
@Hardmath: which?
Offline
ProgrammingFreak wrote:
My new BYOB block, Draw.
Oh, and the square reporter is another block without code.
http://img847.imageshack.us/img847/5325/drawblock.png
Please add mine....
I'm working on some others also....
Offline
scimonster wrote:
sparks wrote:
to upload an image in weebly, log on then drag in a picture element from the top tool bar. click on it and it will let you choose an image from your computer.
And how do you save it?
@Hardmath: which?
click "publish" in the top right corner.
Offline
I made yet another block! This one is a sensing and once again for scratch.
Name: In presentation mode?
Block spec: ('in presentation mode?' #b #inPresentationMode)
Code: no code
What it does: Reports true if the project is being veiwed in presentation mode.
Offline
sparks wrote:
scimonster wrote:
sparks wrote:
to upload an image in weebly, log on then drag in a picture element from the top tool bar. click on it and it will let you choose an image from your computer.
And how do you save it?
@Hardmath: which?click "publish" in the top right corner.
Exept i don't use weebly.
Offline
Pecola1 wrote:
illusionist wrote:
For BYOB:
http://i55.tinypic.com/rutekl.png
http://i51.tinypic.com/21m67ud.pngSweet. Next time, could you supply a separate image for the block itself. That way i don't have to edit it out. Thanks!
Oh... sorry to say but those are shared already, keep up the good work though!
i'm too fat and lazy for that.
Offline
scimonster wrote:
sparks wrote:
to upload an image in weebly, log on then drag in a picture element from the top tool bar. click on it and it will let you choose an image from your computer.
And how do you save it?
@Hardmath: which?
publish it
Offline
Hardmath123 wrote:
midnightleopard's search block isn't working!
The sensing one: [[google][how to tie a knot]]. I figured out the mistake: The blockspec needs to be in sensing, under scratchSpriteMorph, and the code needs to be under sensing ops in scratchSpriteMorph.
Offline
Scratchycat123 wrote:
I made yet another block! This one is a sensing and once again for scratch.
Name: In presentation mode?
Block spec: ('in presentation mode?' #b #inPresentationMode)
Code: no code
What it does: Reports true if the project is being veiwed in presentation mode.
I feel like that was added but it wasn't...
@Sparks: Not yet.
Last edited by scimonster (2011-04-12 12:55:36)
Offline
Hey, here is the code for the get url block, just thought it might be useful for these.
blockspec
('contents of URL %s' #r #readFromUrl:)
readFromUrl: t1 ^ (HTTPSocket httpGet: t1) contents
I did take it from panther though, just in case anyone wanted to know. LOL.
Offline
New block!
This is the scratch version:
blockspec:
('password for %s is %s ?' #b #username:password:)
username: t1 password: t2 (HTTPSocket httpGet: 'contentshttp://scratch.mit.edu/api/authenticateuser?username=' , t1 , '&password=' , t2) contents = 'false' ifTrue: [^false]. ^true
Panther version, works faster:
Box1:
password for $String$ is $String$ ?
Box2
b
Color Box: # (#0494DC)
Box3:
readFromUrl: 'contentshttp://scratch.mit.edu/api/authenticateuser?username=' , t1 , '&password=' , t2 = 'false' ifTrue: [^false]. ^true
Last edited by Pecola1 (2011-04-13 20:54:12)
Offline
sparks wrote:
You're a librarian, aren't you just going to add it?
What about my block?
Offline
I don't see the point in librarians because only one person can add blocks.
Offline
thebuilderdd wrote:
I don't see the point in librarians because only one person can add blocks.
The account is shared by several users Who I gave the password to. All 5 can make edits to this thread by logging into that account.
Offline
sparks wrote:
thebuilderdd wrote:
I don't see the point in librarians because only one person can add blocks.
The account is shared by several users Who I gave the password to. All 5 can make edits to this thread by logging into that account.
Then it makes it easier to update! But why aren't you adding my block?
Offline
Can I become a librarian?
Offline
thebuilderdd wrote:
Can I become a librarian?
I dont think so.
Offline
ProgrammingFreak wrote:
thebuilderdd wrote:
Can I become a librarian?
I dont think so.
Why? I can make better blocks!
Offline
thebuilderdd wrote:
Can I become a librarian?
Sorry Tbdd, I have nominated enough librarians to help run the library. The position for a new librarian will only open if an existing librarian abdicates and a replacement will then be chosen by the remaining librarians and myself. If you continuously make good contributions you may be considered if that time ever comes
Your "die" block has not been added because it's effect can already be created by an existing block (the turn block) and it was mutually decided that the block did not do "what it said on the tin". Please appreciate that to stop the library being clogged up, we try to add only the most useful blocks
Last edited by sparks (2011-04-12 19:05:05)
Offline
sparks wrote:
You're a librarian, aren't you just going to add it?
I thought we might save up till there was a bunch of blocks, i had to get of right after that. Plus we need to at least say something about it. I also wanted to make sure no one made it before me, LOL. BTW: Did anyone make the Weebly account?
Offline
illusionist wrote:
Pecola1 wrote:
illusionist wrote:
For BYOB:
http://i55.tinypic.com/rutekl.png
http://i51.tinypic.com/21m67ud.pngSweet. Next time, could you supply a separate image for the block itself. That way i don't have to edit it out. Thanks!
Oh... sorry to say but those are shared already, keep up the good work though!i'm too fat and lazy for that.
LOL, it could be just an illusion.
Offline
The power turned off, and I didn't save my blocks so I have to write them again.
Offline