# Little problem with motion tween

**URL:** https://forum.kirupa.com/t/little-problem-with-motion-tween/290212
**Category:** flash
**Created:** [June 11, 2009, 10:12am UTC](https://forum.kirupa.com/t/little-problem-with-motion-tween/290212 "2009-06-11T10:12:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![antonio86](https://avatars.discourse-cdn.com/v4/letter/a/71c47a/32.png) [@antonio86](https://forum.kirupa.com/u/antonio86)
#### Post date: [June 11, 2009, 10:12am UTC](https://forum.kirupa.com/t/little-problem-with-motion-tween/290212/1 "2009-06-11T10:12:01Z")

</div>

hey, this is my problem,

i put my MovieClip on frame 1 than i put it on frame 60 and made motion tween between them. that works until i decided to positioning MovieClip at frame 1 with actionscript, i write this at frame one.

```auto

MovieClip._x = 0;
MovieClip._y = 0;

```

and won’t work, it just stands at this position (0,0)…  
i won’t my MC at frame 1 to be able positioning with actionscript…

sorry on my english:smirk:  
tnx
