Maelstrom BlenMode still working
Thursday, July 28th, 2005If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
There were some surprised people what’s wrong with new version of Flash 8 beta player 8.0.0.447, because blendMode function stop working. There is nothing wrong, just another way of setting blendNode to movieclip:
Instead of
mc.blendMode = MovieClip.BlendModeType.ADD;
now use
mc.blendMode = “add”;
[via Forum: Share your experiments]
Enjoy.






1 Trackbacks/Pingbacks
3 Comments
Dominick
• Visit Site
July 29th, 2005
You could have assigned the blendmode like that in the previous release as well, but common practice would be to have a static field holding the value. I’m sure they removed that static field to increase performance. One less lookup!
Pablo
• Visit Site
July 29th, 2005
The TextField’s antiAliasType property now works in the same way:
myTextField.antiAliasType = “normal”;
myTextField.antiAliasType = “advanced”;
luchyx
• Visit Site
August 3rd, 2005
Blend Mode on Videos
http://cablemodem.fibertel.com.ar/riaevolution/
Live Preview
Leave a comment