Hello kache,
you say that you have already some code. so let’s work with it.
Show your code and then we will see what to do with it and where is the error.
Ok, just forget it
, here the code and an easy example…
import wixLocation from 'wix-location';
var clickCounter
$w.onReady(function () {clickCounter = 0});
export function button1_click(event) {
clickCounter=clickCounter+1
if (clickCounter>0) {$w('#vector1').show()}
if (clickCounter>1) {$w('#vector2').show()}
if (clickCounter>2) {$w('#vector3').show()}
if (clickCounter>3) {hide_allSTARS(), wixLocation.to("https://www.google.de")}
$w("#TXT").text = clickCounter.toString()
}
function hide_allSTARS (parameter) {$w('#vector1').hide()}
Example here…
https://russian-dima.wixsite.com/meinewebsite/blank-26