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.
Offline
You can remove the message about antidote on the first page. All the images work.
Offline
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
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?
Offline
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
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?
Offline
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
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!
Offline
Here are some 2D array blocks for BYOB:
Offline
heat33330 wrote:
How do you add a new block to scratch?
See here.
Offline
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
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)
Offline
@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
I was working on a |random color| block, but I found an easy workaround.
random color
g
^ Color random
Offline
I'm using these in my mod and can I become a libarian?
Offline
heat33330 wrote:
Actually that doesn't help.
That is the official tutorial link provided by the Block Library.
Offline
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
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