joshstrike
joshstrike

Reputation: 1823

Why would scaleform combine masks on separate movieclips into one?

I'm working on a project using scaleform gfx 3.3. On a 3Di layer, a bunch of different movieclips are created. Some of them have masks. What appears to happen is that all the masks are combined into a single alpha channel. Each component masks properly when they aren't overlapping, but when they are, they share the mask space of the larger component.

Is there a way to force scaleform to respect their masks individually?

Upvotes: 1

Views: 510

Answers (1)

Matthew Doyle
Matthew Doyle

Reputation: 56

Have you tried moving the movie clips to separate layers and retesting? FYI, masking support was greatly improved in Scaleform 4. Is there some reason you're still on 3.3.?

Upvotes: 2

Related Questions