<Allow( )In Group>
Offline
Are these suggestions for new Scratch blocks? I'm guessing yes - so I'll move it to Suggestions for you.
Offline
@Paddle2See Can You Create A Multiplayer Block?
Offline
CloneTrooper1019 wrote:
@Paddle2See Can You Create A Multiplayer Block?
Well, yes and no.
There is a feture in scratch called Mesh that allows you to connect 2 scratch programs together to play multiplayer, but it requires a lot of advanced scripting.
Learn more about mesh here: http://scratch.mit.edu/forums/viewtopic.php?id=32046
Also, you could go on that scratch wiki and look up mesh on it.
If you want mesh (multiplayer) blocks, you'll either have to code them yourself, or download a mod for it. (I think panther has it)
You can learn about and download panther (for free!) from http://pantherprogramming.weebly.com/
Last edited by G0D_M0D3 (2012-01-15 14:23:42)
Offline
how do you code your own block
Offline
slayerrobe7 wrote:
how do you code your own block
Squeak.
In panther, simply choose create a block.
In the scratch source code, shift-click file, select exit user. Mod, click the white, say open browser.
Then go to Scratch-Objects, Scriptable Scratch morph, class, block specs blockspecs, then input the spec.
Then go to instance and create a new method called by the blockspec.
Last edited by SJRCS_011 (2012-01-16 08:32:32)
Offline