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

#3051 2012-07-30 10:42:54

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: ITopic: Welcome to your local block library!

Greenatic wrote:

ftf841 wrote:

i'm going to use some of these blocks in My Mod!

Excellent!  Just make sure you give credit.   smile

I will!  smile


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

#3052 2012-08-08 11:05:19

stickdude123
Scratcher
Registered: 2010-05-31
Posts: 100+

Re: ITopic: Welcome to your local block library!

I have an idea:

Run file from path [ /:C ]
it basically runs a file from the path specified. it would be nice because i am making a minecraft launcher of my own.


http://internetometer.com/imagesmall/34259.png http://www.mediafire.com/convkey/418e/lkb7wmv2n2k73rz5g.jpg         http://blocks.scratchr.org/API.php?user=stickdude123&action=onlineStatus&type=square

Offline

 

#3053 2012-08-10 12:17:19

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

Re: ITopic: Welcome to your local block library!

You can remove the message about antidote on the first page. All the images work.


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

 

#3054 2012-08-10 13:28:25

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

Re: ITopic: Welcome to your local block library!

joefarebrother wrote:

You can remove the message about antidote on the first page. All the images work.

The moment we do, the images will stop working.  They're hosted on various websites, including non-approved ones.  The way the forums are set up, non-approved images get stripped after posts or edits, so if we edit to remove the message, we risk breaking the library.

Offline

 

#3055 2012-08-11 12:03:49

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: ITopic: Welcome to your local block library!

Would it be possible to connect wiimotes (Wii remotes) directly to scratch, instead of them having to go through glovepie first? I could pretty much make my own "Game System" that uses the wiimotes as controllers. It would be awesome! Would this be possible with simple custom panther blocks? All I would REALLY need are the buttons, and the IR sensor, but it would be even cooler if the nunchuk, and motion could be used, as well as the balance board, ect.

If that would be a little hard, maybe the same thing but for xbox controllers?


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#3056 2012-08-11 17:21:22

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: ITopic: Welcome to your local block library!

elfin8er wrote:

Would it be possible to connect wiimotes (Wii remotes) directly to scratch, instead of them having to go through glovepie first? I could pretty much make my own "Game System" that uses the wiimotes as controllers. It would be awesome! Would this be possible with simple custom panther blocks? All I would REALLY need are the buttons, and the IR sensor, but it would be even cooler if the nunchuk, and motion could be used, as well as the balance board, ect.

If that would be a little hard, maybe the same thing but for xbox controllers?

You would need primitives so its impossible with one block. In fact, one would make a new class. It IS possible, though.

Offline

 

#3057 2012-08-11 21:33:48

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: ITopic: Welcome to your local block library!

dreamod wrote:

elfin8er wrote:

Would it be possible to connect wiimotes (Wii remotes) directly to scratch, instead of them having to go through glovepie first? I could pretty much make my own "Game System" that uses the wiimotes as controllers. It would be awesome! Would this be possible with simple custom panther blocks? All I would REALLY need are the buttons, and the IR sensor, but it would be even cooler if the nunchuk, and motion could be used, as well as the balance board, ect.

If that would be a little hard, maybe the same thing but for xbox controllers?

You would need primitives so its impossible with one block. In fact, one would make a new class. It IS possible, though.

So could you do it?


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#3058 2012-08-12 10:19:06

dreamod
New Scratcher
Registered: 2012-01-22
Posts: 100+

Re: ITopic: Welcome to your local block library!

elfin8er wrote:

dreamod wrote:

elfin8er wrote:

Would it be possible to connect wiimotes (Wii remotes) directly to scratch, instead of them having to go through glovepie first? I could pretty much make my own "Game System" that uses the wiimotes as controllers. It would be awesome! Would this be possible with simple custom panther blocks? All I would REALLY need are the buttons, and the IR sensor, but it would be even cooler if the nunchuk, and motion could be used, as well as the balance board, ect.

If that would be a little hard, maybe the same thing but for xbox controllers?

You would need primitives so its impossible with one block. In fact, one would make a new class. It IS possible, though.

So could you do it?

If I study primitives a lot. And seeing the source code for that "glovepie" application would help. Primitives are telling the Scratch application to execute some c code. Glovepie is probably written in c, so I could port the c code into scratch. I've never made a primitive though but I'll try.

Offline

 

#3059 2012-08-12 13:28:37

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: ITopic: Welcome to your local block library!

dreamod wrote:

elfin8er wrote:

dreamod wrote:


You would need primitives so its impossible with one block. In fact, one would make a new class. It IS possible, though.

So could you do it?

If I study primitives a lot. And seeing the source code for that "glovepie" application would help. Primitives are telling the Scratch application to execute some c code. Glovepie is probably written in c, so I could port the c code into scratch. I've never made a primitive though but I'll try.

Awesome! Let me know what you come up with!


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#3060 2012-08-12 17:52:09

ComputerProgrammer
Scratcher
Registered: 2008-08-25
Posts: 100+

Re: ITopic: Welcome to your local block library!

Here are some 2D array blocks for BYOB:

http://oi50.tinypic.com/24mt2du.jpg
http://oi48.tinypic.com/2ibi0xk.jpg
http://oi48.tinypic.com/34gofbl.jpg
http://oi49.tinypic.com/an0k7t.jpg


