# Certain x, y dont work

**URL:** https://forum.kirupa.com/t/certain-x-y-dont-work/129906
**Category:** Uncategorized
**Created:** [November 29, 2004, 9:38pm UTC](https://forum.kirupa.com/t/certain-x-y-dont-work/129906 "2004-11-29T21:38:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JoMan](https://avatars.discourse-cdn.com/v4/letter/j/2bfe46/32.png) [@JoMan](https://forum.kirupa.com/u/JoMan)
#### Post date: [November 29, 2004, 9:38pm UTC](https://forum.kirupa.com/t/certain-x-y-dont-work/129906/1 "2004-11-29T21:38:48Z")

</div>

Hi,

I have a problem regarding the x, and y coordinates on a flash project of mine. Whenever I set the x and y coordinates for a movieClip:

```auto

function setPos() {
    with (mc1) {
        _x = 400;
        _y = 300;
    }
}
 

```

The MovieClip never gets sent to the proper coordinates. If anyone could help me, that would be great. Thanks.

Sincerely,

-Joman.
