1) I already have two dropbox accounts and I can't log into more than one at once.
2) Reprogramming the block would mean that anyone with a copy of the current block would suddenly find it not working for them.
3) It's really not much of a hassel to post the Panther block and ask me to add it to my dropbox Takes a day max!
Offline
sparks wrote:
^ Sorry markus, I will fix it now.
@Librarians I'm afraid that even if you have dropbox you cannot host a text file for a Panther block as the download block connects directly to my dropbox account. Someone did this with the password block mentioned above. If any more are like this please tell me so I can move the text files to my dropbox, else the download won't work
Oh, sorry that was me. I think thats the only one, the only one I ever added.
Offline
Can I add another block? If so..
(For BYOB)
Block:
It gives a fractional part of a number.
Script:
Offline
spongelove wrote:
Can I add another block? If so..
(For BYOB)
Block:
http://img19.imageshack.us/img19/4139/blockname.gif
It gives a fractional part of a number.
Script:
http://img21.imageshack.us/img21/304/bl … ptname.gif
We are always welcome to more blocks.
Offline
I have a question, the # of panther blocks # of scratch & BYOB blocks, I forgot to change it cuz I didn't notice it, I added 1 to panther and 2 to scratch, did anyone change it for me? If not good. If so we need to change scratch by -2 and panther by -1. Thanks
Offline
I didn't change it.
EDIT: I changed BYOB in the front by 2 when I added them, but forgot on the stats.
Last edited by scimonster (2011-04-17 23:24:07)
Offline
Run isn't working in shuffle.
Last edited by scimonster (2011-04-18 06:49:14)
Offline
I haven't updated them. I think BYOB is 2 behind on the stats page.
Offline
right... The "password for user $String$ is $String$?" is now working I think. There was a lot of stuff wrong with the coding actually, originally it gave an error because 'content' somehow appeared before the http:// address and then it always reported true. I think I've pimped it up to work now though
Offline
Thanks for fixing it. This will be really useful to me.
Offline
markus031098 wrote:
Thanks for fixing it. This will be really useful to me.
No problem
Offline
Hey sparks, I responded to your thread on my site.
Offline
meowmeow55 wrote:
Hey sparks, I responded to your thread on my site.
That should not be fair. The Block Library only allows like 5 people! I do not like that idea that you posted.
Offline
meowmeow55 wrote:
Hey sparks, I responded to your thread on my site.
Thanks very much! Until you have the upload set up I will host them somewhere else, but once it is set up we can get them to you so that we have an index on your site I really want to finish making all BYOB blocks downloadable I'm still not sure how to make the Scratch blocks clearer and easier to add though.
I can't see where your block library group is...
Offline
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.
exitScratch | t1 | t1 _ self ownerThatIsA: ScratchFrameMorph. t1 quitScratch
If the original code did the same thing, sorry.
Offline
Yes, Pecola1's doesn't ask if you want to save. *facepalm* I used that exact code a while ago for my personal use, but didn't think of sharing it here.
Offline
sparks wrote:
I can't see where your block library group is...
Oh, woops, I forgot to set the group to show in the legend! That's fixed now. But didn't you notice your username was green?
Offline
meowmeow55 wrote:
sparks wrote:
I can't see where your block library group is...
Oh, woops, I forgot to set the group to show in the legend! That's fixed now. But didn't you notice your username was green?
I didn't realise the colour meant anything I'm still not sure what it is you set up though? What can I do?
Offline
sparks wrote:
meowmeow55 wrote:
sparks wrote:
I can't see where your block library group is...
Oh, woops, I forgot to set the group to show in the legend! That's fixed now. But didn't you notice your username was green?
I didn't realise the colour meant anything I'm still not sure what it is you set up though? What can I do?
Nothing yet. You just have a colored username and a fancy title.
But once I get it set up, the group you're in will allow you to access an upload form to upload YSP files (BYOB sprites).
Offline
Hardmath123 wrote:
Hardmath123 wrote:
I condensed my list blocks into one post:
Code:
('NewList' #- #addGlobalList)Code:
no code neededCode:
('Add local list named %s' #- #createListNamed:)Code:
no code neededCode:
('Add global list named %s' #- #GLN: #MyList)Code:
GLN: t2 | t1 | (t1 _ self ownerThatIsA: ScratchFrameMorph) ifNil: [^ self beep]. t2 size = 0 ifTrue: [^ self]. t1 workPane createListNamed: t2. t1 viewerPane categoryChanged: 'variables'Code:
('%n root of %n' #r #root:of: 2 64)Code:
root: t1 of: t2 t2 > 0 ifTrue: [^ t2 raisedTo: 1 / t1]. ^ t2 * -1 raisedTo: 1 / t1
Anybody?
Offline
Hardmath123 wrote:
Hardmath123 wrote:
Hardmath123 wrote:
I condensed my list blocks into one post:
Code:
('NewList' #- #addGlobalList)Code:
no code neededCode:
('Add local list named %s' #- #createListNamed:)Code:
no code neededCode:
('Add global list named %s' #- #GLN: #MyList)Code:
GLN: t2 | t1 | (t1 _ self ownerThatIsA: ScratchFrameMorph) ifNil: [^ self beep]. t2 size = 0 ifTrue: [^ self]. t1 workPane createListNamed: t2. t1 viewerPane categoryChanged: 'variables'Code:
('%n root of %n' #r #root:of: 2 64)Code:
root: t1 of: t2 t2 > 0 ifTrue: [^ t2 raisedTo: 1 / t1]. ^ t2 * -1 raisedTo: 1 / t1Anybody?
Are the last two list blocks or operators?
Offline
scimonster wrote:
Hardmath123 wrote:
Hardmath123 wrote:
Anybody?
Are the last two list blocks or operators?
The last one (n root) is an operator.
Offline
Hardmath123 wrote:
scimonster wrote:
Hardmath123 wrote:
Anybody?Are the last two list blocks or operators?
The last one (n root) is an operator.
OK. I'm going out now but I'll add them later.
Offline