# Movie Clip Symbol

**URL:** https://forum.kirupa.com/t/movie-clip-symbol/117258
**Category:** Uncategorized
**Created:** [July 26, 2004, 7:36am UTC](https://forum.kirupa.com/t/movie-clip-symbol/117258 "2004-07-26T07:36:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![NeoDreamer](https://avatars.discourse-cdn.com/v4/letter/n/ccd318/32.png) [@NeoDreamer](https://forum.kirupa.com/u/NeoDreamer)
#### Post date: [July 26, 2004, 7:36am UTC](https://forum.kirupa.com/t/movie-clip-symbol/117258/1 "2004-07-26T07:36:09Z")

</div>

You know when you place a movie clip symbol on the stage, the first frame is shown by default. Is there any way to display other frames by default, such as the last frame?

---

<div class="post-metadata">

### Author: ![bobdoe](https://avatars.discourse-cdn.com/v4/letter/b/51bf81/32.png) [@bobdoe](https://forum.kirupa.com/u/bobdoe)
#### Post date: [July 26, 2004, 8:48am UTC](https://forum.kirupa.com/t/movie-clip-symbol/117258/2 "2004-07-26T08:48:04Z")

</div>

mc.gotoAndStop(this.\_totalframes) ???  
place that somewhere on a frame and it will start on the last frame i believe.

---

<div class="post-metadata">

### Author: ![NeoDreamer](https://avatars.discourse-cdn.com/v4/letter/n/ccd318/32.png) [@NeoDreamer](https://forum.kirupa.com/u/NeoDreamer)
#### Post date: [July 26, 2004, 9:25am UTC](https://forum.kirupa.com/t/movie-clip-symbol/117258/3 "2004-07-26T09:25:53Z")

</div>

> [@bobdoe](#):
>
> mc.gotoAndStop(this.\_totalframes) ???  
> place that somewhere on a frame and it will start on the last frame i believe.

I’m talking about the FLA, not the SWF.
