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
jslomba wrote:
a lot of people discovered this already
![]()
hmm. I couldn't find any in the forums.
Offline
samtwheels wrote:
jslomba wrote:
a lot of people discovered this already
![]()
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)
Offline
whizzer wrote:
samtwheels wrote:
jslomba wrote:
a lot of people discovered this already
![]()
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