Scimonster wrote:
Bookworm300 wrote:
YourLocalBlockLib wrote:
ok thats fine. how are you supposed to download blocks to scratch then? I hope im not being too much of a bother
You're not a bother.
If you look at the just updated Scratch Blocks post, you'll see something new.
Offline
OK, I think I'm done. If there are any mistakes, please notify me.
I also backed up the whole Library to my computer now.
~~Scimonster
Offline
Looks good! Just so people know, I have sent this email to the Scratch team
Offline
BTW, I uploaded a new project about myself and deleted the old one. :3
~sci
Last edited by YourLocalBlockLib (2011-07-11 14:45:43)
Offline
When I said "mistakes" I mainly meant stuff like posts in the wrong place, because I didn't check each copy and paste.
Pecola1, get over here! Can you see them all? (Not the updates.)
Last edited by scimonster (2011-07-12 01:41:43)
Offline
Wait, not until we get confirmation.
EDIT: Some of the imageshack ones are still blocked.
Last edited by scimonster (2011-07-12 04:45:34)
Offline
Hey, I was thinking of trying that!
Offline
Yes, I think it may be basically using the panther color mix block code a lot... My main wondering is how fast it will be, I was trying to use colour sensing to pick up an object with a red and green stripe on it but my programming was picking up my hair more than anything... I'm thinking looking for averages may be a better solution for object locating.
Offline
This is only reporting white, no matter what.
| t5 t6 color t7 t8 t9 | t5 _ (t3 - t1) abs. t6 _ (t4 - t2) abs. t7 _ t2-1. t6 timesRepeat: [t7 _ t7+1. t8 _ t1-1. t5 timesRepeat: [t8 _ t8+1. color _ self mixColor: color with: [self colorAtX: t8 y: t7].].]. ^ color
Offline
Hardmath123 wrote:
Code:
(' %s is a palindrome?' #b #palindrome:)Code:
palindrome: i1 "Made with Scramble by Hardmath123" | t1 | t1_i1. t1_ t1 asString reversed. t1 = i1 ifTrue: [ ^ true ]. ^ falseCode:
('Stamp me at x: %n , y: %n ' #- #stampAt:stampAt:)Code:
stampAt: i1 stampAt: i2 "Made with Scramble by Hardmath123" | t2 t1 | t1_ self xpos. t2_ self ypos. self gotoX: i1 y:i2. self stampCostume. self gotoX: t1 y:t2.I should now be tied with Pecola(1)!
*ahem*
Offline
I guess I forgot...
I think I missed someone else's blocks that weren't in the queue.
Offline
TuragaTreeko wrote:
Pecola1 wrote:
TuragaTreeko wrote:
Sorry. As I said, I didn't have scratch on that comp, so I wasn't sure. Why do you think it doesn't work?I remember being desperate and trying that. It never worked whatever I did till i found the compiler.
I found the code eventually for the block you are trying to make, want me to tell it to you?Oh, YES! . Please?
Uh oh... sorry, I am on vacation now, but I believe Slash has the block. Look at the code and see what it is, I will check later.
Offline
sparks wrote:
Looks good! Just so people know, I have sent this email to the Scratch team
Great!
Offline
You, can you see the redirected images?
Offline
Hardmath123 wrote:
Hardmath123 wrote:
Code:
(' %s is a palindrome?' #b #palindrome:)Code:
palindrome: i1 "Made with Scramble by Hardmath123" | t1 | t1_i1. t1_ t1 asString reversed. t1 = i1 ifTrue: [ ^ true ]. ^ falseCode:
('Stamp me at x: %n , y: %n ' #- #stampAt:stampAt:)Code:
stampAt: i1 stampAt: i2 "Made with Scramble by Hardmath123" | t2 t1 | t1_ self xpos. t2_ self ypos. self gotoX: i1 y:i2. self stampCostume. self gotoX: t1 y:t2.I should now be tied with Pecola(1)!
*ahem*
0.o TIED! I must have not seen ya comin'! XD Great job. Now I wonder what i could do next time I am looking for scratch blocks to make... maybe a special block. AHHA!! I'VE GOT IT! I KNOW WHAT TO MAKE! *waits for vacation to end........ jk I'm out of ideas, unless we bring in... oh... I know... I wouldn't want to give you any ideas so, I won't tell you. I remember words from sparks a long time ago telling me to slow down and not to make every block in... I wouldn't want to spoil it. > BWA MWA HA[/sinister joke] I don't really care. Great job again, you will probably be way ahead of me by the time I end vacation XD.
Offline
scimonster wrote:
When I said "mistakes" I mainly meant stuff like posts in the wrong place, because I didn't check each copy and paste.
Pecola1, get over here! Can you see them all? (Not the updates.)
Sorry, on vacation, don't have scratch. Can't see projects don't have time to waste, I'M LATE! I'M LATE!
I'M LATE! I'M LATE I'M LATE.
*waits for silent to end being silent*
I will check it now before my cuz and second cuz's get here.
Offline
scimonster wrote:
You, can you see the redirected images?
Say, where when what?
Offline
Pecola1 wrote:
scimonster wrote:
You, can you see the redirected images?
Say, where when what?
Ahh you mean the pics of block? I am on vacation, I thought I said that a few hundred times I am using a different internet. If you want me cuz my web blocks I also said I don't have them on currently at home. I can check 'em though.
Offline
GP1 wrote:
I wonder if there is a way to make this block for panther.
http://i54.tinypic.com/x3za02.gif
These would be handy for a game that you actually move around in
I can't see that working as block, I've just spent a lot of time working on object recognition/following using the colour blocks and the webcam. I have a lot of code and not much progress to show for it, so I can't see it becoming a block
@PF, You are really excited about that vacation, huh?
Offline
sparks wrote:
GP1 wrote:
I wonder if there is a way to make this block for panther.
http://i54.tinypic.com/x3za02.gif
These would be handy for a game that you actually move around inI can't see that working as block, I've just spent a lot of time working on object recognition/following using the colour blocks and the webcam. I have a lot of code and not much progress to show for it, so I can't see it becoming a block
@PF, You are really excited about that vacation, huh?
Oh, you mean Pecola?
Offline
sparks wrote:
GP1 wrote:
I wonder if there is a way to make this block for panther.
http://i54.tinypic.com/x3za02.gif
These would be handy for a game that you actually move around inI can't see that working as block, I've just spent a lot of time working on object recognition/following using the colour blocks and the webcam. I have a lot of code and not much progress to show for it, so I can't see it becoming a block
@PF, You are really excited about that vacation, huh?
LOL SECOND TIME ANYONE HAS CALLED ME PF! its Pecola1, not PF. Anyways, I am a bit exited, its a bit weird, I am in my cousin, cousin in law and second cousins house, but they are on vacation while I am on vacation at their house. XD They come back tonight.
Offline