how to make navigable screenshots in wix editor corvid

currently on wix making a site and want to make images over another
What i desire
a single image on which i can place buttons so that when i press the button accordingly another image is shown and another sets of buttons get enabled and the older ones disabled also as there are 40 images so shorter way is better way
40 images per post and and 10s of posts

i tried doing it using
button click
$w(“#myElement”).show(“fade”);

Hey!

This can be a great help for you:
https://support.wix.com/en/article/corvid-tutorial-adding-custom-interactivity-with-events
https://support.wix.com/en/article/corvid-reacting-to-user-actions-using-events
https://www.wix.com/corvid/feature/custom-interactions

These are step by step guides so they can help you with understanding the general functionality.

For your case you indeed need to use show and hide and also disable and enable (for buttons).

If you have multiple elements, you can select them not only by ID, but also by type:

https://www.wix.com/corvid/reference/$w.html#$w