Play A Certain Number Of Frames Then Stop-from Anywhere On The Timeline

Jun 10, 2009

Okay, so I've got a happy little movie that shows an atom diagram. Every seven frames shows an electron popping up in the ring around the nucleus. This is all contained in a movie clip. I want a button that when pressed, tells the movie clip with the atom to advance the seven frames ( making an electron pop up ) and then stop. The same button if pressed again, will advance the movie clip an additional seven frames ( thus adding another electron ).

I've looked around quite a bit but haven't found a solution that will work for me. Also, I am working in AS2. (if you're feeling especially helpful, do you also know how to do the same but in reverse? I've found how to play movie clips in reverse, but not for a certain frame interval.)

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Play And Stop A Number Of Frames Later Without Using Stop?

Jan 2, 2004

Is it possible to play and stop a number of frames later, without using stop() in the frames? Like when I click a button frame 20 will start playing and it stops 30 frames later, all defined by the actions of the button..

View 3 Replies

ActionScript 2.0 :: Play And Stop A Number Of Frames Later, Without Using Stop()?

Jan 2, 2004

Is it possible to play and stop a number of frames later, without using stop() in the frames? Like when I click a button frame 20 will start playing and it stops 30 frames later, all defined by the actions of the button.

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 2.0 :: Bar - Play And Stop Button To Play And Stop Frames In A Flash Movie

Dec 1, 2004

give me the actionscript for a bar that has a play and stop button to play and stop frames in a flash movie. i would be gratefull if you could as i am really stuck

View 2 Replies

ActionScript 3.0 :: Timeline Won't Stop On Stop() Frames In Reverse?

Jan 29, 2010

my reverse button causes the timeline to ignore the stop() function on its keyframe and play backwards all the way to the start. Since it keeps trying to play the previous frame, it's frozen at frame 1.

Code:

stop()
// Reverse button //
var reverse:Boolean;
rev_btn.addEventListener( MouseEvent.MOUSE_DOWN, down );

[Code].....

View 12 Replies

ActionScript 3.0 :: Play Next 5 Frames And Stop The Play Head?

Jan 6, 2011

how would you play the next 5 frames if the space bar was clicked and then stop the playhead?

View 4 Replies

ActionScript 2.0 :: Stop MovieClip After Certain Number Of Frames?

May 24, 2010

I'm working on a visualisation where the user inputs the number of songs they have and it shows you a visual of how many CDs this is (for a uni assignment). I have my variable 'output' and somehow I need to code a button so that when the user clicks it it takes them to my movie clip 'cdstack' frame 'output - 10' and plays then stops when it gets to frame 'output'. So it will play for ten frames then stop when it reaches 'output'.

View 1 Replies

ActionScript 1/2 :: Mapping - Calculate The Number Of Frames Used In The Timeline?

Oct 27, 2009

How to calculate the number of frames used in the timeline?

View 3 Replies

ActionScript 3.0 :: Get Main Timeline To Stop In The Beginning On Button Press To Play And At The End Stop Again?

Feb 1, 2008

I just got Flash CS3. I'm trying to get my main timeline to stop in the begining, on button press to play and at the end stop again. In AS2, you would just put stop(); on the first keyframe and stop(); on the last key frame and program your buttons accordingly.

The stop(); does not work!!!! It's driving me crazy. What am I missing? I've gone through the tutorials in Flash and they don't work either.Also, if you have MovieClip that contains an animation and you don't want the movie clip to be on a continuous loop how do you stop it from playing. In AS2, I would put a stop(); on the last keyframe of the movieclip's animation. This also does not work in AS3.

View 9 Replies

Move X Number Of Frames Instantly During Play?

Jun 30, 2010

[code]...

obviously it doesn't work because it's not the correct syntax but i wrote it for you to understand ..

how can i make something that add's a x number of frames to the actual timeline?

View 3 Replies

ActionScript 3.0 :: Use It To Play A Set Of Frames I Want And Then Stop?

Oct 21, 2008

I have a button that when clicked on, it enlarges and shows content inside the button. Now, there is more content inside this button that when clicked on, enlarges and shows more content. I have all that working fine.How can I create a "back" button that will play the same frames that I created my animation in, but play them in reverse to get the same animation but back. Is this the correct way of doing it, or do I need to create animated transitions for the reverse state as well.?

View 12 Replies

ActionScript 2.0 :: Stop, After That Play Next Frames?

Dec 8, 2009

When i Click on a Button that play On Frame 1 to "Frames 10 With Stop(); in AS(actionscript) Layer" <--- After that it jumps to frame 20 ? (that skip 11 to 19)

So what should be my code ?

stop();
(now play from frame 20) <--- what is this code?

View 1 Replies

IDE :: Play And Stop At Certain Frames In The Movie?

Nov 4, 2009

I've set up my flash movie to play and stop at certain frames in the movie. I'd like to add a pause button to pause the movie anywhere in the timeline or animation and then resume from spot it's paused on. This is for a presentation.

View 1 Replies

Professional :: Video Sound Won't Stop When Changing Frames On Timeline

Nov 19, 2010

I've been making the transition from AS2 to AS3 for the last week and am making progress. But I'm having a problem that hopefully someone can help me with. I'm using Flash CS5. I have a fairly simple Flash website I'm working on. I have sections on the timeline like Home, About, Photos, Media ... all set up using labels for each of those sections. Everything is working fine but when I go to my Media section where I have a video placed (using the flv component) I'm having a problem as follows:

