Loading dynamic text/images into different scenes

Trying to create an interactive map. Here is what I’m working with.

2 Sceens

Sceen 1 contains 16 different buttons(regions).

Sceen 2 contains 4 boxes for information(2 for images, 2 for text).

Lets say you click on button 1 on scene 1. There is a small transition effect until layer 60 on scene 2. At layer 60 on scene 2 is where the info on button 1 (2 images and 2 text boxes) needs to be loaded.

How would you determine which button on scene 1 was clicked so that at layer 60 on scene 2 you could load the correct information?

Also, how do you load content into a specific frame?

ThAnKs