A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: how to dynamically remove mask?

  1. #1
    Member
    Join Date
    Apr 2006
    Posts
    37

    how to dynamically remove mask?

    I can setMask but how do I remove the mask without removing the whole masking movie clip?

  2. #2
    Senior Member dudeqwerty's Avatar
    Join Date
    Mar 2005
    Location
    Bosnia
    Posts
    1,626
    Code:
    clip.setMask(null);
    New sig soon

  3. #3
    Member
    Join Date
    Apr 2006
    Posts
    37
    thanks dudeqwerty!

  4. #4
    Senior Member dudeqwerty's Avatar
    Join Date
    Mar 2005
    Location
    Bosnia
    Posts
    1,626
    glad to help
    New sig soon

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center