# Should be simple, but

**URL:** https://forum.kirupa.com/t/should-be-simple-but/169834
**Category:** Uncategorized
**Created:** [November 20, 2005, 1:37am UTC](https://forum.kirupa.com/t/should-be-simple-but/169834 "2005-11-20T01:37:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![conzago](https://avatars.discourse-cdn.com/v4/letter/c/edb3f5/32.png) [@conzago](https://forum.kirupa.com/u/conzago)
#### Post date: [November 20, 2005, 1:37am UTC](https://forum.kirupa.com/t/should-be-simple-but/169834/1 "2005-11-20T01:37:54Z")

</div>

Allright my problem is that I have these movies on my website that have the buttons inside them so I use this script to take them to the appropriate scene, however every time I test the buttons they just seem to tkae me to the next scene , not the scen in the quotes

stop();  
aboutMvc.aboutBtn.onPress = function() {  
gotoAndPlay(“about”, 1);};

eventsMvc.eventsBtn.onPress = function() {  
gotoAndPlay(“events”, 1);};

why is this happening?
