Maskenverlauf in Flash


/ Published in: ActionScript 3
Save to your folder(s)

So ist es möglich einen Maskenverlauf zu erstellen.


Copy this code and paste it in your HTML
  1. bg_mc.cacheAsBitmap = true;
  2. maske.cacheAsBitmap = true;
  3. bg_mc.mask = maske;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.