Maelstrom BlenMode still working

Štvrtok, Júl 28th, 2005

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.


tagged under:

ABOUT THIS AUTHOR

1 Trackbacks/Pingbacks

  1. Spätné upozorenie: IRAGINATION » Macromedia Studio 8 revelado on August 8, 2005

3 Comments


  1. Dominick
    Visit Site
    Júl 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!


  2. Pablo
    Visit Site
    Júl 29th, 2005

    The TextField’s antiAliasType property now works in the same way:

    myTextField.antiAliasType = “normal”;
    myTextField.antiAliasType = “advanced”;


  3. luchyx
    Visit Site
    August 3rd, 2005

Sorry, comments for this entry are closed at this time.

Images is enhanced with WordPress Lightbox JS by Zeo