# Problem with 3d, vanishing point?

**URL:** https://forum.kirupa.com/t/problem-with-3d-vanishing-point/285388
**Category:** Uncategorized
**Created:** [March 31, 2009, 8:28am UTC](https://forum.kirupa.com/t/problem-with-3d-vanishing-point/285388 "2009-03-31T08:28:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![RossKidd](https://avatars.discourse-cdn.com/v4/letter/r/53a042/32.png) [@RossKidd](https://forum.kirupa.com/u/RossKidd)
#### Post date: [March 31, 2009, 8:28am UTC](https://forum.kirupa.com/t/problem-with-3d-vanishing-point/285388/1 "2009-03-31T08:28:21Z")

</div>

Hi,

I am having a first attempt at creating a 3d movie. I have decided to give the 3d features in FP10 a go, even though I have heard there are problems with it.

I put my array of movieClips on the stage with this code

```
tempClip.x = 100;
tempClip.y = 100;
tempClip.z = i *50;

```

itterating through and bringing them forward in the z-axis. I get the effect in the screenshot attached. This is not what I expected as I can see the images behind the image at the front.

How do I sort this with actionscript 3? Is this due to perspective or vanishing point?
