September 20, 201213 yr Ok I have a problem trying to use 2 MAKE_SPRITE images over each other with each having a mask. Im making a HUD and the problem is with my attitude card and my horizon line which goes over the attitude card. One is always blocked by the other no matter which order I list them in. They both use the same exact mask image, but each MAKE_SPRITE image of course has its own mask, Is there a way to have both images use only one mask so the masks dont overlap each other and block the other one out? Thanks, Chris
September 20, 201213 yr Author Figured it out! Had IMAGE_CONTAINS_MASK listed in the draw flags when I didnt need one. Chris
September 20, 201213 yr Moderator Thanks for coming back to report your success, and what the proximate cause was... B) Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
September 21, 201213 yr Author Got overjoyed to quickly! The images show up as the are supposed too statically, but moving they are jumpy and disappear and reappear repeatedly. Not sure why.
September 24, 201213 yr Author Ok, so apparently you cannot stack images with masks over each other and put them in the same element header. they must each have a seperate element header. Works good now!
Create an account or sign in to comment