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


Similar Posts:


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 :: Tell _root To Goto Frame And Then Play Certain Frame Of Movieclip?

May 7, 2006

When you click a button I want my flash to go to the frame label where the movie clip is located, and then play a certain frame of that movie clip.

View 5 Replies

ActionScript 3.0 :: If Click The The Mc1 On First Frame  The Movie Clip Should Goto And Stop At Tenth Frame?

Aug 18, 2011

i created a two layer in time line in one layer there is a movieclip called mc1. In the same layer in 15th frame i have another movie clip mc2. Inside the movieclip mc2 i created another movie clip at frame10 now if i clik the the mc1 on first frame  The movie clip should goto and stop at tenth frame

View 4 Replies

Goto Frame Label In Third Scene And Play Movie?

Nov 17, 2009

I have a Flash movie that uses three scenes. In scene one I have a button with some actionscript to take it to a frame label in that first scene and play the movie from that point on. It works fine. The problem is, in the third scene, I am trying the same action with a different button, going to a different frame label in that third scene. I am getting an error saying the frame label does not exist in that scene. Even though it does! I've checked for typos and everything looks fine. I've copied and pasted the simple actionscript from the third scene below. Is there a line I need to add to make this work in a scene that is not the first scene?

rocketstart_btn.addEventListener(MouseEvent.CLICK, rocketbutton);
function rocketbutton(event:MouseEvent):void {
gotoAndPlay("rocket");
}

View 7 Replies

ActionScript 2.0 :: OnPress Play Movie And Also Goto Frame 3?

Mar 14, 2003

I have this action on my buttons:
on (press) {
_root.nPage = "company";
AnimationMC.play();
} on (press) {
gotoAndPlay(3);
}

I am trying to have a button change frames on the main timeline (gotoAndPlay X) and also load a MC on the same click. I think what is happening is because the on(press) is separate it is causing my pages to load at different times when I click real fast when AnimationMC is playing. However if I wait for the animation to load first it works %99 of the time.

View 4 Replies

ActionScript 2.0 :: Make A Button Do Two Things / Play A Movieclip And Goto Frame

Aug 27, 2005

What im trying to do is play a movie clip between frames. So say we have two menus, when you are on menu 1 and you click the button for menu 2, a short movie clip plays and then you stop on menu 2. I realise I can do this by putting the movie clip on the main scene timeline, but is there anyway i can put it on the button? I think the action script would be something along the lines of "On release play MovieClip and goto frame X" As i said i want the movie to play as an almost filmic transition between menus, with a fade up and then out (Have got that bit sussed using the alpha controls)

View 3 Replies

ActionScript 2.0 :: Make A Movie Clip Goto A Frame?

Feb 21, 2010

I was wondering how to make a movie clip got to a frame, but the game not goto that frame? For example, make an egg goto a frame, and move to a random spot, but the player wouldn't goto that screeen.

View 1 Replies

AS2 :: IDE - Goto Previous Frame - Main Movie Clip To Flicker

Jan 23, 2009

I'm using a simple piece of code on a button...

on(press){
_level0.prevFrame();
}

... to go to previous frame but for some reason it causes the main movie clip to flicker. Is this a known problem or am I doing something wrong?

View 2 Replies

ActionScript 2.0 :: After Movie Clip Goto And Stop In Another Frame On Click Of Button

Feb 10, 2011

i am doing a simple project in which i have 2 frames in the main time line and a movieclip in the first frame and a button.i have something else in the second frame.when i click the button the movieclip should start after it ends the timeline should move to second frame and stop.

View 7 Replies

ActionScript 2.0 :: Making A Movie Clip Goto A Different Frame When An Item On A List Box Is Selected

Dec 22, 2009

I am having problems making a movie clip goto a different frame when an item on a list box is selected. Here is my code

list.getSelectedItem().label;
_root.onEnterFrame=function(){
if(list=="2"){
mc.gotoAndStop(2);
}else
mc.gotoAndStop(1);
}

View 1 Replies

ActionScript 2.0 :: Advanced Button - Change The On.Release Command To Goto And Play Another Frame Into Movie Instead Of Opening A New Url

Jan 9, 2006

I'm new to Flash and am looking to use the following tutorial to create an advanced button. I know it is probably a very simple fix, I just cannot figure it out. [URL] In the tutorial the rollover and onrelease has the following script this.onRollOut = function(){ rewind = true;} this.onRelease = function(){getURL [URL]); } I have tried to change the on.Release command to go to and play another frame in to movie instead of opening a new url. But I'm not getting it to work correctly.

View 4 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 :: Collision Detection - Goto A Certain Scence When A Movie Clip Collides With Another Movie Clip

Jun 22, 2005

i am making a pacman game, and i need to know how to make it go to a certain scence when a movie clip collides with another movie clip.

View 2 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

Professional :: Goto And Play First Frame?

Dec 6, 2010

Using CS5 and Code Snippets, how do I tell the Timeline that when it gets to a specific frame to go to another one? I want it to go back and play the first frame to create a looping effect.

View 3 Replies

ActionScript 2.0 :: Make The Movie Clip To First Go From Frame 1 To 10( Last Frame In Teh Movieclip) With The Text Time?

Mar 26, 2004

i have a movie clip with a dynamic text field being animated...i have a text file with this in it

&textline1=time
&textline2=place
&textline3=year
&textline4=month

now how do i make the movie clip to first go from frame 1 to 10( last frame in teh movieclip) with the text time and then when the movie clip starts again it should say place and so on and so forth.. depending on how many textline variables i define in the text file?

View 5 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 2.0 :: Making A Button In A Movie Clip Goto Another Movie Clip (pic)

May 30, 2007

What action script would i need to make a button in one movie clip goto and play a frame in another movie clip? Im not very good at flash but i've been trying my usual codes but it dont work..

View 2 Replies

ActionScript 2.0 :: Goto And Play 1 Next / Advance Frame?

Feb 6, 2009

I have a small flv embedded in the timeline of my movie clip (instance name = bg)

now what I want to happen is when I hit my button (instance name = b1)I want the bg movie clip to goto and play the from the next frame on the timeline.[code]...

View 2 Replies

ActionScript 2.0 :: Goto And Play Random Frame?

Jan 7, 2003

I have a 30-frames mc,each frame has a logo of my client. I want visitors see 30 logos randomly and each logo will pause 2 seconds for viewing.

View 14 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

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

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 3.0 :: Make Two Buttons Which Will Control The Movie To Goto Next Frame And Previous Frame?

Oct 5, 2009

Just finally making the transition from AS2 to AS3.All i need to do at this point is make two buttons which will control the movie to goto next frame and previous frame. I have gotten how to make the buttons go to a specified frame number and also a button to go to a specified external url but no success in making a simple next/previous pair of buttons.

stop();
but1.addEventListener(
MouseEvent.MOUSE_UP,

[code]....

View 14 Replies

ActionScript 2.0 :: Load External Swf And Goto And Play Certain Frame?

Jun 24, 2005

im trying to do is load an external swf file into a "base" file but play a certain frame number or label in the external file.I have a file called base.swf file which is level0In base.swf i have nothing but 1 frame with the following AS code:loadMovie("top.swf", 2);This works fine and loads and plays top.swf, but how can i load top.swf and play a certain frame label or number as soon as its loaded. Ive tried the following which does work but i hope it kinda explains what i want to do.

loadMovieNum("top.swf", 2);
tellTarget (_level2) {
gotoAndPlay("MyFrameLabel");

[code].....

View 10 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







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