# Storing masked image \[myBitmap.mask = mc\_masker;\]

**URL:** https://forum.kirupa.com/t/storing-masked-image-mybitmap-mask-mc-masker/264587
**Category:** Uncategorized
**Created:** [June 27, 2008, 3:05pm UTC](https://forum.kirupa.com/t/storing-masked-image-mybitmap-mask-mc-masker/264587 "2008-06-27T15:05:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![antigirl](https://avatars.discourse-cdn.com/v4/letter/a/dbc845/32.png) [@antigirl](https://forum.kirupa.com/u/antigirl)
#### Post date: [June 27, 2008, 3:05pm UTC](https://forum.kirupa.com/t/storing-masked-image-mybitmap-mask-mc-masker/264587/1 "2008-06-27T15:05:47Z")

</div>

WHAT CAN i save this [myBitmap.mask = mc\_masker;]

in ? ive tried drawing it as a bitmapData and saving it into a bitmap but it doesnt work

i need to store it somewhere !!!1

its wrecking my head !

---

<div class="post-metadata">

### Author: ![antigirl](https://avatars.discourse-cdn.com/v4/letter/a/dbc845/32.png) [@antigirl](https://forum.kirupa.com/u/antigirl)
#### Post date: [June 28, 2008, 1:04pm UTC](https://forum.kirupa.com/t/storing-masked-image-mybitmap-mask-mc-masker/264587/2 "2008-06-28T13:04:41Z")

</div>

[quote=antigirl;2350211]WHAT CAN i save this [myBitmap.mask = mc\_masker;]

in ? ive tried drawing it as a bitmapData and saving it into a bitmap but it doesnt work

i need to store it somewhere !!!1

its wrecking my head ![/quote]  
any1

---

<div class="post-metadata">

### Author: ![antigirl](https://avatars.discourse-cdn.com/v4/letter/a/dbc845/32.png) [@antigirl](https://forum.kirupa.com/u/antigirl)
#### Post date: [June 29, 2008, 1:44pm UTC](https://forum.kirupa.com/t/storing-masked-image-mybitmap-mask-mc-masker/264587/3 "2008-06-29T13:44:25Z")

</div>

bump

---

<div class="post-metadata">

### Author: ![sekasi](https://avatars.discourse-cdn.com/v4/letter/s/5f8ce5/32.png) [@sekasi](https://forum.kirupa.com/u/sekasi)
#### Post date: [June 29, 2008, 2:31pm UTC](https://forum.kirupa.com/t/storing-masked-image-mybitmap-mask-mc-masker/264587/4 "2008-06-29T14:31:31Z")

</div>

I don’t see what the problem is. bitmapdata.draw() will capture the mask as long as you draw the parent of the mask/bitmap clip.

I just tried it, works fine.
