Can someone tell me about making MMO games? I looked at a thread and I was wondering how you are supposed to make one on scratch. If you can't, its fine.
Offline
You can't at the moment, but when the next version of Scratch, 2.0, is released, you'll be able to, as you'll be able to have "cloud" variables. Cloud variables are basically variables that don't reset when you leave the page, and can be accessed by everyone.
Offline
oh -that's cool!
Offline
Yeah, but Cloud variables are very insecure as they are not censored. Also, cloud variables update every two seconds so you would need to wait to see your friend move.
Thanks for asking the question though!
Last edited by ImagineIt (2012-06-16 09:49:37)
Offline
thats one thing that they need to update next time!
Offline
ImagineIt wrote:
Yeah, but Cloud variables are very insecure as they are not censored. Also, cloud variables update every two seconds so you would need to wait to see your friend move.
Thanks for asking the question though!
How do you know they won't be censored? I'd imagine they will be, and they just hadn't got round to it in the prototype.
Offline
you CAN make an MMOG with 1.4 just find a mesh tutorial on scratch. then host and have somebody connect to you then sombody conects to them and so on...
when gf clicked say [yay! we can make an mmog!] for (2) secs
Offline
j1103 wrote:
you CAN make an MMOG with 1.4 just find a mesh tutorial on scratch. then host and have somebody connect to you then sombody conects to them and so on...
when gf clicked say [yay! we can make an mmog!] for (2) secs
Getting mesh to work is one thing, but getting the actual program to work is another. You would need to set up a server, scripted in something like Python.
Offline