I'm trying to create an animation to explain the TCP 3-way handshake with Packet
sprites travelling between two servers.
I have two instances of a sprite called Server
.
They have instance variables Name
which is set to "Alice"
for one and "Bob"
for the other.
I need to generate a Packet
sprite at the Alice that travels to the Bob server.
How do I reference a specific instance in order to get its coordinates?