floppy_gunk wrote:
Pecola1 wrote:
Pecola1 wrote:
Me too. Whens your birthday? mines feb 5
*hint* *hint*!
Reposting for no reason AT ALL! JKDon't expect me to give you a birthday present
Well..... I have this thing for this thing called scratch, ever heard of it? You could get me a picoboard! LOL
Offline
scimonster wrote:
frowned wrote:
NEW BLOCK:
Code:
('Mail from %s to %s with contents %s' #- #mailFrom:to:text:)
code?
I think this needs to be reposted for frowned. We need a code.
Offline
bbbeb wrote:
frowned wrote:
New block:
Enable Remote sensor connections:Code:
('enable remote sensor conn.' #- #enableremotesensorconnections)Code:
enableremotesensorconnections | t1 | t1 _ self ownerThatIsA: ScratchFrameMorph. t1 startHostingScratchSession
Cool, but that should be a host mesh block.
Not necessarily. R emote sensor connections can refer to mesh, using the Scratch board, or sending information between Scratch and another programming language like Python.
Offline
Not many posts in a while here. [offTopic]ITS MAH BIRTHDAY[/offTopic]
Offline
Pecola1 wrote:
Not many posts in a while here. [offTopic]ITS MAH BIRTHDAY[/offTopic]
[offTopic]Happy Birthday![/offTopic]
Offline
Offline
sparks wrote:
Ha, my dad had his birthday today too
What day of feb? Mine was 5.
Offline
/Birthday Spam.
Let's get back on topic of Block Library.
Offline
scimonster wrote:
/Birthday Spam.
Let's get back on topic of Block Library.
[offTopic=Birthday Spam]Nah lets see whose birthday is next!
SSBBM wrote:
Pecola1 wrote:
Me too. Whens your birthday? mines feb 5
April 27. Dang your older!
Well well well, look who is (as far as I know) next! So SSBBM, what do you want for your b-day?[/offTopic]
Offline
sparks wrote:
bbbeb wrote:
frowned wrote:
New block:
Enable Remote sensor connections:Code:
('enable remote sensor conn.' #- #enableremotesensorconnections)Code:
enableremotesensorconnections | t1 | t1 _ self ownerThatIsA: ScratchFrameMorph. t1 startHostingScratchSession
Cool, but that should be a host mesh block.
Not necessarily. Remote sensor connections can refer to mesh, using the Scratch board, or sending information between Scratch and another programming language like Python.
I just noticed that you can just left click the sensor value or sensor button pressed blocks and click, enable remote sensors.
EDIT
Oh... never-mind I did that.
Last edited by Pecola1 (2011-02-07 20:06:13)
Offline
Help! I'm having trouble downloading the block and getting it to work. Can someone help me?
Offline
Hey 777w, are you having trouble downloading the block that lets you download Panther blocks? If you've not yet tried following this tutorial then you can directly download a project containing the block here!
Hope this helps!
Offline
777w wrote:
Help! I'm having trouble downloading the block and getting it to work. Can someone help me?
For Panther right? Did you make the block? You need internet connection.
Offline
Pecola1 wrote:
scimonster wrote:
/Birthday Spam.
Let's get back on topic of Block Library.Yes lets get back! This should be the last of the birthday spam
[offTopic=Birthday Spam]Nah lets see whose birthday is next!
Yes, lets end it. This should be the last of the birthday spam.
Pecola1 also wrote:
SSBBM wrote:
April 27
Well well well, look who is (as far as I know) next! So SSBBM, what do you want for your b-day?[/offTopic]
Aprils kinda far away, and plus my birthday is at the end of it. I still have a while, so I don't know what I what yet (but probably cash or video games). By the way everyone I'm going to be 13.
sparks wrote:
...then you can directly download a project containing the block here...
That block never worked for me. Is it suppose to be a panther file?
Last edited by SSBBM (2011-02-08 17:46:29)
Offline
You know, I am going to ask you sparks,
I think that we should be able to have a place where it will show the blocks each user contributed, and have a link to the page where that block is on, for instance i could say, "I wonder what Jens Mönig has made." when I look at the contributers list all i see is his name and the number of blocks he has made. I don't know what he made, or what category it is, so i cannot find it without searching throughout the whole library until, "Oh... thats what he made! The flip block! But I was seeing if there was a BYOB the script block he made," (BTW I know that would take a whole new Morph and/or argMorph) ", so I have wasted 2 hours of my life looking for a block and haven't found it." Wouldn't that be depressing? LOL. I know that this feature will be in the web site (if it ever gets done) but I am asking if you or I could make a place for that. So it will show the user contributer list and if you click it it will link to a place with pics of all of their blocks and you can click one which will lead to the page that block is on. It could be another forum or on this one.
Offline
A new block for scratch:
[glide () mins to x: y:]
blockspec:
('glide %n mins to x: %n y: %n' #t #glideMins: t1 toX: t2 y: t3 elapsed: t4 from: t5 )
glideMins: t1 toX: t2 y: t3 elapsed: t4 from: t5 | t6 t7 t8 | t8 _ t1 * 60. t5 ifNil: [^ self referencePosition]. t7 _ t2 @ t3. t8 < 0.001 ifTrue: [t6 _ 1] ifFalse: [t6 _ t4 asFloat / (1000.0 * t8)]. t6 > 1.0 ifTrue: [t6 _ 1]. t6 < 0.0 ifTrue: [t6 _ 0]. self referencePosition: t5 + (t6 * (t7 - t5)) truncated
Offline
Pecola1 wrote:
You know, I am going to ask you sparks,
I think that we should be able to have a place where it will show the blocks each user contributed, and have a link to the page where that block is on, for instance i could say, "I wonder what Jens Mönig has made." when I look at the contributers list all i see is his name and the number of blocks he has made. I don't know what he made, or what category it is, so i cannot find it without searching throughout the whole library until, "Oh... thats what he made! The flip block! But I was seeing if there was a BYOB the script block he made," (BTW I know that would take a whole new Morph and/or argMorph) ", so I have wasted 2 hours of my life looking for a block and haven't found it." Wouldn't that be depressing? LOL. I know that this feature will be in the web site (if it ever gets done) but I am asking if you or I could make a place for that. So it will show the user contributer list and if you click it it will link to a place with pics of all of their blocks and you can click one which will lead to the page that block is on. It could be another forum or on this one.
I love the idea, pecola, but my brain nearly dies at the thought of how much extra work that would take to add to this forum. The thing is, people mostly want to look for a block, not for an author so it's not really worth my time to compile a list of blocks made by each user... Sorry, I don't have the time to enbark on something like that. If I did it people would probably like options to view the library alphabetically, per catagory and per author as well as per mod...
Offline
I have a BYOB block.
(what is [anything]?)
I don't have a picture.
Here is the code:
Is there anything else I need? I'm new to this. :S
Offline
henley wrote:
I have a BYOB block.
(what is [anything]?)
I don't have a picture.
Here is the code:http://i53.tinypic.com/33voh15.gif
Is there anything else I need? I'm new to this. :S
What you could have done is omitted the script variable and just did report [].
Offline
Alright, keep your brains in gear. I am looking for a block for RKT called [When {Green flag clicked, When _ Pressed, When sprite pressed}] Think you could make it?
Offline
zorket wrote:
A new block for scratch:
[glide () mins to x: y:]
blockspec:('glide %n mins to x: %n y: %n' #t #glideMins: t1 toX: t2 y: t3 elapsed: t4 from: t5 )
Code:
glideMins: t1 toX: t2 y: t3 elapsed: t4 from: t5 | t6 t7 t8 | t8 _ t1 * 60. t5 ifNil: [^ self referencePosition]. t7 _ t2 @ t3. t8 < 0.001 ifTrue: [t6 _ 1] ifFalse: [t6 _ t4 asFloat / (1000.0 * t8)]. t6 > 1.0 ifTrue: [t6 _ 1]. t6 < 0.0 ifTrue: [t6 _ 0]. self referencePosition: t5 + (t6 * (t7 - t5)) truncated
Offline
spud2451 wrote:
how do i share blocks
For scratch and panther I think you just give the code.
For BYOB post a picture of your block and the script that you made your block with. (As a bonus you can also post a download file of your block.)
Offline