ActionScript 2.0 :: MC - Click On Movieclip And Make It Go To And Play A Keyframe On The Main Timeline?

Jul 28, 2010

I have a movieclip (a), inside another movieclip (b), on the main timeline. I want to click on movieclip (a) and make it go to and play a keyframe on the main timeline. I'm used to using buttons for actions, not movie clips, and I forget how to use the _root thingy.

View 3 Replies


Similar Posts:


ActionScript 3.0 :: If Click On 1st Menu The Timeline Should Go And Stop On 3rd Keyframe Of Main Stage?

Aug 31, 2010

I have a problem with gotoAndPlay option.I have 2 layers with 3 keyframes, on 2nd frame i have movie clip image_mc which has a dropdown menu and here i will stop the timeline. On mouseover of image_mc I will get a dropdown in which if I click on 1st menu the timeline should go and stop on 3rd keyframe of main stage, but its going to 3rd frame inside movie clip, how to come out of mc on click.

View 1 Replies

Professional :: Play Movieclip On Main Timeline ?

Jan 7, 2010

I've created a movie clip with an animation on it's own timeline 30 frames long. When I press 'Enter' while inside the movieclip the animation plays ok.On the main timeline, I have one layer 30 frames long with the movieclip symbol placed on frame one. If I press 'Enter' the main timeline play head moves to frame 30 but the movieclip animation does not play on the stage. If I press 'Ctrl + Enter' or publish to swf then the animation plays ok but I can't setup the stage how I want it without the animation playing on the stage. Do I need to just change a viewing setting (tick box in preferences) or is this related to AS3 or new CS4 inner workings?

View 4 Replies

IDE :: Possible To Make MovieClip Of Main Timeline?

Jan 28, 2009

I want to embed all the content of my flash project in a movieClip.

View 3 Replies

ActionScript 2.0 :: CS3 Making A MovieClip Play It's Frames, Then Stop On A Main Timeline Frame?

May 12, 2010

I am currently in the middle of making a "sniping" flash game. In the first level there are a series of moving targets which are also movie clips. Inside the movie clip there is a 7 frame animation of the target exploding. Inside that is a tween of the target moving up and down. And inside that there is a plain old button.

What I want to happen is when you click on the moving target it explodes and brings you to a new frame of the main timeline. (ex. Main Timeline frame #27) But I'm pretty sure it thinks I was to play the seven frame animation of it exploding and then go to frame 27 inside the movie clip, rather then frame 27 on the main timeline.

Here's what my AS looks like on the target (ActionScript 2.0 is what I'm using.)

on (press) {
play();
}
on (release){
gotoAndStop(27)}

So how do I make it explode and then take me to frame 27 on the main timeline?

View 3 Replies

ActionScript 3.0 :: Flash - Play Movie Clip With The Button Click Without Playing All The Movie Clips On The Main Timeline

Apr 26, 2009

I'm trying to make a flash website that has clickable buttons that will play different movie clips. But I dont know how to make it to just play the movie clip with the button you click without playing all the movie clips on the main timeline.

View 1 Replies

Codes To Stop Sound In Movie Clip When Changing Keyframe On Main (parent) Timeline?

Feb 29, 2012

Is there some codes, to stop sound in movie clip, when changing keyframe on main (parent) timeline ?

View 1 Replies

Make Button In Movieclip Target Back To Main / Root Timeline?

Oct 1, 2009

I have some submenu buttons in a movieclip on the mainline. My first level of navigation in on main timeline. The submenus are grouped in movieclips on the main timeline. I basically used the same code on the main navigation for the sub navigation except the code for the submenus is in that movie clip. My trace statement reads the button is clicked (which was a quantum leap for me) but I know I need some kind of _parent code in there so it knows to go to label back on main timeline.[code]...

View 3 Replies

Make A Frame Become Visible And Play / When Click On A Movieclip

Apr 27, 2009

This time I'm experimenting with visibility. All the tutorials online vary a lot. I'm trying to find something noob proof. I have actionscript 2 and 3. I'm not sure which one to use..I'm just trying to learn how to make a frame become visible and Play when I click on a movieclip.

View 5 Replies

ActionScript 3.0 :: Make A Movieclip Display And Play When Click On A Button?

Jul 23, 2009

I'm looking to have a movie clip pop up, play itself after a user clicks on a flash navigation button.
 
(something like this???)  
message_btn.addEventListener(MouseEvent.CLICK, goMessage1);
function goMessage1(evt:MouseEvent):void{    ???(play message movie clip here)???;}

