Problem with toggle reset

Please see attached file.
it is all working fine, except when I use the reset button it doesn’t return to the start.
How can I solve this?

test toggle reset.hype.zip (45.3 KB)

may be

case btns[4]:



    $(".text1, .text2, .text3, .text4").removeClass("red");
  

        $(".circle1, .circle2, .circle3, .circle4").show();

toggle means removing something when already there or adding if not there …

1 Like

Not maybe, but that’s it!
Thank you Hans-Gerd.