all groups > flash (macromedia) > january 2005 >
You're in the

flash (macromedia)

group:

SIMPLE movie clip question


SIMPLE movie clip question flipper 86
1/23/2005 9:22:07 PM
flash (macromedia):
Hi.
I import simple animation on my workspace in flash mx. Now, I've got a button
that plays that animation when you press on it, and it works. The problem is
animation plays over and over (when pressed).

How can I stop it? Animation has only one frame so "stop" on that frame will
stop anim. even when you press button. Thanx
Re: SIMPLE movie clip question NSurveyor
1/23/2005 9:36:32 PM
Re: SIMPLE movie clip question flipper 86
1/23/2005 9:45:01 PM
Nice to see from you again.
Thanx man.
Re: SIMPLE movie clip question NSurveyor
1/23/2005 9:49:12 PM
Re: SIMPLE movie clip question NSurveyor
1/24/2005 3:00:10 AM
Re: SIMPLE movie clip question flipper 86
1/24/2005 7:27:04 AM
Yeah. it's imported movie clip.
Re: SIMPLE movie clip question flipper 86
1/24/2005 8:20:30 AM
Hi.
About that problem that I had, it plays perfect.
Let me tell the whole story.
I have the button that plays movie (which now stops!, he he). I made the
animation with movie on press of the button, but how could I make the animation
which will play when button is pressed again (without playing animation of
the1st press). The source of button is

on (release) {
downloads.gotoAndPlay("2");
}

thanx

P.S. from what country NSurveyor is ?
Re: SIMPLE movie clip question Jeckyl
1/24/2005 8:49:41 AM
Sounds like it uses onEnterFrame or setInterval to animate (ie scripted
animation). You can't have a tweened animation that is one frame long and
loops. So putting a stop() on the last (and only) frame won't help (unless
you're not quite telling us the full story)

We really need to see how the animation is done to know how to stop it.
--
All the best,
Jeckyl

AddThis Social Bookmark Button