# \_level problem

**URL:** https://forum.kirupa.com/t/-level-problem/281639
**Category:** Uncategorized
**Created:** [February 11, 2009, 4:38pm UTC](https://forum.kirupa.com/t/-level-problem/281639 "2009-02-11T16:38:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mmatzen](https://avatars.discourse-cdn.com/v4/letter/m/b9e5f3/32.png) [@mmatzen](https://forum.kirupa.com/u/mmatzen)
#### Post date: [February 11, 2009, 4:38pm UTC](https://forum.kirupa.com/t/-level-problem/281639/1 "2009-02-11T16:38:50Z")

</div>

Hi,  
I have a exported mc with an instance name of Car\_3d\_container and i attach the clip and load it to level1. now i want to refer to its timeline, my understanding is that it would be somthing like \_level1.Car\_3d\_container.gotoAndPlay(2); but its not working.

Can anyone help?

# Thank you in advance

PS here is how im attaching the clip

```auto
this.attachMovie("Car_3d_container","Car_3d_container",1());

```
