Mesh is something I haven't worked out completely either, but this helped me a lot.
Offline
Programming a project that uses Mesh features is very similar to programing a normal project - the only difference is that you get Mesh features. Really, it's not very different.
I'll try and give an example. Let's say that you want to make a two-player game (which you do want, right?)...
What you would do without Mesh: You would have one player use the arrow keys and the second player use the WASD keys. When you push one of the keys, something happens.
What you would do with Mesh: Both players would use the arrow keys. When one person pushes one of their keys, their Scratch program will do something - and it will broadcast something to make the other person's Scratch program do the same thing.
Understand?
Last edited by Jonathanpb (2010-03-14 00:21:48)
Offline