ActionScript 2.0 :: Play Movie Clip And Go To Specific Frame?

Feb 14, 2012

how to play movie clip and go to specific frame? this is sampel of playing MOVIE CLIP ONLY

"_root.gotoAndPlay("MainMenu")"

but how can i play frame number 40 in that movie clip.

View 9 Replies


Similar Posts:


Target A Specific Frame In Specific Movie Clip?

Dec 3, 2009

I have been doing really well figuring everything out up until now.[code]How it stands, what is this link pointing to? Can I make it target a specific frame in a specific movie clip?And if someone would be so kind and explain what this is saying in 3rd grader terms.

View 3 Replies

ActionScript 3.0 :: Preload Movie But Can't Play Until A Specific Frame

Jan 14, 2010

I want to preload a movie into my main movie (so I know it's safely loaded fully). BUT I don't want it to start playing until a specific frame in the main movie? Preload movie but can't play until a specific frame

View 5 Replies

ActionScript 2.0 :: Preload Movie But Don't Play Until Specific Frame

Jan 14, 2010

I want to preload a movie into my main movie (so I know it's safely loaded fully). BUT I don't want it to start playing until a specific frame in the main movie?Does anyone know how to do this in actionscript 2.0?

View 2 Replies

ActionScript 3.0 :: Play Specific Movie Clip From Click On Other MC?

Sep 29, 2009

I am making point and click game with AS3, with few scenes. On one scene, I've made some kind of door movie clip, and animated it inside that movieclip. there is a "doorhandle" movieclip also, and it needs to animate that animation (inside "door" mc) on click, as well as animation inside "doorhandle" movieclip in the same time.

View 2 Replies

ActionScript 2.0 :: Get A Loaded Movie Clip To Jump To A Specific Frame?

Jun 17, 2009

basically i have a container which I am loading in swfs, when you click on a specific button I want the loaded swf to jump to a specific frame.

I am using actionscript 2 at the moment this is the code on my buttons...

on (release) {
container.loadMovie("lindy_black_swatch.swf");
}

View 1 Replies

ActionScript 2.0 :: Linking To A Specific Frame Within A Separate Movie Clip

Nov 12, 2009

I'm working on a Flash navigation system.

Currently, when you click on "Recent Projects", you are brought to a frame containing the following actionscript:

attachMovie("recentProjectsBody_mc", "recentProjectsBody_mc", 1);
recentProjectsBody_mc._x = 60;
recentProjectsBody_mc._y = 195;

This loads a new movie clip of a simple slideshow which has 7 frames. You can click through these frames with left and right buttons.

I no longer need the left and right buttons. I need a group of 7 buttons sitting under the "Recent Projects" link which each link to a different frame of the recentProjectsBody_mc movie clip.

I assume I need to load this movie clip before I link to a frame within it. But then how do I link to a specific frame within that movie clip?

View 1 Replies

ActionScript 2.0 :: Call Out Specific Frame After Attaching A Movie Clip?

Mar 22, 2005

if there's a way where you call out specific frame after attaching a movie clip.

View 4 Replies

ActionScript 2.0 :: Flash 8 - Linking To A Specific Frame In A Movie Clip

Aug 4, 2008

I am trying to animate this piece with frames.

Basically, I have adrop down menu, which contains about 20 buttons. Each button is set to _root.Keys_MC.gotoAndPlay("frame label"); a specific from within the Keys_MC which is on the main timeline.

The problem is, no matter which one I click, it always links me to the first frame of that movie clip.

View 1 Replies

ActionScript 3.0 :: MC To Loop That Is Inside A MC - Play Head Of A Movie Clip To Return To A Certain Frame Of That Clip

Nov 2, 2010

I would like play head of a movie clip to return to a certain frame of that clip so a MC inside it would loop. I now have: stop(); as the action.

View 2 Replies

ActionScript 2.0 :: Currentframe - Send Movie Clip To A Specific Frame On The Main Timeline When Close

Jun 25, 2006

I have a movie clip which, when closed, should send you to a specific frame on the main timeline... I have used frame labels on the main timeline... Here is a bit of my code so far:

[Code]...

View 5 Replies

Play Movie Clip On Frame?

Nov 20, 2009

I am using Flash CS4 and i have made some short movie clips. I want one of them to play on frame 24 once and then the next on frame 48 ect. How would i do this?

View 3 Replies

ActionScript 2.0 :: Play A Certain Frame Of ANY Movie Clip?

Aug 23, 2005

Lets say I have a button. What I want it to do is to tell ANY movie clip that is on stage at the moment to play a certain frame.

View 10 Replies

ActionScript 2.0 :: Play Movie Clip If At Certain Frame?

Jul 12, 2003

How do you translate the english (below) into actionscript?If the the movie clip with the instance name "hello" is currently at a frame greater than 2 (considering the frames inside "hello," not the main timeline), then goto and play its frame 76.

View 1 Replies

ActionScript 3.0 :: Play The Movie Clip On Frame 1?

May 23, 2010

I am designing a tween mask mosaic animation with 1 picture on frame 1. My customers now ask me to add a 2nd mask animation with a second picture.

I used a button to go to frame 2 and play the movie clip. He doesn't a want a button.

play the movie clip on frame 1. Once the movie is over goto frame 2 and play the movie clip.

View 2 Replies

ActionScript 3.0 :: Enter Frame Play Movie Clip

Nov 12, 2010

Enter frame play movie clip. I am trying to use this code]...

View 1 Replies

Play Frame In Movie Clip Based On Time Of Day?

Apr 29, 2009

So what time trying to do is play a specific frame in the movieclip based on the time of day:

PHP Code:

onClipEvent (enterFrame) {
var myDate = new Date();
var hour = myDate.getHours();

[code]....

but when I change to "gotoandPlay" the movieclip just loads from the beginning frame and seems like it doesnt check the time.

View 7 Replies

ActionScript 3.0 :: After Movie Clip Finishes, Go To And Play Frame?

Apr 1, 2010

how to jump to a frame (gotoAndPlay) on the ROOT (or any frame anywhere) right after (EDIT) a VIDEO CLIP is done playing.

View 1 Replies

ActionScript 2.0 :: GoTo And Play Frame Number Of Movie Clip?

Apr 13, 2006

How I can make a button goto and play a frame of a movie clip. Basically the first frame is blank and when the button is clicked the movie clip will go to frame 2 and play. I'm also going to have some other buttons make it go to other frames.

View 2 Replies

ActionScript 2.0 :: Make A Movie Clip Play When Eave A Certain Frame?

Jan 26, 2010

I'm working in CS4 on AS2.

I have a series of buttons that when clicked go to certain frames which all display different content. I have a unique movie clip on each one of these frames that has an initial play in, followed by a loop, and finally a play out for when they leave that frame.

I have it so the movie clip plays in and then loops, but I want the movie clip to play out when a user clicks a different button that leads them to another frame and other content. But because they can click the buttons in any order they like I can't specify the play out to the buttons.

Can I make the current frame's movie clip play its "play out" part when I switch frames?

View 2 Replies

ActionScript 2.0 :: Make A Movie Clip Play When Leaving A Frame?

Jan 27, 2010

I have a series of buttons that when clicked go to certain frames which all display different content. I have a unique movie clip on each one of these frames that has an initial play in, followed by a looping animation (the character walks in, then loops waving or something of that nature), I would like the movie clip to have a play out animation (character walks off) when the user leaves that frame so that when they go to the next frame the new movie clip can play in (new character walks on screen). [code]...

View 0 Replies

ActionScript 2.0 :: Play Movie Clip Frame Based On X Value Of Mouse

Jan 15, 2011

On Scene1 I'm trying to add some script that will continuosly recognize what the x axis value is and if it is greater than 600 it is supposed to play frame 1 of the movie, and if it is less than 600 than it is supposed to play frame 10. The code I'm using seems to work, but only at the initial startup of the movie. How do I modify this code to have it continually updating the shoot movie based on where the mouse is at on the movie?

[Code]....

View 1 Replies

ActionScript 2.0 :: GoTo A Frame In A Movie Clip From Another Movieclip And Play?

May 18, 2005

What is the actionscript if i want to go to a frame in a movie clip from another movieclip? And also for future reference, how do you go to a frame from a movieclip/button to a frame in the main scene? Is it something to do with root?

View 5 Replies

ActionScript 2.0 :: Unload A Movie Clip As The Play Head Jumps To Another Frame?

Jun 27, 2007

The movie clip is called "theScene" and I have it created on Frame 60 of a movie clip when a button triggers the playhead to jump and stop at Frame 60. However, upon leaving that frame, it will not disappear, so I want to unload it upon leaving that frame.I put in the following code across all frames of the movie clip in its own layer:

Code:
if (this._currentframe !=60)
{

[code]....

View 3 Replies

IDE :: GotoAndPlay Button - Play Frames 5-10 On A Movie Clip Inside The Current Frame?

Nov 23, 2009

is there anyway to have a button play frames 5-10 on a movie clip inside the current frame, as well as skipping to...lets say...frame 10 of the scene?

i want to create a site where buttons go to different pages, but those pages have animations in and out.so if someone is in one page, and clicks a button to go to another, that page plays the "out" animation while the other page plays the "in" animation.

View 1 Replies

ActionScript 2.0 :: Create A Section For A Site Where Mousing Over A Button Will Play A Certain Frame Of A Movie Clip?

Dec 10, 2009

Flash CS4/Actionscript 3 I am trying to create a section for a site where mousing over a button will play a certain frame of a movie clip, which is sitting next to the button. Mousing over different buttons will play (and stop) different frames in the movie clip.

View 1 Replies

ActionScript 2.0 :: Change The Colour Of A Graphic In A Specific Movie In A Specific Frame

Mar 31, 2006

i need to change the colour of a graphic in a specific movie in a specific frame. if i have a movie clip instance-named "sidetext" thats 15 frames long, and i want a graphic in the movie, called "letterp" to change to one of four colours that i want it to randomly at frame 10 and stay that colour uintil frame 15, how can i do this?

View 2 Replies

How To Play A Sound At Specific Frame

May 13, 2009

I have the loading audio file at frame one. However, I want to play the audio only at specific frame or frame lable. How do I do that? Below are my codes:

[Code]...

The above plays the sound as soon as the .swf file is loaded. But I want to play at certain point in time, say frame number or frame lable.

View 17 Replies

ActionScript 3.0 :: Play The Flv To A Specific Frame?

Feb 24, 2012

I have an .flv I need to drop into an .fla and code Cue Point to do the following:Play the flv to a specific frame ( in the flv) and then stop on the frame the flv stops I need a play button to be visible when this play button is clicked it plays the .flv from the frame it is on to a second place on the flv timeline were it needs to stop.same play button will be clicked and the flv will play to the end.

View 0 Replies

CS3 :: Go Back A Few Frames And Play A MC At A Specific Frame When Hit?

Jul 1, 2009

I'm using Flash CS3 and AC2... I have a button on my main TL and I want to go back a few frames and play a MC at a specific frame when hit.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved