# Goto when action has been carried out

**URL:** https://forum.kirupa.com/t/goto-when-action-has-been-carried-out/71913
**Category:** Uncategorized
**Created:** [November 30, 2004, 5:34pm UTC](https://forum.kirupa.com/t/goto-when-action-has-been-carried-out/71913 "2004-11-30T17:34:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jerryj](https://avatars.discourse-cdn.com/v4/letter/j/ed8c4c/32.png) [@jerryj](https://forum.kirupa.com/u/jerryj)
#### Post date: [November 30, 2004, 5:34pm UTC](https://forum.kirupa.com/t/goto-when-action-has-been-carried-out/71913/1 "2004-11-30T17:34:33Z")

</div>

Hi,

how can I make a movie go to a next frame when an action has been completed?  
I would like to make an actionscript tween like below, and when the tween has been completed, I want the movie to go to a next frame

> 

stop();  
textTween = new mx.transitions.Tween(tekstMC, “\_y”, mx.transitions.easing.Regular.easeOut, 136.9, 600,1, true)  
something like:“when action above has been carried out, gotoAndPlay(5);”;  
thank you,  
Jerryj
