# Goto and stop doesnt stop!?

**URL:** https://forum.kirupa.com/t/goto-and-stop-doesnt-stop/53848
**Category:** Uncategorized
**Created:** [June 8, 2004, 3:43pm UTC](https://forum.kirupa.com/t/goto-and-stop-doesnt-stop/53848 "2004-06-08T15:43:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![blupyramid](https://avatars.discourse-cdn.com/v4/letter/b/59ef9b/32.png) [@blupyramid](https://forum.kirupa.com/u/blupyramid)
#### Post date: [June 8, 2004, 3:43pm UTC](https://forum.kirupa.com/t/goto-and-stop-doesnt-stop/53848/1 "2004-06-08T15:43:01Z")

</div>

hi there…  
i have stupid problem again…  
thats very basic and i dont knwo what the hell is wrong and its driving me crazy!  
ok here it is… im using

on (release) {  
gotoAndStop(“main”);  
}

it goes back to main labeled frame stops around 3 sec… then plays the whole movie… again! and again!  
i changed it to frame number like

on (release) {  
gotoAndStop(45);  
}

still same! even there is a stop(); action on frame 45(main)  
what is that?!  
what am i doing wrong?

thanks…
