# Help with stopping transitions in SWF

**URL:** https://forum.kirupa.com/t/help-with-stopping-transitions-in-swf/120206
**Category:** Uncategorized
**Created:** [August 21, 2004, 10:45pm UTC](https://forum.kirupa.com/t/help-with-stopping-transitions-in-swf/120206 "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/120206/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: ![SilentMind](https://avatars.discourse-cdn.com/v4/letter/s/a183cd/32.png) [@SilentMind](https://forum.kirupa.com/u/SilentMind)
#### Post date: [August 22, 2004, 2:19am UTC](https://forum.kirupa.com/t/help-with-stopping-transitions-in-swf/120206/2 "2004-08-22T02:19:58Z")

</div>

Try with typing this actionscript in the last frame:

stop ();

---

<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 22, 2004, 4:13am UTC](https://forum.kirupa.com/t/help-with-stopping-transitions-in-swf/120206/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 ();
