<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Build Your Own Blocks in Scratch</title>
	<link>http://www.chirp.scratchr.org/blog/?p=19</link>
	<description>experimenting with the Scratch Source Code from MIT</description>
	<pubDate>Fri, 10 Sep 2010 01:13:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: billyedward</title>
		<link>http://www.chirp.scratchr.org/blog/?p=19#comment-2379</link>
		<dc:creator>billyedward</dc:creator>
		<pubDate>Sun, 11 Jan 2009 02:56:25 +0000</pubDate>
		<guid>http://www.chirp.scratchr.org/blog/?p=19#comment-2379</guid>
		<description>Hi Jens-
Another quick question:
you know the 
^ self beep
command in squeak?
I've tried to make a block in sound that does this, but when I run it, squeak entirely freezes.
Do you know What's going on?
sorry about this,
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Jens-<br />
Another quick question:<br />
you know the<br />
^ self beep<br />
command in squeak?<br />
I&#8217;ve tried to make a block in sound that does this, but when I run it, squeak entirely freezes.<br />
Do you know What&#8217;s going on?<br />
sorry about this,<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billyedward</title>
		<link>http://www.chirp.scratchr.org/blog/?p=19#comment-2378</link>
		<dc:creator>billyedward</dc:creator>
		<pubDate>Sun, 11 Jan 2009 02:53:22 +0000</pubDate>
		<guid>http://www.chirp.scratchr.org/blog/?p=19#comment-2378</guid>
		<description>Hi, jens. Just wondering...
