[Question][Perspective] What variable changes in a Carousel when a Carousel item is clicked?

<Note: edited the title of the thread to clarify the original question (removed the word 'view', clarified where i am looking for the variable in question.)>

You technically haven’t changed anything about the carousel - it currently is displaying activePane = 0 even after your click.

Correct. activePane tracks which 'dot' you are on (blue, at the bottom of the screen). I cannot find how the yellow box knows to draw itself around carousel.views[1].

I took Paul Griffith's Cards.proj (which you should be able to download from the post linked above) and manipulated it to make a better screenshot.

Landing.json (2.0 KB)

Paul's project: Landing has a Carousel. Landing's Carousel loads Page for each Carousel item, which contains a Flex Repeater. Page's Flex Repeater loads Card for each repeat. Card contains a Tank and Label.

Please let me know what further clarifications I can make.