New to facer today

So i purchased the facer pro. I have three images on the bottom and I want to be able to press it and pulls up [hone or messages any help would be appreciated

Hi there and welcome to the community.

What I would do is set the opacity depending on the value of a variable.
Using 1 variable and every time you hit the place where the variable is, it would change to the next image.

Example for 3 images, increment variable1:

opacity image1: $(#VAR_1#%3)=0?100:0$
opacity image2: $(#VAR_1#%3)=1?100:0$
opacity image3: $(#VAR_1#%3)=2?100:0$