# Playable area

**URL:** https://forum.kirupa.com/t/playable-area/1076
**Category:** flash
**Created:** [August 8, 2002, 12:04am UTC](https://forum.kirupa.com/t/playable-area/1076 "2002-08-08T00:04:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![taskhill](https://avatars.discourse-cdn.com/v4/letter/t/76d3ee/32.png) [@taskhill](https://forum.kirupa.com/u/taskhill)
#### Post date: [August 8, 2002, 12:04am UTC](https://forum.kirupa.com/t/playable-area/1076/1 "2002-08-08T00:04:23Z")

</div>

Hello all.

I am trying to figue out how to make a movie play in certain boundries of the screen. Like the one at [www.phong.com](http://www.phong.com) where the balls, and movie only plays inside the black area. How is this done?

Any help is greatly appreciated.  
Task

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 8, 2002, 1:36am UTC](https://forum.kirupa.com/t/playable-area/1076/2 "2002-08-08T01:36:21Z")

</div>

Hey taskhill,  
That is basically a mask. A mask is when portions of your movie are confined to the size of your “mask” object. For an example of a mask, visit the following URL: [http://www.kirupa.com/developer/flash5/masking.asp](http://www.kirupa.com/developer/flash5/masking.asp)

That should help you out.

Cheers!  
Kirupa :rambo:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 8, 2002, 1:40am UTC](https://forum.kirupa.com/t/playable-area/1076/3 "2002-08-08T01:40:52Z")

</div>

looks like he/she used attachmovie clip or loadmovie and used globalcoordinates for the movie.

mymovie.\_x =  
mymovie.\_y =

check out description of localtoglobal in your help file… it will show more. If you need extra help, let us know.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 8, 2002, 1:42am UTC](https://forum.kirupa.com/t/playable-area/1076/4 "2002-08-08T01:42:06Z")

</div>

um… yah, Kirupa… that too 🙂