The video auto plays fine when I go to the Media section but when I attempt to leave the section and go to another the sound of the video doesn't stop. It continues to play when I go to another section and if I go back to the section it starts again. The video is not there when I go to another section which is the part that's confusing me. In AS2 when I did this the video and the sound both stopped because you went to another section on the timeline. Why is the sound of the video not stopping in AS3?

View 28 Replies

ActionScript 2.0 :: Stop Progressing Through Preloaded Frames Along Timeline With Slider?

Feb 16, 2005

if I can control volume by means of a slider , is there anything to stop me progressing through preloaded frames along a timeline with a slider? has anyone tried this? i am imagining giving the user control of a decaying image from beginning to end with the use of a slider?

View 1 Replies

ActionScript 2.0 :: Stop Progressing Through Preloaded Frames Along A Timeline With A Slider?

Feb 16, 2005

if I can control volume by means of a slider , is there anything to stop me progressing through preloaded frames along a timeline with a slider? has anyone tried this? i am imagining giving the user control of a decaying image from beginning to end with the use of a slider? does this sound the wrong way of going about this? i am ok with actionscript but with this, i havent a clue where to begin!

View 1 Replies

ActionScript 3.0 :: Play And Stop Sounds On Enter And Exit Frames?

Feb 3, 2010

I would like to have a sound file play when the playhead reaches a frame and then stop when the playhead moves to another frame.

This is the code I currrently have in the frame to play my sound (sound_1) - works fine, no problems.[code]...

View 4 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 1/2 :: Stop And/or Play Everything On The Timeline?

Jun 18, 2009

I have movie clips, animation, streaming voice over, and event music and sound fx on the timeline. I have tried the following example:

on (release) {stopAllSounds();
daveNight.stop();
stop();

[code].......

View 9 Replies

ActionScript 3.0 :: How To Play MovieClip To Frame Number Then Stop

Jun 10, 2009

I have a movie clip that loads variables from an XML file. One of those variables is a number between 1 and 100. I have an movie clip file of a "speedometer" that has a needle. The needle is set with a motion tween between frame #1 and frame #100. The number in the XML file is, currently, set to "gotoAndStop" to the corresponding frame # in the speedometer movie clip. What I want to do is for the speedometer to "play" and THEN stop at the frame # that corresponds to what the XML is feeding it. All of this happens "on load". There is no "button" that activates it.

Here's the code I have for the parsing the XML into the speedometer. This is working. I just want it to "play" then "stop".
Code:
var SideGRAPH_01_01:XMLList=contentINPUT_01.StudentRptItemDetailDefinitions.StudentRptItemDetailDefinition.(@StudentRptItemDetailID=="5").(@Seq=="1").attribute("Value");
for each (var GRAPHElement_01_01:XML in SideGRAPH_01_01) {
MovieClip(root).page_01.dashboard.speedometer.gotoAndStop(GRAPHElement_01_01);
}

View 10 Replies

ActionScript 3.0 :: Play / Stop Timeline With Spacebar?

Sep 25, 2011

Normally I have a 'MouseEvent.CLICK' on a movieclip handle this but I want use the keyboard instead of the mouse this time. I haven't used the keyboard for button actions since AS2, any tips on how I can do this in AS3?

View 1 Replies

ActionScript 3.0 :: Play/stop Timeline With Spacebar?

Sep 28, 2011

Normally I have a 'MouseEvent.CLICK' on a movieclip handle this but I want use the keyboard instead of the mouse this time. I haven't used the keyboard for button actions since AS2, how I can do this in AS3?

View 1 Replies

ActionScript 2.0 :: Reverse Play Timeline Till Stop?

Apr 27, 2011

I have 3 objects. One is a Movieclip, and other 2 are buttons (forward and backward)[code]...

Inside MC there are several animations with stop(); where it should stop till clicking Next button to play till the next stop.[code]...

View 1 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 2.0 :: Stop On Anoter Frame On My Root Timeline And Then Play?

Nov 9, 2007

Im trying to tell my movie to goto and stop on anoter frame on my root timeline and then play a movie clip on the new frame... This is probs really simple but it is early.

[Code]...

View 11 Replies

ActionScript 3.0 :: Flash Play Stop Root Timeline Sound?

Aug 15, 2010

I have added some three sound clips, play pause buttons, on the root timeline in a movie with corresponding callouts. I am able to stop all sounds on the main timeline by below

stop_btn.addEventListener(MouseEvent.CLICK, stopSound);
function stopSound(event:MouseEvent) {
SoundMixer.stopAll();
}

But now how do I resume all the sound to play. In sort, mute unmute root sounds in AS3.

View 1 Replies

ActionScript 3.0 :: Working With Frames - "If The Main Timeline Is Finished - Change To The Play Button"?

Jun 10, 2010

I am on the main stage. In a layer I create a button. I double click on this button to enter its layer. I then do some AS3 to say if the play button is pressed, to change to a pause button. How would I say "If the main timeline is finished, change to the play button"? I am trying

[Code]...

View 1 Replies

Scenes - Organize The Timeline And Not Take Up As Many Frames Per Timeline

Dec 5, 2009

how many of you use scenes to get your projects done. I've been switching to a different scene for every new angle (I'm making a flash movie, drawing somewhat 3D perspective, and storyboarding it out like a movie.) I find it makes it easier to organize the timeline, and not take up as many frames per timeline. Are there any downfalls to this method? Because I'm early on in the production, and if there's going to be any problems down the road I'd like to know before I get too involved.

View 1 Replies

ActionScript 3.0 :: Get Number Of Frames In MC?

Jun 13, 2007

How can I get the number of frames in a specific MC?

View 3 Replies







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