# Help with stopping transitions in SWF

**URL:** https://forum.kirupa.com/t/help-with-stopping-transitions-in-swf/61797
**Category:** flash
**Created:** [August 21, 2004, 10:45pm UTC](https://forum.kirupa.com/t/help-with-stopping-transitions-in-swf/61797 "2004-08-21T22:45:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![scclark1](https://avatars.discourse-cdn.com/v4/letter/s/90db22/32.png) [@scclark1](https://forum.kirupa.com/u/scclark1)
#### Post date: [August 21, 2004, 10:45pm UTC](https://forum.kirupa.com/t/help-with-stopping-transitions-in-swf/61797/1 "2004-08-21T22:45:44Z")

</div>

I am using the Random SFW tutorial and I finally figured out how to add it to my main site. But what I still can’t figure out is how to run my SWF 1 time and then stop. I have tried to modify the properties in just about everything. Can someone help me identify what I am doing wrong?

Thanks!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 22, 2004, 2:19am UTC](https://forum.kirupa.com/t/help-with-stopping-transitions-in-swf/61797/2 "2004-08-22T02:19:58Z")

</div>

Try with typing this actionscript in the last frame:

stop ();

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 22, 2004, 4:13am UTC](https://forum.kirupa.com/t/help-with-stopping-transitions-in-swf/61797/3 "2004-08-22T04:13:40Z")

</div>

Thanks for your response. I did try this, however, when I do the whole movie does not play.

Any other thoughts?

> [@SilentMind](#):
>
> Try with typing this actionscript in the last frame:
> 
> stop ();