What do scratch blocks and oak trees have in common? Click here to find out!

Offline

 

#3061 2012-08-12 21:20:59

coolhogs
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: ITopic: Welcome to your local block library!

Um, I need a block that has all of the colors in the grid of Panther.

(Rainbow, in panther.)


Get ready for domination of:  tongue

Offline

 

#3062 2012-08-13 10:43:02

heat33330
New Scratcher
Registered: 2012-06-17
Posts: 16

Re: ITopic: Welcome to your local block library!

How do you add a new block to scratch?

Offline

 

#3063 2012-08-13 11:17:57

ComputerProgrammer
Scratcher
Registered: 2008-08-25
Posts: 100+

Re: ITopic: Welcome to your local block library!

heat33330 wrote:

How do you add a new block to scratch?

See here.


What do scratch blocks and oak trees have in common? Click here to find out!

Offline

 

#3064 2012-08-13 16:14:38

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

Re: ITopic: Welcome to your local block library!

coolhogs wrote:

Um, I need a block that has all of the colors in the grid of Panther.

(Rainbow, in panther.)

What do you mean?  A |random color| block?

Offline

 

#3065 2012-08-13 16:39:24

coolhogs
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: ITopic: Welcome to your local block library!

Yeah.


Get ready for domination of:  tongue

Offline

 

#3066 2012-08-13 17:03:34

heat33330
New Scratcher
Registered: 2012-06-17
Posts: 16

Re: ITopic: Welcome to your local block library!

ComputerProgrammer wrote:

heat33330 wrote:

How do you add a new block to scratch?

See here.

Thanks!

Offline

 

#3067 2012-08-13 17:07:10

heat33330
New Scratcher
Registered: 2012-06-17
Posts: 16

Re: ITopic: Welcome to your local block library!

heat33330 wrote:

ComputerProgrammer wrote:

heat33330 wrote:

How do you add a new block to scratch?

See here.

Thanks!

Actually that doesn't help.

Offline

 

#3068 2012-08-16 06:02:06

webdesigner97
Scratcher
Registered: 2011-08-04
Posts: 100+

Re: ITopic: Welcome to your local block library!

Dear BlockLib team,
the german Scratch-Wiki became bigger and we wrote an article about your Block Library. While brosing through different sources (e.g. the us-wiki and this forum thread) we wondered why the website isn't finished after 1 year of development. Can you explain us why?

Last edited by webdesigner97 (2012-08-16 06:03:29)


Besuche meinen Blog: SoftNetBlog

Offline

 

#3069 2012-08-16 15:08:36

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

Re: ITopic: Welcome to your local block library!

@coolhogs: I won't have access to Scratch for several days--if you can wait, I'll make it when I get a chance.

@webdesigner97: sparks is in charge of most of the website development.  He can probably give you the best answer.

@heat33330: How much Scratch-modding experience do you have?  Is anything in particular confusing you?

Last edited by Greenatic (2012-08-16 15:10:45)

Offline

 

#3070 2012-08-19 17:35:12

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

Re: ITopic: Welcome to your local block library!

I was working on a |random color| block, but I found an easy workaround.   tongue

random color
g

Code:

^ Color random

Offline

 

#3071 2012-08-20 08:51:01

sonicgames20
Scratcher
Registered: 2012-06-13
Posts: 100+

Re: ITopic: Welcome to your local block library!

I'm using these in my mod and can I become a libarian?


if there is no I in TEAM and there  is no U in TEAM then who's on the team?
I am-http://blocks.scratchr.org/API.php?user=sonicgames20&action=onlineStatus&type=square-green=online grey=offline

Offline

 

#3072 2012-08-20 12:52:07

ComputerProgrammer
Scratcher
Registered: 2008-08-25
Posts: 100+

Re: ITopic: Welcome to your local block library!

heat33330 wrote:

heat33330 wrote:

ComputerProgrammer wrote:

See here.

Thanks!

Actually that doesn't help.

That is the official tutorial link provided by the Block Library.  hmm


What do scratch blocks and oak trees have in common? Click here to find out!

Offline

 

#3073 2012-08-20 15:55:56

lallaway12
Scratcher
Registered: 2012-01-04
Posts: 500+

Re: ITopic: Welcome to your local block library!

Can I have the code for a save to ()


http://i49.tinypic.com/2re4ied.png

Offline

 

#3074 2012-08-20 17:12:21

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

Re: ITopic: Welcome to your local block library!

lallaway12 wrote:

Can I have the code for a save to ()

Do you mean saving the project?

sonicgames20 wrote:

I'm using these in my mod and can I become a libarian?

I don't believe we're hiring any more librarians at the moment.  Sorry.

Last edited by Greenatic (2012-08-20 17:12:55)

Offline

 

#3075 2012-08-20 22:42:00

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: ITopic: Welcome to your local block library!

Block request for Panther: [costume1] contains [costume2]

This would search for costume2 within costume1, and return true or false.  There could also be position blocks for where that is in the sprite.  Maybe this would be to complicated for you?

Last edited by LiquidMetal (2012-08-20 22:44:53)

Offline

 

Board footer