This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#2551 2012-02-07 18:50:42

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: ITopic: Welcome to your local block library!

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".   tongue

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.


nXIII

Offline

 

#2552 2012-02-07 18:54:52

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: ITopic: Welcome to your local block library!

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...


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#2553 2012-02-07 19:38:20

Zparx
Scratcher
Registered: 2011-03-23
Posts: 500+

Re: ITopic: Welcome to your local block library!

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! ):


http://images3.wikia.nocookie.net/__cb20101119183412/halo/images/4/43/Hero2.png
^ My rank on Halo: Reach :3

Offline

 

#2554 2012-02-07 19:46:39

danwoodski
Scratcher
Registered: 2009-12-23
Posts: 100+

Re: ITopic: Welcome to your local block library!

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!


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://dl.dropbox.com/u/12506914/Pics/p2e-2.png&link2=http://dl.dropbox.com/u/12506914/Pics/ms.png&link3=http://dl.dropbox.com/u/12506914/Pics/block%20lib.png
Starting to move on to other languages, but I'll still be around from time to time  smile

Offline

 

#2555 2012-02-11 18:38:50

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: ITopic: Welcome to your local block library!

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: http://troll.ws/5r6OjF

How I made it: http://troll.ws/1Csf6j

What it does: It reports whatever is in the text box.


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#2556 2012-02-11 21:33:06

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: ITopic: Welcome to your local block library!

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

 

#2557 2012-02-11 22:49:43

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: ITopic: Welcome to your local block library!

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!
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.


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#2558 2012-02-12 08:01:39

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: ITopic: Welcome to your local block library!

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!
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.

Last edited by joefarebrother (2012-02-12 08:02:21)


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#2559 2012-02-12 08:14:01

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: ITopic: Welcome to your local block library!

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


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#2560 2012-02-13 05:49:23

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

Re: ITopic: Welcome to your local block library!

Im beginning to download BYOB!!

Last edited by fetchydog567 (2012-02-13 05:51:27)


http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

#2561 2012-02-13 17:35:42

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: ITopic: Welcome to your local block library!

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!   smile

Offline

 

#2562 2012-02-15 04:55:42

_-_-_-
New Scratcher
Registered: 2011-06-23
Posts: 7

Re: ITopic: Welcome to your local block library!

Hi,
I've got a new block for the library, but how do I add it?

_-_-_-

Offline

 

#2563 2012-02-15 05:30:56

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: ITopic: Welcome to your local block library!

_-_-_- 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!


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#2564 2012-02-15 18:43:35

Squawkers13
Scratcher
Registered: 2010-11-20
Posts: 500+

Re: ITopic: Welcome to your local block library!

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)


http://pekkit.net/banners/pekkit.png

Offline

 

#2565 2012-02-15 21:18:35

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: ITopic: Welcome to your local block library!

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

 

#2566 2012-02-16 05:28:25

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: ITopic: Welcome to your local block library!

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  hmm  I have no idea why but I will try to find out.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#2567 2012-02-16 18:09:17

djdolphin
Scratcher
Registered: 2010-03-23
Posts: 100+

Re: ITopic: Welcome to your local block library!

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 explanatory.

Last edited by djdolphin (2012-02-17 10:08:15)

Offline

 

#2568 2012-02-16 19:47:20

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: ITopic: Welcome to your local block library!

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]
end
Also, 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)


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#2569 2012-02-16 20:22:51

Squawkers13
Scratcher
Registered: 2010-11-20
Posts: 500+

Re: ITopic: Welcome to your local block library!

sparks wrote:

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  hmm  I have no idea why but I will try to find out.

well, the search page is broken too!


http://pekkit.net/banners/pekkit.png

Offline

 

#2570 2012-02-16 20:24:08

Squawkers13
Scratcher
Registered: 2010-11-20
Posts: 500+

Re: ITopic: Welcome to your local block library!

Squawkers13 wrote:

sparks wrote:

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  hmm  I have no idea why but I will try to find out.

well, the search page is broken too!

yeah, i have access!


http://pekkit.net/banners/pekkit.png

Offline

 

#2571 2012-02-16 20:26:31

Squawkers13
Scratcher
Registered: 2010-11-20
Posts: 500+

Re: ITopic: Welcome to your local block library!

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  hmm  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!


http://pekkit.net/banners/pekkit.png

Offline

 

#2572 2012-02-17 10:22:37

djdolphin
Scratcher
Registered: 2010-03-23
Posts: 100+

Re: ITopic: Welcome to your local block library!

I've made a "hide list" block for BYOB:
http://test47.herobo.com/hide%20list%20block.gif
The code is:
http://test47.herobo.com/hide%20list%20script.gif
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

 

#2573 2012-02-17 12:00:06

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: ITopic: Welcome to your local block library!

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)


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#2574 2012-02-17 12:30:41

djdolphin
Scratcher
Registered: 2010-03-23
Posts: 100+

Re: ITopic: Welcome to your local block library!

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

 

#2575 2012-02-17 14:39:42

djdolphin
Scratcher
Registered: 2010-03-23
Posts: 100+

Re: ITopic: Welcome to your local block library!

I made a BYOB block that will report the name of a morph:
http://test47.herobo.com/morph%20block.gif
The code is:
http://test47.herobo.com/morph%20script.gif

Offline

 

Board footer