Showing/hiding with effect JS

Problem: Please see the uploaded project for the problem. Thanks.

ActivePresenter version: 10.1.1

OS: Win 11

showing-hiding object.approj (1.1 MB)

Notes:

How about something like this…?
I just disabled the text box and re-enabled it after a timeout of the same length the you ran the animation.

Also added a variable for a quick conditional check

showing-hiding object-modified.approj (1.1 MB)

2 Likes

Exellent, Greg, thank you.

I also added a mouse-event so that the user does not have to enter the square again to make the circle disappear.

I get your solution with the variable. Shouldn’t it be possible to do the same with accessing the scale of the circle object?

Best, Rolf

showing-hiding object-modified_2.approj (1.1 MB)