How Do I Make It So Its Like:
"Hi"
"Hello"
"How Are You?"
"Good"
_________
Like, One Talks First, Then The Other?
Please Tell Me!
Offline
You can synchronize sprites in two ways.
1) by broadcasting messages. After each character says something, it broadcasts a message that triggers a script in the other sprite.
2) by timing both sprites' actions from a single message that both sprites start at the same time using wait blocks and "say [] for () seconds".
A lot of people find message synchronization good for starting big blocks (like a scene of a play) or when the synchronization depends on some action (like one sprite touching another). They use time synchronization for quick back-and-forth dialogs.
Offline
I Dont Know HOW To Broadcast Things...Heh.
Offline
I Tried To Broadcast, But it never came up???
Offline
One script includes "broadcast xx and wait" the other starts with "When I receive xx".
The second one starts right after the first one reaches the broadcast block.
Offline
Ok, Thank You!
I'll Work On The Prohect Tommorow!
))))
Offline