Below is a rough(and inaccurate) plan of what I hope to achieve.
1. The card will open with only the large central circle showing.
2.When the circle is clicked, 3 lines stem out from the circle and at the end of these lines is a circle which is 3/4ths of the size of the first circle. And so on - Each time you click a circle, 3 more circles (each one 3/4ths the size of the one they stem from) appear. The lines will also get proportionally shorter.

Due to the potential number of lines and circles, I don't think that creating the entire expanded image first and then just hiding/showing parts as they are clicked is the best way to do this, surely there must be a repeat loop or something that can achieve this it is essentially doing the same thing with each click
I'm still new to Livecode/ coding/ programming so a point in the right direction would be greatly appreciated!
Thanks!