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

#1 2011-08-23 16:39:25

samtwheels
Scratcher
Registered: 2011-03-20
Posts: 1000+

mesh blocks!

I just figured out how to make mesh blocks for my mod, webber. I'm going to share the codes!

Host mesh:
hostMesh
    | t1 |
    t1 _ self ownerThatIsA: ScratchFrameMorph.
    t1 startHostingScratchSession

Join mesh:
joinMesh
    | t1 |
    t1 _ self ownerThatIsA: ScratchFrameMorph.
    t1 joinScratchSession

Quit mesh:
quitMesh
    | t1 |
    t1 _ self ownerThatIsA: ScratchFrameMorph.
    t1 exitScratchSession


Just remember, give credit. A lot of people wanted this in scratch.

Offline

 

#2 2011-08-23 17:27:53

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

Re: mesh blocks!

a lot of people discovered this already  tongue


the the the the the

Offline

 

#3 2011-08-26 16:31:05

samtwheels
Scratcher
Registered: 2011-03-20
Posts: 1000+

Re: mesh blocks!

jslomba wrote:

a lot of people discovered this already  tongue

hmm. I couldn't find any in the forums.

Offline

 

#4 2011-08-27 08:17:47

whizzer
Scratcher
Registered: 2008-05-27
Posts: 500+

Re: mesh blocks!

samtwheels wrote:

jslomba wrote:

a lot of people discovered this already  tongue

hmm. I couldn't find any in the forums.

*facepalm*
Have you tried downloading other mods?

Last edited by whizzer (2011-08-27 08:18:05)


http://i46.tinypic.com/33df6me.png I'm whizzer0 for all things Minecraft.

Offline

 

#5 2011-08-27 11:50:03

samtwheels
Scratcher
Registered: 2011-03-20
Posts: 1000+

Re: mesh blocks!

whizzer wrote:

samtwheels wrote:

jslomba wrote:

a lot of people discovered this already  tongue

hmm. I couldn't find any in the forums.

*facepalm*
Have you tried downloading other mods?

I haven't seen it online. It isn't on the main page of the block library. I wanted it to be easier to get.

Offline

 

#6 2011-10-17 16:48:06

Bklecka
Scratcher
Registered: 2011-08-27
Posts: 1000+

Re: mesh blocks!

what are the blockspecs?


http://i48.tinypic.com/106ijc9.jpg

Offline

 

Board footer