Make a global variable "SHOW"
When Show = 1, set sprite 1 visible
When Show not equal to 1, set sprite 1 invisible
When Show = 2, set sprite 2 visible
When Show not equal to 2, set sprite 2 invisible.
When left mouse clicked, increase show by 1
This is a simple way to do that.