Can pressCount be used as a subscript in the graph layer?

I’m building an activity to help students see the relationship between scale factor and area. I built slide 6 before slide 4 and have the triangles nested one on top of each other. Then I started wondering if it would be more efficient to have students “generate” a new triangle by pressing an action button which could make a new polygon and point using a subscript with a variable (the button pressCount). Is this even possible?

Unfortunately you can’t assign values to a subscript like you described. Maybe someone else has a solution, but I don’t think there’s a way to efficiently create a bunch of polygons using the button while also being able to drag them. Graph

Good to know! Thanks for your response.