But if it's just for visual purpose you can use invisible to make it disappear and appear again within a time specified by setting the alpha attribute to either 0 or 1. I guess you are talking abt a door or some sort right.
or if you need it moved out the way as well, have a rule to change it's x and y position to be -100,-100. This will move it off screen instantly, then have a rule to put it back to it's original position after however long you want.
Comments