View Single Post
08-15-19, 12:47 PM   #2
pas06
A Theradrim Guardian
Join Date: Apr 2009
Posts: 62
You could fix this by using a boolean variable for show/hide. set the value to true OnEnter and to false OnLeave. In your function in which you set the alpha value you check this variable and only set alpha to 0 if the value is false.

Last edited by pas06 : 08-15-19 at 01:41 PM.
  Reply With Quote