I've Recently Started Using Python with the Scratch Connection Site.
I've Download Python, I have The Latest Version of Scratch....
But I Need Help!!!!
Does Any One know a Simple Guide That Can Teach me How to Use Python and Scratch to Create a Multiplayer Online Chat Game.
I'm Programmed the Whole Game, I just need Some Help With Making a Certain Variable Change Each Time the Green Flag is Pressed, but the valuale needs o be the same number for all 5 (Max) People Playing.
Please Help!!!!
Offline
You might find Chalkmarrow's Snyff utility helpful here
http://scratch.mit.edu/forums/viewtopic.php?id=15445
As for having a new number appear every time the green flag is clicked (but the same for each player), it seems to me that if you just had a stored list of numbers and a counter that was incremented but not reset by the Green Flag you could make that happen pretty easily. You would still need a way to reset the counter so every player was starting with the same number, probably a button or a key.
Offline
I tried to make a chat but it didn't work out too well... I still need to learn how to change Variables in Scratch from Python. (Python: Change Variable [var] to [num] and Scratch doesn't do a thing if that makes more sense.)
Offline
Paddle2See wrote:
You might find Chalkmarrow's Snyff utility helpful here
http://scratch.mit.edu/forums/viewtopic.php?id=15445
As for having a new number appear every time the green flag is clicked (but the same for each player), it seems to me that if you just had a stored list of numbers and a counter that was incremented but not reset by the Green Flag you could make that happen pretty easily. You would still need a way to reset the counter so every player was starting with the same number, probably a button or a key.
Thanx For Your Help!
Offline
Magnie wrote:
I tried to make a chat but it didn't work out too well... I still need to learn how to change Variables in Scratch from Python. (Python: Change Variable [var] to [num] and Scratch doesn't do a thing if that makes more sense.)
So It Didn't Work?
Offline
Nope sadly.
But I do have a Scratch Messenger. You can send private messages if you know the scratchers IP.
Offline