Can we progressive change in opacity?

My students want to change progressively in opacity. Is that possible in coblocks? I am trying with variables but it is not working:(

Thanks

Hi @Feliponeti,

The disappearance can be implemented like this!
If you go from 0 to 100 with positive step, the object will slowly appear.
You can change step to make it smoother and wait block controls the speed.

Hope that helps

1 Like

Ohh Thanks a lot!! I didn’t realize about the time:)))