# Movieclip to scene navigation?

**URL:** https://forum.kirupa.com/t/movieclip-to-scene-navigation/92191
**Category:** Uncategorized
**Created:** [October 14, 2003, 10:35am UTC](https://forum.kirupa.com/t/movieclip-to-scene-navigation/92191 "2003-10-14T10:35:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![p\_due18](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/p_due18/32/347_2.png) [@p\_due18](https://forum.kirupa.com/u/p_due18)
#### Post date: [October 14, 2003, 10:35am UTC](https://forum.kirupa.com/t/movieclip-to-scene-navigation/92191/1 "2003-10-14T10:35:59Z")

</div>

Hi guys I’ve been trying to get these buttons to work from within a movieclip in scene one to goto scene 2, i thought it was simple but can’t get it to work, help.  
I’ve been using code:

on (release)  
{  
\_level0.gotoAndStop(“scene2”,1);  
}
