# \[help\] movieclip flashes the last frame before it plays

**URL:** https://forum.kirupa.com/t/help-movieclip-flashes-the-last-frame-before-it-plays/26333
**Category:** flash
**Created:** [July 22, 2003, 4:05am UTC](https://forum.kirupa.com/t/help-movieclip-flashes-the-last-frame-before-it-plays/26333 "2003-07-22T04:05:25Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Yeldarb](https://avatars.discourse-cdn.com/v4/letter/y/51bf81/32.png) [@Yeldarb](https://forum.kirupa.com/u/Yeldarb)
#### Post date: [July 22, 2003, 4:05am UTC](https://forum.kirupa.com/t/help-movieclip-flashes-the-last-frame-before-it-plays/26333/1 "2003-07-22T04:05:25Z")

</div>

why does my movieclip flash the last frame before it plays? i don’t get it… the actionscript for another movie clip contains the following:  
[AS]stop();  
\_root.greenbox.play();  
\_root.greenbox.\_visible = true[/AS]  
if you want to see my .fla, plz post, and i’ll put it up  
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: [July 22, 2003, 6:54am UTC](https://forum.kirupa.com/t/help-movieclip-flashes-the-last-frame-before-it-plays/26333/2 "2003-07-22T06:54:03Z")

</div>

yeah… i think it would be a good idea to put a fla up to have a look at… what u have written there is a bit general…

I’d be glad to help… or try to atleast… =P

-Scott

---

<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: [July 22, 2003, 6:56am UTC](https://forum.kirupa.com/t/help-movieclip-flashes-the-last-frame-before-it-plays/26333/3 "2003-07-22T06:56:44Z")

</div>

the only one that does anything so far is the green one

---

<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: [July 22, 2003, 10:56am UTC](https://forum.kirupa.com/t/help-movieclip-flashes-the-last-frame-before-it-plays/26333/4 "2003-07-22T10:56:38Z")

</div>

Hey, Yeldarb, hows the ship?

Back to this question, your problem was that you werent stopping the green box movieclip from playing. Even though you made it invisible it was still playing.

So you can either put a stop(); action in the timeline of the Green Square movie clip.

Or

on the root timeline where you have:

\_root.greenbox.\_visible = false;

just add:

\_root.greenbox.stop();

Regards,  
Viru.

---

<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: [July 22, 2003, 3:42pm UTC](https://forum.kirupa.com/t/help-movieclip-flashes-the-last-frame-before-it-plays/26333/5 "2003-07-22T15:42:45Z")

</div>

oh, i see, thanks a lot 🙂  
the ship’s doing alright… still at about the same point, because i’ve been redesigning my sight… someone brought it to my attention that my current design may be infringing on apples copyrights… i don’t think so, but better safe than sorry

---

<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: [July 22, 2003, 3:44pm UTC](https://forum.kirupa.com/t/help-movieclip-flashes-the-last-frame-before-it-plays/26333/6 "2003-07-22T15:44:42Z")

</div>

Really? Whats the URL to your site? I’d like to have a look please,

V.

---

<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: [July 22, 2003, 3:53pm UTC](https://forum.kirupa.com/t/help-movieclip-flashes-the-last-frame-before-it-plays/26333/7 "2003-07-22T15:53:41Z")

</div>

[http://www.barbdwyer.com](http://www.barbdwyer.com)
