Quote:
Originally Posted by DeCeaseD
That's the code i'm using to display the actor, I can see it fine but the alpha won't change like I want it to. I'm using findImg( 300 ).alpha = this.menu_alpha; Any idea why it won't fade with the menu? :x
|
this.menu_alpha is most likely 0/NULL in the context/scope of the findimg.
thiso.menu_alpha is what you're aiming for.