View 3 Replies

ActionScript 3.0 :: CLICK In Main Timeline Goes To Where Click Is Designated In Loaded Swf?

Jun 13, 2009

I have a loaded swf slide show, within that slideshow, I have assigned "next" and "prev" buttons to advance and back up my slide shows via frame labels ("oneIn") for instance... here is an example:
 
btn_next.addEventListener (MouseEvent.CLICK, nextClick); 
function nextClick (e:MouseEvent):void{    this.gotoAndPlay ("twoIn");}
 
I would like this function to run when I click a hit state on the main timeline above it. So, how would I trigger the above function from a click on the hit state on the main timeline?

View 13 Replies

ActionScript 2.0 :: Play A Keyframe In The Root From A Movieclip?

Feb 16, 2009

I made a button within a movieclip.The movieclip name = OurKlips-mainThe scene name = oneWhen I hit this button, it changes two frames in the html part (This works)Also, I want this button to play frame 30 from the root scene, titled "one"on (release) {getURL("content-ourklips.html", "content-txt");_root.gotoAndPlay(30);}

View 2 Replies

ActionScript 3.0 :: Button To Play Movieclip Before Moving To Next Keyframe?

Aug 13, 2009

I have a play button (instance name - play1)

When I click it I want it to play a short movie clip (called - introExpandMC) then for it to move on to frame 2 of my my main time line.[code]...

View 5 Replies

ActionScript 2.0 :: [Flash8] Assign A Variable To The Current Frame Of The Main Timeline (not Movieclip Timeline)?

Mar 16, 2007

I simply want to assign a variable to the current frame of the main timeline (not movieclip timeline) I already know about _currentframe and it doesn't help in this case.

View 4 Replies

Professional :: Moving To A Frame In Movieclip Timeline From The Main Timeline

Apr 26, 2011

I am in the learning process. Working with FlashCS5 and AS3. if the issue appears to be too simple for you. Placed a movieclip(mcassessJohn) on the main timeline and moved to the frame labelled "johnFeedback" in the movieclip timeline using the following actionscript code.

[Code]...

View 1 Replies

ActionScript 2.0 :: Play Random Keyframe To Keyframe In MC?

Mar 29, 2006

i am creating a game now this is complex but i have been told by my fellow actioncript co worker that its doable, What it is i have a game "Reaction Tester" and It is inside a car going along the road so its psudeo 3d and i have the "walls" and road sorted now i want a movie clip in the road to throw out random objects From a Movie clip, now i will call them from frame names, say..

frame 1-10 is a tween with a box coming down and then frame 11-20 is a cat and frame 21-30 is a hole in the road Etc i want it to call a random frame to frame, to play

View 1 Replies

ActionScript 2.0 :: Command External SWF-file To Play Outside Of The Main Movieclip Via Button From Main?

Jan 17, 2012

I Have a flashmovie thats almost done and will soon hit the internet, but I want to add some animations into the website it�s two gears that I�m about to put at the bottom of the page and when a button releases in the main flashmovie the two bottom gears will turn a few frames and just stand still.These three movies are all separate (main movie, first gear and second gear).

It's a homepage designed in HTML and flash that has this "main flashmovie" in the middle of the screen, the size is about 1500(width)X800(height). And the gears is about 800wX200h placed at the left and right side bottom of the page. Dont worry the site is easy to apply to any screen resolution.I have been looking everywhere for any soul out there who suffering from the same problem but no success. Is it possible to script a button in the main movie to launch two separate movies in their own contents?

View 2 Replies

Play/Stop Flv From Main Timeline?

Sep 30, 2008

[URL]about 30 seconds into this flash, there is an FLV of a computer screen. The problem is, when I pause the swf, the flv keeps going. How do I get around this?1. Is it possible to convert the flv to swf?OR2. Is it possible to control the flv from the main timeline?

View 7 Replies

ActionScript 2.0 :: Possible For Main Timeline To Continue To Play?

Aug 30, 2004

After a swf movie loads, is it possible for the main timeline to continue to play? Right now if I don't put a stop action where I call in my loaed movie, my main time line plays while the called swf file loads, and the end animation is off then.

View 1 Replies

ActionScript 2.0 :: MC On The Main Timeline - Play Only When Roll Over

May 4, 2009

I have an MC on the main timeline. i want this mc to play only when i roll over so i have placed this code one the MC:

[Code]...

This works without a problem. When i rolover the MC it plays and thats all good however if the animation is half way through and i rollover again the MC restarts. I would like to add a condition statment that only allows the movie to play if its current frame is at 1 or only to play if it isnt currently playing. I appologise if i havent explained it too well.

