Visable?
Hello!! I want this actor not be visible for 5 seconds actor you start the level & after 5 seconds I want it to be visible. So what I did was unchecked visible and said in a rule after 5 seconds change attribute visible to true but it didnt work. Can someone help me?
Comments
you can't adjust the visible attribute during runtime. Instead you want to change the alpha value from 0 (invisible) to 1 (visible)
@jonmulcahy I never thought about thanks