the 
^ self beep</description>
		<content:encoded><![CDATA[<p>Hi, jens. Just wondering&#8230;<br />
the<br />
^ self beep</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.chirp.scratchr.org/blog/?p=19#comment-2371</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 06 Jan 2009 23:12:39 +0000</pubDate>
		<guid>http://www.chirp.scratchr.org/blog/?p=19#comment-2371</guid>
		<description>Got it never mind</description>
		<content:encoded><![CDATA[<p>Got it never mind</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.chirp.scratchr.org/blog/?p=19#comment-2370</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 06 Jan 2009 23:10:30 +0000</pubDate>
		<guid>http://www.chirp.scratchr.org/blog/?p=19#comment-2370</guid>
		<description>How do I install</description>
		<content:encoded><![CDATA[<p>How do I install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billyedward</title>
		<link>http://www.chirp.scratchr.org/blog/?p=19#comment-2366</link>
		<dc:creator>billyedward</dc:creator>
		<pubDate>Sun, 04 Jan 2009 23:10:59 +0000</pubDate>
		<guid>http://www.chirp.scratchr.org/blog/?p=19#comment-2366</guid>
		<description>Hi, Jens, thanks!
The reason that I didn't notice that is that I wasn't using the published code. However, I copied the code that that option runs, into a workspace, then 'did it now'. It worked great, Thanks!
My new features are pretty elementary:
1. I added 'factorial' to the function block
2. I brought back the old image effects.
3. I added a 'enter/exit compatible mode' option to the shift+extras menu.
4. When not in compatible mode, it saves a *.sc, instead of *.sb
5. when not in compatible mode, two new reporter blocks appear:
   -hidden?
   -pen down?
6. I changed all the spellings of 'color' to the proper english 'colour'. (for compatibility, it can still read 'color' in the image effects)
7. When you press shift while entering presentation mode, it doesn't enter fullscreen.
8. I also added to shift+extras a enter/exit full screen option. This is usually only done for presentation mode, but now you get more space to edit!
9. pressing shift while changing pallette categories, or opening a project, makes the blocks darker. this increases contrast, aiding the visually impaired.
10. there is a 'enter/exit' blind mode shift+extras option. this makes the menus bigger.
11. I've brought back some of the working/useful obsolete blocks.
12. I'm usre there's more, which I've forgotten :)
If you want to use any of my ideas for chirp- go ahead.</description>
		<content:encoded><![CDATA[<p>Hi, Jens, thanks!<br />
The reason that I didn&#8217;t notice that is that I wasn&#8217;t using the published code. However, I copied the code that that option runs, into a workspace, then &#8216;did it now&#8217;. It worked great, Thanks!<br />
My new features are pretty elementary:<br />
1. I added &#8216;factorial&#8217; to the function block<br />
2. I brought back the old image effects.<br />
3. I added a &#8216;enter/exit compatible mode&#8217; option to the shift+extras menu.<br />
4. When not in compatible mode, it saves a *.sc, instead of *.sb<br />
5. when not in compatible mode, two new reporter blocks appear:<br />
   -hidden?<br />
   -pen down?<br />
6. I changed all the spellings of &#8216;color&#8217; to the proper english &#8216;colour&#8217;. (for compatibility, it can still read &#8216;color&#8217; in the image effects)<br />
7. When you press shift while entering presentation mode, it doesn&#8217;t enter fullscreen.<br />
8. I also added to shift+extras a enter/exit full screen option. This is usually only done for presentation mode, but now you get more space to edit!<br />
9. pressing shift while changing pallette categories, or opening a project, makes the blocks darker. this increases contrast, aiding the visually impaired.<br />
10. there is a &#8216;enter/exit&#8217; blind mode shift+extras option. this makes the menus bigger.<br />
11. I&#8217;ve brought back some of the working/useful obsolete blocks.<br />
12. I&#8217;m usre there&#8217;s more, which I&#8217;ve forgotten <img src='http://www.chirp.scratchr.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
If you want to use any of my ideas for chirp- go ahead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Mönig</title>
		<link>http://www.chirp.scratchr.org/blog/?p=19#comment-2359</link>
		<dc:creator>Jens Mönig</dc:creator>
		<pubDate>Fri, 02 Jan 2009 11:40:03 +0000</pubDate>
		<guid>http://www.chirp.scratchr.org/blog/?p=19#comment-2359</guid>
		<description>Hi BigFrog,
converting Scratch projects to flash is currently not on my short-term agenda, sorry.

Hi abeair,
The BYOB image is currently pretty much "locked down", preventing you from accessing the source code. I'm planning to release the BYOB source code after the next update or so (I'm in the process of adding some more features, like inter-sprite messages with parameters)</description>
		<content:encoded><![CDATA[<p>Hi BigFrog,<br />
converting Scratch projects to flash is currently not on my short-term agenda, sorry.</p>
<p>Hi abeair,<br />
The BYOB image is currently pretty much &#8220;locked down&#8221;, preventing you from accessing the source code. I&#8217;m planning to release the BYOB source code after the next update or so (I&#8217;m in the process of adding some more features, like inter-sprite messages with parameters)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abeair</title>
		<link>http://www.chirp.scratchr.org/blog/?p=19#comment-2355</link>
		<dc:creator>abeair</dc:creator>
		<pubDate>Wed, 31 Dec 2008 16:14:18 +0000</pubDate>
		<guid>http://www.chirp.scratchr.org/blog/?p=19#comment-2355</guid>
		<description>Can I use this in 1.3.1 source?</description>
		<content:encoded><![CDATA[<p>Can I use this in 1.3.1 source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BigFrog</title>
		<link>http://www.chirp.scratchr.org/blog/?p=19#comment-2354</link>
		<dc:creator>BigFrog</dc:creator>
		<pubDate>Wed, 31 Dec 2008 15:14:54 +0000</pubDate>
		<guid>http://www.chirp.scratchr.org/blog/?p=19#comment-2354</guid>
		<description>Hi Jens
First , I have to give my thanks for your release Scratch2exe.
It give us lots of help.
I am from Taiwan. My English is so bad, I try to make myself clear, 
If it is possible that  you can develop another function, that we can let our projects to SWF?
Sorry to ask for this.
it will be great if you can give me a mail.
bigfrog@bigfrog.com.tw</description>
		<content:encoded><![CDATA[<p>Hi Jens<br />
First , I have to give my thanks for your release Scratch2exe.<br />
It give us lots of help.<br />
I am from Taiwan. My English is so bad, I try to make myself clear,<br />
If it is possible that  you can develop another function, that we can let our projects to SWF?<br />
Sorry to ask for this.<br />
it will be great if you can give me a mail.<br />
<a href="mailto:bigfrog@bigfrog.com.tw">bigfrog@bigfrog.com.tw</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Mönig</title>
		<link>http://www.chirp.scratchr.org/blog/?p=19#comment-2349</link>
		<dc:creator>Jens Mönig</dc:creator>
		<pubDate>Mon, 29 Dec 2008 08:47:04 +0000</pubDate>
		<guid>http://www.chirp.scratchr.org/blog/?p=19#comment-2349</guid>
		<description>Hi billyedward,

to save a "deployable" version of your own Scratch derivative, just select "save image in user mode" from the Extras-menu in the Source Code release, i.e. without switching to user mode first. I'm very curious about your work, which features did you add?</description>
		<content:encoded><![CDATA[<p>Hi billyedward,</p>
<p>to save a &#8220;deployable&#8221; version of your own Scratch derivative, just select &#8220;save image in user mode&#8221; from the Extras-menu in the Source Code release, i.e. without switching to user mode first. I&#8217;m very curious about your work, which features did you add?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billyedward</title>
		<link>http://www.chirp.scratchr.org/blog/?p=19#comment-2347</link>
		<dc:creator>billyedward</dc:creator>
		<pubDate>Sun, 28 Dec 2008 22:44:36 +0000</pubDate>
		<guid>http://www.chirp.scratchr.org/blog/?p=19#comment-2347</guid>
		<description>Auron: if it says 'subscript is out of bounds' it means that you tried to put too much into what is supposed to be a single line of text. To preserve memory, scratch wraps long strings onto other hidden lines; the subscript. However, there is a limit (bound) to how long the subscript can be. hope this helps!</description>
		<content:encoded><![CDATA[<p>Auron: if it says &#8217;subscript is out of bounds&#8217; it means that you tried to put too much into what is supposed to be a single line of text. To preserve memory, scratch wraps long strings onto other hidden lines; the subscript. However, there is a limit (bound) to how long the subscript can be. hope this helps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
