Use Checkbox to control the visibility of a layer after a certain time
Hey,
I'm useing the checkbox to control the visibility of a layer by using the expression in my project. The expression is below:
if(comp("WAR_MASTER").layer("PLAYER_IMAGE_NUMBER_CTRL").effect("CHECK IF USE TWO IMAGES")("Checkbox")==1) 0 else 100
It worked well, and I just wonder whether it is possbile to make the opacity of this layer change only after a certain time (says after 1 sec) once I clickthe Checkbox?
Thanks very much.
