# Actionscript question: Using gotoAndPlay for nested clips \[renamed\]

**URL:** https://forum.kirupa.com/t/actionscript-question-using-gotoandplay-for-nested-clips-renamed/89866
**Category:** flash
**Created:** [May 12, 2005, 8:03am UTC](https://forum.kirupa.com/t/actionscript-question-using-gotoandplay-for-nested-clips-renamed/89866 "2005-05-12T08:03:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Neolumi](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/neolumi/32/1306_2.png) [@Neolumi](https://forum.kirupa.com/u/Neolumi)
#### Post date: [May 12, 2005, 8:03am UTC](https://forum.kirupa.com/t/actionscript-question-using-gotoandplay-for-nested-clips-renamed/89866/1 "2005-05-12T08:03:04Z")

</div>

Hey,

I haven’t used flash for a while, since like 5. Anyways i want to change a movieclips frame, which is found in another movieclip (called picture). What would the MX code be for:

```auto
_root.picture.image.gotoAndStop(2);

```

Thanks 😃
