Thanks mate,
its working fine,
very clever one:
if(timeToFrames(time)%8<4)
i would have done this in this way:
if(timeToFrames(time)%4==0)
and would forget, that than the first frame (time= 0) woul also give true back
For me its done . Next i will try to change the Modulus Value, so that the time between the switches are getting closer and closer 😉
Thank you again so much for your help, and insane fast replies!