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

#1551 2011-07-15 10:38:37

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

Re: ITopic: Welcome to your local block library!

Congrats RUMCHEERPOOPOO!


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

Offline

 

#1552 2011-07-15 10:43:18

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: ITopic: Welcome to your local block library!

Nice, RUMCHEERPOOPOO!
Hooray for the Library!

Sparks, are you updating the logo now?

Offline

 

#1553 2011-07-15 11:10:32

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

Re: ITopic: Welcome to your local block library!

Will do. I can simply replace it in my dropbox folder for now. However, I'm off to see harry potter, will update in a few hours, sorry!


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

Offline

 

#1554 2011-07-15 11:52:14

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: ITopic: Welcome to your local block library!

sparks wrote:

Will do. I can simply replace it in my dropbox folder for now. However, I'm off to see harry potter, will update in a few hours, sorry!

I'll do it then.
And I really want to see #5. In English. For free. In one piece.  tongue

Offline

 

#1555 2011-07-15 12:10:41

YourLocalBlockLib
Scratcher
Registered: 2011-03-10
Posts: 100+

Re: ITopic: Welcome to your local block library!

I did it, and also put it in the sig.
I cropped it a little to fit in the sig though.
~sci


http://dl.dropbox.com/u/6273449/BlockLibraryTitle.png

Offline

 

#1556 2011-07-15 14:43:23

TuragaTreeko
Scratcher
Registered: 2011-04-24
Posts: 100+

Re: ITopic: Welcome to your local block library!