View 2 Replies

ActionScript 2.0 :: Get The Main Timeline To Continue To Play?

Aug 30, 2004

After a swf movie loads, is it possible for the main timeline to continue to play? Right now if I don't put a stop action where I call in my loaed movie, my main time line plays while the called swf file loads, and the end animation is off then.

View 1 Replies

ActionScript 3.0 :: Click On The X Box That Appears In Order To Go Back To Frame 42 In The Main Timeline?

Nov 9, 2011

Okay so our current assignment in class is to create our own version of the jeremy levine design website. But I am currently stuck and have not gotten anywhere for the last 3 days that I have worked on it.

The problem is when I click on the box to go into the wood grain texture, I want to be able to click on the X box that appears in order to go back to frame 42 in the main timeline. (the x is currently only on the box with the 1 on it.)

View 0 Replies

Movie Clip Symbol Won't Play On Main Timeline

Aug 29, 2005

I've created a movie clip symbol with it's own animation on its timeline. I've placed this symbol onto the first frame of the main timeline but when I test it, it doesn't play. There's no stop actions or anything on either timelines so I'm not sure why this is happening. I thought that the animation in a movie clip symbol will automatically play (i.e. if you test in a browser) once it's on the main timeline - is this right? Or am I doing something wrong. Maybe I need to tell it to play?

View 6 Replies

Scrub Main Timeline And See Movie Clips Play?

Jun 14, 2009

Is it possible to have an instance of a movie clip symbol which has its own timeline "play" when you scrub the main timeline?You can do this with graphic symbols, but so far I've had no luck doing this with movie clips.See, I have a movie clip -- several actually -- with their own timelines which I want to place in the main timeline.When I scrub the main timeline I'd like to see them scrub as well, instead of simply seeing the first frame of the movie clip.I basically have to work blind like this.
 
What I'm trying to do is basically have several "slides" which are animated and then have a stop();. They'll sit there for a second and then the entire animation, or slide (movie clip) will move off the stage. I can't do this now. When I scrub the main timeline I can't tell what's happening in the movie clip. I can't tell when I can slide it off the stage.I tried to get around this by using graphic symbols with their own timeline, but adding a stop(); doesn't work in them.

View 1 Replies

ActionScript 2.0 :: CS3 Movieclip Button - Click To Play, Click To Stop?

Jun 21, 2010

I am building a flash interface and I would like a menu where it is hidden to begin with (just a tab). You click the tab to expand it, and click again to collapse it. I've made a movieclip with animation of the menu opening up and closing, but I can't seem to work out how I'd go about making the movieclip open and close properly.

View 4 Replies

ActionScript 3.0 :: Making The Main Stage Timeline Play In Reverse?

May 27, 2009

methood of telling the stage to continue playing in reverse, after a button is clicked, until it reaches a keyframe that will tell it to stop? I'm trying to make it so buttons will tell the stage to play a transition from beginning to end and then have it play in reverse when the "back" button is pressed. I'm currently searching online to find an answer but I haven't had any luck yet.

View 10 Replies

ActionScript 3.0 :: Loop On The Main Timeline - Play 3 Times And Stop

Jul 22, 2009

I have a very simple banner that I would like to play 3 times and stop. How can I do that in Actionscrip 3.0?

View 4 Replies

ActionScript 3.0 :: Get Movie Clips To Play In Sequence On Main Timeline?

Nov 19, 2009

I've created two movie clips in Flash CS3, and I am now trying to understand how to get them to play in sequence on the main timeline.

I am noticing that when I change the Action Script in one movie clip, the Action Script in the other movie clip changes as well.

View 3 Replies

ActionScript 3.0 :: Play Exit Animation On Main Timeline Then GetURL?

Feb 17, 2010

I'm building a website using actionscript 3 with an animated intro and it has 8 movie clip buttons called Tab1, Tab2,etc. which when clicked navigate to different URL's. I would like play an exit animation (frame 300) on my main time line when a button is click and then goto the url page.

View 7 Replies

ActionScript 1/2 :: Main Timeline Scrubber Play/pause Component ?

Jul 27, 2011

I have a series of movies I'm creating that have streaming audio with animation synced to the audio. I was wondering if there is a component out there, or an FLA, that is a scrubber control bar like the one you see in Articulate Flash presentations, or video.I need it to control the main timeline.I have searched google for a while now and I can't seem to find one.

View 5 Replies







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