# Skipping Scenes using MC style buttons

**URL:** https://forum.kirupa.com/t/skipping-scenes-using-mc-style-buttons/154508
**Category:** flash
**Created:** [July 10, 2005, 5:08pm UTC](https://forum.kirupa.com/t/skipping-scenes-using-mc-style-buttons/154508 "2005-07-10T17:08:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ricardinho](https://avatars.discourse-cdn.com/v4/letter/r/278dde/32.png) [@Ricardinho](https://forum.kirupa.com/u/Ricardinho)
#### Post date: [July 10, 2005, 5:08pm UTC](https://forum.kirupa.com/t/skipping-scenes-using-mc-style-buttons/154508/1 "2005-07-10T17:08:12Z")

</div>

Ok ive got some Movieclips that i want to act as buttons. All they need to do is when pressed to skip my swf to another scene…

im using the actions…

on (release){  
gotoAndStop(“myscene”, 1);  
}

which works on buttons fine but not on a MC style buttons… ive tried \_root and also labeling my frames but nothing…

any ideas? … is it possible

ive attached an example for you to see what im talking about