Code:

 ('rename me as %s' #- #rename: 'Sprite∞')

Code:

rename: t1
         self objName < t1

Code:

('my name' #r #name)

Code:

name
      ^objName

Gotta love these. I coded them myself!

Last edited by TuragaTreeko (2011-07-15 14:43:52)


http://goo.gl/RDqKF

Offline

 

#1557 2011-07-15 15:01:26

jslomba
Scratcher
Registered: 2009-09-25
Posts: 1000+

Re: ITopic: Welcome to your local block library!

TuragaTreeko wrote:

Code:

 ('rename me as %s' #- #rename: 'Sprite∞')

rename: t1
         self objName _ t1

Fixed!

Last edited by jslomba (2011-07-15 15:03:11)


the the the the the

Offline

 

#1558 2011-07-15 15:35:52

TuragaTreeko
Scratcher
Registered: 2011-04-24
Posts: 100+

Re: ITopic: Welcome to your local block library!

jslomba wrote:

TuragaTreeko wrote:

Code:

 ('rename me as %s' #- #rename: 'Sprite∞')

rename: t1
         self objName _ t1

Fixed!

bleh. But the reporter worked! Can I request to add these to the lib? by TuragaTreeko on the reporter, and improved by jslomba on the stack?


http://goo.gl/RDqKF

Offline

 

#1559 2011-07-15 15:44:27

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: ITopic: Welcome to your local block library!

can anyone help me? i am trying to make a [string as decimal] block so far i got

Code:

 ('%s as decimal' #r #asDecimal)

and

Code:

    | t1 t2 t3 |
    t1 _ '1/1'.
    t2 _ '1/2'.
    t3 _ '1/3'.
    t1 _ [^ '1'].
    t2 _ [^ '0.5'].
    t3 _ [^ '0.3']

any help? thanks


http://i47.tinypic.com/rrqe13.gif

Offline

 

#1560 2011-07-15 16:40:03

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

Re: ITopic: Welcome to your local block library!

Great, thanks for making the change, Sci! I'm thinking we may need a slightly different colour behind the logo to make it more visible though!


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

Offline

 

#1561 2011-07-15 17:04:03

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

Re: ITopic: Welcome to your local block library!

TheSuccessor, meowmeow55, Magnie, ProgrammingFreak, scimonster, SSBBM and Pecola1, Could you all please log in here and fill something into your "about me" page? There's an example already there!


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

Offline

 

#1562 2011-07-15 17:24:18

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: ITopic: Welcome to your local block library!

edited version of ''shuffle' %s'

Code:

 ('%s %s' #r #do:to: 'shuffle' 'thing')

and

Code:

do: t1 to: t2
t1 = 'reverse' ifTrue: [^ t2 reversed].
t1 = 'shuffle' ifTrue: [^ t2 shuffled].
t1 = 'uppercase' ifTrue: [^ t2 asUppercase].
t1 = 'lowercase' ifTrue: [^ t2 asLowercase].
t1 = 'report' ifTrue: [^ t2].

http://i47.tinypic.com/rrqe13.gif

Offline

 

#1563 2011-07-15 17:45:12

TuragaTreeko
Scratcher
Registered: 2011-04-24
Posts: 100+

Re: ITopic: Welcome to your local block library!

jslomba wrote:

TuragaTreeko wrote:

Code:

 ('rename me as %s' #- #rename: 'Sprite∞')

rename: t1
         self objName _ t1

Fixed!

Code:

rename: t1
        objName_t1

Ok. Fully fixed.


http://goo.gl/RDqKF

Offline

 

#1564 2011-07-15 18:19:33

SSBBM
Scratcher
Registered: 2009-10-09
Posts: 100+

Re: ITopic: Welcome to your local block library!

sparks wrote:

TheSuccessor, meowmeow55, Magnie, ProgrammingFreak, scimonster, SSBBM and Pecola1, Could you all please log in here and fill something into your "about me" page? There's an example already there!

The site looks great. You have TheSuccessor as a site developer and not a librarian. Is he still a librarian?
Also on this page it says
...on a shared scratch account called "yourLocalBlockLib", an account...

Last edited by SSBBM (2011-07-15 18:33:05)


http://goo.gl/zVfAp http://goo.gl/laci8

Offline

 

#1565 2011-07-15 19:38:23

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

Re: ITopic: Welcome to your local block library!

fixed


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

Offline

 

#1566 2011-07-16 13:14:46

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

Re: ITopic: Welcome to your local block library!

Code:

('Position of first instance of %s in %s' #r #index:of: 'i' 'Mississippi')

Code:

index: t2 of: t1
^t1 findString: t2

Last edited by Hardmath123 (2011-07-19 09:16:28)


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

Offline

 

#1567 2011-07-16 19:15:09

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

Re: ITopic: Welcome to your local block library!

librarians, please log inand update your "About me" page, it works now, honest!

Last edited by sparks (2011-07-16 19:15:23)


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

Offline

 

#1568 2011-07-17 01:22:03

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: ITopic: Welcome to your local block library!

sparks wrote:

librarians, please log inand update your "About me" page, it works now, honest!

Is there a way to sat logged in?
And I paste in the code I wrote up last night, and click "update". It says "Updated about me message for scimonster", but shows the example text in the area and when I go view it. ^^
If you want, you can put it in manually.  tongue

Code:

<p>Hi guys! I’m Scimonster (with a capital S), or, as I recently adopted, “teh almighty Scimonster„<a href="http://scratch.mit.edu/forums/viewtopic.php?pid=719262#p719262" title="Where it came from"><sup>[1]</sup></a><br />
(Note, currently much or this is copied from <a href="http://scratch.mit.edu/projects/YourLocalBlockLib/1915646">this project</a>.)</p>
<hr />
<h2>About me</h2>
<p>I’m almost a teenager (almost 13).  I am a <span style="color:blue" title="my fav color">boy</span>.<br />
I like math, but I like Scratch more.</p>
<p>GRAMMAR COPS FTW! :P<br />
Internet Speakers Are Awesome! :D<br />
<div style="height:8px"></div>
Um, I think I just contradicted myself. :P<br />
Well, I do use grammar, but I also like some net slang. And emoticons. I <3 emoticons. :P</p>
<hr />
<h2>Me on Scratch</h2>
<p>I’m not really famous, but I am known where I am. :P<br />
I approve projects for the SDS, am a famous forumer, and I’m a Scratch Wiki admin.  SCRATCH WIKI!!!!!!!!!!!</p>
<p>I make better projects now than I used to, but I’m still not awesome. :3</p>
<hr />
<h3>Scratch Wiki!!!</h3>
<p>When I started the Scratch Wiki, I wasn't the same user I am now.  Now I have over 5000 edits (O.o) and am an admin; the most active at that.  I make workarounds and help users, or at least I try.</p>
<hr />
<h2>Outside of Scratch</h2>
<p>What, I have a life outside of Scratch? :O</p>
<p>Yes, I do.</p>
<hr />
<big>This page is incomplete!</big>
<span style="text-align:center">~sci</span>

Last edited by scimonster (2011-07-17 02:55:26)

Offline

 

#1569 2011-07-17 03:54:41

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

Re: ITopic: Welcome to your local block library!

Hey sci, sorry! I really thought It was working! I obviously can't test it as anyone other than myself :S

I will manually add it now then  tongue

You do stay logged in, it's just that the admin page is acting up and asks you to log in every time even though you are. That's a problem to solve today  smile


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

Offline

 

#1570 2011-07-17 03:59:47

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: ITopic: Welcome to your local block library!

sparks wrote:

Hey sci, sorry! I really thought It was working! I obviously can't test it as anyone other than myself :S

I will manually add it now then  tongue

You do stay logged in, it's just that the admin page is acting up and asks you to log in every time even though you are. That's a problem to solve today  smile

Maybe make a test account and give it temporary admin status? :S

OK.  tongue

What about when you leave the page? ~~~~

Offline

 

#1571 2011-07-17 04:21:44

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

Re: ITopic: Welcome to your local block library!

scimonster wrote:

sparks wrote:

Hey sci, sorry! I really thought It was working! I obviously can't test it as anyone other than myself :S

I will manually add it now then  tongue

You do stay logged in, it's just that the admin page is acting up and asks you to log in every time even though you are. That's a problem to solve today  smile

Maybe make a test account and give it temporary admin status? :S

OK.  tongue

What about when you leave the page? ~~~~

Login uses session variables (variables carried across the site that will expire when you leave) so you will stay logged in to the admin panel until you click login or leave the site for a period of time  smile


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

Offline

 

#1572 2011-07-17 06:01:27

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

Re: ITopic: Welcome to your local block library!


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

Offline

 

#1573 2011-07-17 06:04:13

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: ITopic: Welcome to your local block library!

Thanks.
Your sig looks a little strange.  tongue

Offline

 

#1574 2011-07-17 06:06:06

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

Re: ITopic: Welcome to your local block library!

Does it? What's wrong with it?  tongue


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

Offline

 

#1575 2011-07-17 06:08:19

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: ITopic: Welcome to your local block library!

sparks wrote:

Does it? What's wrong with it?  tongue

The guy looks a little... off.

Offline

 

Board footer