Copy link to clipboard
Copied
Hi all!
Task: simulate a snow plow removing snow from a street
Layer-/Instance-Concept:
Like this "Road" (lowest layer) is covered by snow except where the plow has already been.
See .fla-file ( https://drive.google.com/file/d/12l52lb-Uvv8SQt5sr6iP8JKcGuZoJZwi/view?usp=drive_link ) to understand better. 🙂
The fun part:
Even funnier:
My setup:
My questions:
Thanks to all who can help to solve this!
P.S.: How shall I document an Animate issue if I can't upload an .fla-file here? 😮
Your mask is a symbol with multiple layers inside. Only the bottomost layer inside the symbol will be used as the actual mask, the rest will be ignored, same goes for object drawings and groups, this is a known behavior.
The way to solve this is to either flatten everything inside the mask symbol leaving nothing but raw shapes OR nest everything in it into a new symbol and change the blend mode to "Layer" (see example video below).
PS: The reason you see different results from image sequence
...Copy link to clipboard
Copied
do you have any code affecting the mask?
Copy link to clipboard
Copied
Your mask is a symbol with multiple layers inside. Only the bottomost layer inside the symbol will be used as the actual mask, the rest will be ignored, same goes for object drawings and groups, this is a known behavior.
The way to solve this is to either flatten everything inside the mask symbol leaving nothing but raw shapes OR nest everything in it into a new symbol and change the blend mode to "Layer" (see example video below).
PS: The reason you see different results from image sequences as opposed to swf/video/html5 output is because sequences are recorded directly from what's visible on the stage while a swf/video needs to compile everything first.
Copy link to clipboard
Copied
change the blend mode to "Layer" => clean and easy .... when you know it! 🙂
Thanks a lot, Mario_CR!
Copy link to clipboard
Copied
You're welcome 🙂