sparks wrote:
The competition is being set up nicely, can I have a vote please as to whether the voting restrictions are "One vote per username" or "one vote per IP"? Both have pros and cons!
I think user name is better.
Offline
SSBBM wrote:
sparks wrote:
The competition is being set up nicely, can I have a vote please as to whether the voting restrictions are "One vote per username" or "one vote per IP"? Both have pros and cons!
I think user name is better.
see previous page, the competition is open! Took me ages to finish the voting system!
Offline
meowmeow55 wrote:
Pecola1 wrote:
Greenatic wrote:
New blocks by Baderous and I! Baderous figured the method to call, so he did most of it...I made half a blockspec and took pictures. So yeah, give him the credit.
http://polyeztahpuppies.webs.com/height.gif
http://polyeztahpuppies.webs.com/width.gif
The best part--no new code! Just add these blockspecs:Code:
('width' #r #width)Code:
('height' #r #height)I believe this was already shared.
"You believe"? Why don't you go check?
I checked, and it doesn't exist already, so yeah.
My internet is out. I am using an Android. Tooooooo hard. Read my forum named, I need to tell you something, for more info.
BTW about the blocks, there was ([sprite1] high) and one 4 width. Under looks. I just made the reg ones on my img, I thought they were made on the library.
Last edited by Pecola1 (2011-07-03 14:36:57)
Offline
sparks wrote:
SSBBM wrote:
sparks wrote:
The competition is being set up nicely, can I have a vote please as to whether the voting restrictions are "One vote per username" or "one vote per IP"? Both have pros and cons!
I think user name is better.
see previous page, the competition is open! Took me ages to finish the voting system!
I probably can't enter cuz my internet.
Offline
scimonster wrote:
sparks wrote:
Weebly isn't a great imagehost but it isn't blocked.
Didn't Pecola say dropbox also isn't blocked? :S
weebly is blocked for hello, see tutorials-r-us forum for more info.
Offline
jslomba wrote:
what's this voting stuff all about?
We're having a competition to see who can design the best 1st anniversary logo for the Library.
Offline
jslomba wrote:
what's this voting stuff all about?
3 words block library anniversary.
Offline
Pecola1 wrote:
scimonster wrote:
sparks wrote:
Weebly isn't a great imagehost but it isn't blocked.
Didn't Pecola say dropbox also isn't blocked? :S
weebly is blocked for hello, see tutorials-r-us forum for more info.
Can you see this imageshack image?
Offline
I am using a computer not my own, but I had an *awesome* idea.
('write code %s without method name or inserts and do that' #- #doSqueak:)
doSqueak:t1 t1 asString
So, I don't have Scratch on this comp, but I am hoping it works. It might need just t1. A write your own code block! (perfect for mods)
Last edited by TuragaTreeko (2011-07-03 19:30:46)
Offline
TuragaTreeko wrote:
I am using a computer not my own, but I had an *awesome* idea.
Code:
('write code %s without method name or inserts and do that' #- #doSqueak:)Code:
doSqueak:t1 t1 asStringSo, I don't have Scratch on this comp, but I am hoping it works. It might need just t1. A write your own code block! (perfect for mods)
That's not going to work. I would appreciate it if you could impliment and test your blocks before you share them as it saves blocks that just don't work from being added
Offline
hey block block librarians, you might want to put a notice on the top post of the library saying 'all scramble blocks belong here. not in this library
Last edited by jslomba (2011-07-04 09:06:55)
Offline
SSBBM wrote:
We should also link the competition too, right?
Yeah.
Offline
How do you make c blocks in panther?
Offline
I quickly made a new reporter block!
Blockspec:
('random letter' #r #RandomLetter)
Code:
RandomLetter | t1 | t1 _ self randomFrom: 1 to: 26. t1 = 1 ifTrue: [^ 'a']. t1 = 2 ifTrue: [^ 'b']. t1 = 3 ifTrue: [^ 'c']. t1 = 4 ifTrue: [^ 'd']. t1 = 5 ifTrue: [^ 'e']. t1 = 6 ifTrue: [^ 'f']. t1 = 7 ifTrue: [^ 'g']. t1 = 8 ifTrue: [^ 'h']. t1 = 9 ifTrue: [^ 'i']. t1 = 10 ifTrue: [^ 'j']. t1 = 11 ifTrue: [^ 'k']. t1 = 12 ifTrue: [^ 'l']. t1 = 13 ifTrue: [^ 'm']. t1 = 14 ifTrue: [^ 'n']. t1 = 15 ifTrue: [^ 'o']. t1 = 16 ifTrue: [^ 'p']. t1 = 17 ifTrue: [^ 'q']. t1 = 18 ifTrue: [^ 'r']. t1 = 19 ifTrue: [^ 's']. t1 = 20 ifTrue: [^ 't']. t1 = 21 ifTrue: [^ 'u']. t1 = 22 ifTrue: [^ 'v']. t1 = 23 ifTrue: [^ 'w']. t1 = 24 ifTrue: [^ 'x']. t1 = 25 ifTrue: [^ 'y']. t1 = 26 ifTrue: [^ 'z']
And like always, go to Scratch Blocks > CommandBlockMorph > private > canBecomeWatcher and add #RandomLetter to the list.
Side note: none of my blocks have been accepted yet????
Last edited by Greenatic (2011-07-04 16:12:10)
Offline
I have the bloc specs for a few Scratch blocks, but I don't know how to program them. I'm still learning that part. ('hide list %L' #- #hideList) ('show list %L' #- #hideList) ('when I say %s' #W #getSaying)
Offline
I accidently put: ('show list %L' #- #hideList) I meant: ('show list %L' #- #showList)
Offline
Greenatic wrote:
Side note: none of my blocks have been accepted yet????
Oh, they're fine, but some of us are too lazy to add them. I have schoolwork and I'm getting ready for a move, but I'll try tonight.
Offline
scimonster wrote:
Greenatic wrote:
Side note: none of my blocks have been accepted yet????
Oh, they're fine, but some of us are too lazy to add them. I have schoolwork and I'm getting ready for a move, but I'll try tonight.
O.K., even though after noon today (eastern US time) I won't have access to a computer for about two weeks. Take your time
Offline
sparks wrote:
TuragaTreeko wrote:
I am using a computer not my own, but I had an *awesome* idea.
Code:
('write code %s without method name or inserts and do that' #- #doSqueak:)Code:
doSqueak:t1 t1 asStringSo, I don't have Scratch on this comp, but I am hoping it works. It might need just t1. A write your own code block! (perfect for mods)
That's not going to work. I would appreciate it if you could impliment and test your blocks before you share them as it saves blocks that just don't work from being added
Sorry. As I said, I didn't have scratch on that comp, so I wasn't sure. Why do you think it doesn't work?
Offline
Because I looked into this a while back and there is a specific command required to run squeak commands from an argument. If this does work then I apologise, I didn't realise that it was possible but I'm fairly sure I've tried to do it that way
Offline
my signature code if anyone else wants to advertise:
[url=http://www.theblocklibrary.site11.com/competition.php][img]http://dl.dropbox.com/u/22935223/comp1.BMP[/img][/url][url=http://www.theblocklibrary.site11.com/competition.php?page=submit][img]http://dl.dropbox.com/u/22935223/comp2.BMP[/img][/url][url=http://scratch.mit.edu/forums/viewtopic.php?id=58790][img]http://dl.dropbox.com/u/22935223/comp3.BMP[/img][/url]
Offline