Greenatic wrote:
nXIII wrote:
Zparx wrote:
*** I'm getting an error message that says scratch cannot locate SqueakV2.sources or Scratch.changes. Are those files downloaded seperately from the scratch installation?
You can download those files with the Scratch Source code here. The 'Scratch.changes' file stores changes to the image; with it, you can track changes and, instead of using the decompiled methods, you can see the original source (this allows you to see the original indentation and temporary variable names). The 'SqueakV2.sources' file stores Squeak's method sources.
...Or they could just "save image for end user".
That doesn't answer the question: Zparx whether those files could be downloaded separately. Saving the image for an end user just hides the warnings when the image is opened.
Offline
nXIII, since you made Scratch Patches, you may be able to help us with our BLOCK files problem. We want Scratch blocks in the library to be addable to Scratch (with our block importer patch added) and are really struggling...
Offline
OMG! Please help? I thought I could figure it out but I'm still very confused and I'm getting very frustrated. How on earth do I get my newly added blocks to work online? I added the control key to the list of keys that can be detected when pressed. I tried editing in the source code file and then uploading, but there's no share button! ):
Offline
They don't work online, because the online player is coded in Flash (or Java, depending on your account settings), which is different from Scratch (written in Squeak), so all the blocks have to be manually programmed ahead of time into the online player.
Also, it is against the TOS to upload projects in which the source was edited
You can upload them to modshare!
Offline
YourLocalBlockLib wrote:
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.png
^Back to BYOB blocks
Donating a BYOB block to the library
1) Make your block!
2) Place your block in in the script area alone.
http://scratch.mit.edu/redirect/url?lin … blockn.png
3) Right click, then click save picture of scripts.
http://scratch.mit.edu/redirect/url?lin … cripts.png
3) Right click on your block and then click edit. Save a picture of the scripts like you did your the single block
4)Upload the pictures somewhere. (Note: Due to some sites being blocked by parents we may change the domain.)
5)Post a reply with your block here.
____________________________________
^Back to BYOB blocks
Block:
How I made it:
What it does: It reports whatever is in the text box.
Offline
funelephant wrote:
Block: http://troll.ws/5r6OjF
How I made it: http://troll.ws/1Csf6j
What it does: It reports whatever is in the text box.
I don't do BYOB updates, but I think that block might have too simple of a workaround. How is that different from just using a string?
Offline
Greenatic wrote:
funelephant wrote:
Block: http://troll.ws/5r6OjF
How I made it: http://troll.ws/1Csf6j
What it does: It reports whatever is in the text box.I don't do BYOB updates, but I think that block might have too simple of a workaround. How is that different from just using a string?
I fixed the last costume script that someone else made!
I don't understand why you need it when you could just use the switch to costume, but someone else did it, but it needed to be fixed.
Offline
funelephant wrote:
Greenatic wrote:
funelephant wrote:
Block: http://troll.ws/5r6OjF
How I made it: http://troll.ws/1Csf6j
What it does: It reports whatever is in the text box.I don't do BYOB updates, but I think that block might have too simple of a workaround. How is that different from just using a string?
I fixed the last costume script that someone else made!
I don't understand why you need it when you could just use the switch to costume, but someone else did it, but it needed to be fixed.
Won't work. You have to do
switch to costume (length of (attribute [costumes v])) //that is the red length of // block but the scratchblocks tag uses the green unless it is in a dropdown.
Last edited by joefarebrother (2012-02-12 08:02:21)
Offline
joefarebrother wrote:
funelephant wrote:
Greenatic wrote:
I don't do BYOB updates, but I think that block might have too simple of a workaround. How is that different from just using a string?I fixed the last costume script that someone else made!
http://troll.ws/u2M0Iq
http://troll.ws/5u39Gt
I don't understand why you need it when you could just use the switch to costume, but someone else did it, but it needed to be fixed.Won't work. You have to do
switch to costume (length of (attribute [costumes v])) //that is the red length of // block but the scratchblocks tag uses the green unless it is in a dropdown.
I tried it and it worked fine :3
Offline
Im beginning to download BYOB!!
Last edited by fetchydog567 (2012-02-13 05:51:27)
Offline
fetchydog567 wrote:
Im beginning to download BYOB!!
That's great, and it's an amazing mod! However, I'm not quite sure if this is the right place to discuss it...but in the meanwhile, be sure to ask us any Block Library questions you have!
Offline
_-_-_- wrote:
Hi,
I've got a new block for the library, but how do I add it?
_-_-_-
Just post the code below!
PS: Love the username!
Offline
you know the block website is broken.
http://scratch.mit.edu/forums/viewtopic … 6#p1139756
Last edited by Squawkers13 (2012-02-15 18:43:48)
Offline
Squawkers13 wrote:
you know the block website is broken.
http://scratch.mit.edu/forums/viewtopic … 6#p1139756
Actually, I think it is. But can the administators log in? Then it must be a development/maintinence site.
Offline
Squawkers13 wrote:
you know the block website is broken.
http://scratch.mit.edu/forums/viewtopic … 6#p1139756
Squawkers13, for some reason, your username doesn't work with API's. Both the block library login system and my self-updating-images-and-links-in-posts use an API to check usernames but yours isn't working I have no idea why but I will try to find out.
Offline
djdolphin wrote:
I've got a new BYOB block:
http://test47.herobo.com/block.gif
The code is:
http://test47.herobo.com/script.gif
When the stage runs it, it reports false, and is pretty much self explanitory.
That can be done more easily.
if <(object [myself]) = (object [stage])> report [false] else report [true] endAlso, I'd like to request a
broadcast (something) to IP [xxx.xx.x.x]block for panther (if it's possible). It would broadcast something over mesh only to that IP address. I know I made a topic before about this, but I deleted it because I thought it would go better here.
Last edited by zippynk (2012-02-16 19:48:05)
Offline
sparks wrote:
Squawkers13 wrote:
you know the block website is broken.
http://scratch.mit.edu/forums/viewtopic … 6#p1139756Squawkers13, for some reason, your username doesn't work with API's. Both the block library login system and my self-updating-images-and-links-in-posts use an API to check usernames but yours isn't working I have no idea why but I will try to find out.
well, the search page is broken too!
Offline
Squawkers13 wrote:
sparks wrote:
Squawkers13 wrote:
you know the block website is broken.
http://scratch.mit.edu/forums/viewtopic … 6#p1139756Squawkers13, for some reason, your username doesn't work with API's. Both the block library login system and my self-updating-images-and-links-in-posts use an API to check usernames but yours isn't working I have no idea why but I will try to find out.
well, the search page is broken too!
yeah, i have access!
Offline
Squawkers13 wrote:
Squawkers13 wrote:
sparks wrote:
Squawkers13, for some reason, your username doesn't work with API's. Both the block library login system and my self-updating-images-and-links-in-posts use an API to check usernames but yours isn't working I have no idea why but I will try to find out.
well, the search page is broken too!
yeah, i have access!
also: the creator's name (Squawkers13) is invalid! I can't upload blocks!
Offline
I've made a "hide list" block for BYOB:
The code is:
It uses a glitch that makes the list hide, but I still haven't figured out how to make a block that makes the list reappear. Unfortunately, it freezes and any blocks after it, in the same script, won't run.
Last edited by djdolphin (2012-02-17 12:40:34)
Offline
zippynk wrote:
I'd like to request a
broadcast (something) to IP [xxx.xx.x.x]block for panther (if it's possible). It would broadcast something over mesh only to that IP address. I know I made a topic before about this, but I deleted it because I thought it would go better here.
I posted this yesterday; seems like it got overlooked, so this is basically a bump. Does anyone know how to do this? Or maybe it's just not possible?
Last edited by zippynk (2012-02-17 12:02:36)
Offline
zippynk wrote:
zippynk wrote:
I'd like to request a
broadcast (something) to IP [xxx.xx.x.x]block for panther (if it's possible). It would broadcast something over mesh only to that IP address. I know I made a topic before about this, but I deleted it because I thought it would go better here.I posted this yesterday; seems like it got overlooked, so this is basically a bump. Does anyone know how to do this? Or maybe it's just not possible?
I think it's possible, but I don't know how to do this.
Offline