Discuss Scratch

Trogl
Scratcher
2 posts

how to make two clones to know each other?

Hi!
I need to clone two different sprites for several times, and I need each pair of ones to know each other, for example get coordinates from another one.
is it possible to do with scratch ?
scubajerry
Scratcher
1000+ posts

how to make two clones to know each other?

You have to do it yourself by giving each clone a unique number and storing its X and Y values in a list based on that unique number. You can see a lot of that going on in here.

You can see more complexity in here

Last edited by scubajerry (Dec. 29, 2013 14:54:28)

Trogl
Scratcher
2 posts

how to make two clones to know each other?

Thanks! Now I got it.

Powered by DjangoBB