# Path problem?

**URL:** https://forum.kirupa.com/t/path-problem/156456
**Category:** Uncategorized
**Created:** [July 25, 2005, 10:35pm UTC](https://forum.kirupa.com/t/path-problem/156456 "2005-07-25T22:35:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lipton](https://avatars.discourse-cdn.com/v4/letter/l/c67d28/32.png) [@lipton](https://forum.kirupa.com/u/lipton)
#### Post date: [July 25, 2005, 10:35pm UTC](https://forum.kirupa.com/t/path-problem/156456/1 "2005-07-25T22:35:32Z")

</div>

hi all, new here and have a quick question–sorry about the pseudo code

i want to draw a line between the x,y axis of two seperate movie clips–something like

moveTo(movieClip1.\_x, movieClip1.\_y)

lineTo(movieClip2.\_x, movieClip2.\_y)

i am using this code in movieClip1

the line starts at the first movieclip as intended–but, I can’t seem to get the line to connect to the second movie clips x,y…almost positive its a path issue, but I am a beginer so you never know!

thanks for the help
