Page 1 of 1

Transparency won't work on iPhone/iPad

PostPosted: Thu May 10, 2012 2:48 am
by phyzix5761
I have an actor that doesn't want to disappear with transparency or a transparent animation when being played on iphone and ipad. It works perfectly fine in GE computer version but not on iphone. Any ideas why? Any workarounds?

Re: Transparency won't work on iPhone/iPad

PostPosted: Thu May 10, 2012 5:04 am
by skydereign
This is likely due to the transparency problem many users have reported. If you want to make an actor disappear, use VisibilityState, that should work to completely disable the appearance (set it to DONT_DRAW_ONLY I believe).

Re: Transparency won't work on iPhone/iPad

PostPosted: Thu May 10, 2012 1:30 pm
by phyzix5761
Thank you.