Quote:
Originally Posted by fowlplay4
this.menu_alpha is most likely 0/NULL in the context/scope of the findimg.
thiso.menu_alpha is what you're aiming for.
|
I've actually already tried using thiso. But it's not the problem. I've found that you only need to use thiso. in context with findimg when you're setting something within the original 'with (findImg( index ) )', otherwise you can normally use this. by setting whatever findImg( index ).part = whatever;
Any ideas as to what else the problem could be?