ActionScript 2.0 :: CS3 Movie Play Next Frame Help
Mar 23, 2009
So i'm making a game (yah like no one else is xD) and in the game a movie clip moves across the screen. I want to make flash play the next frame once the movie clip leaves the stage. So like when the guy finishes moving across it would go to the next frame an say "you win" Is there anyway to do this? Im using actionscript 2, and flash cs3.and also, please dont tell me that i need to do this or that, gimme the code too.
View 1 Replies
Similar Posts:
Nov 21, 2007
I have my flash on multiple scenes, and would like to play an animation when clicking on the navigation button before switching to a different scene.
I'm halfway to accomplishing this.
Here is what i used
Code:
_root.gotoAndPlay("changepage1");
_root.onEnterFrame=function(){
if(this._currentframe=="changepage2"){
[Code]....
The above code is on a blank keyframe. Changepage1 is the start of the animation and Changepage2 is the end of the animation.
Upon clicking the navigation button it plays the above scenes.
However it doesn't change scenes to scene "Home2".
View 1 Replies
Jul 3, 2010
how to code this on a button
onrelease
gotoandplay(10); // i need delay here before activating the next code below//
gotoandplay(80);
the trick is.. i want the button to play frame 10 to 40 then after playing from frame 10-40 the movie stops and then play frame 80 to 100
View 4 Replies
Jul 23, 2004
I am creating a site, and it has a animation that it has to play before loading the next section. What I cant figure out is what function I need to create so that when a user clicks on the vision button it will play the frame after stop(); which will close that section, then have it load the frame for the section that the person clicked on. The only way I can think of doing this is creating 3 different close animations for the three sections. But I figure there has to be a way to have it play the one close animation and then goto the frame which is the portfolio section or vision section (depending on the button clicked).
View 1 Replies
Jul 23, 2004
I am creating a site, and it has a animation that it has to play before loading the next section. What I cant figure out is what function I need to create so that when a user clicks on the vision button it will play the frame after stop(); which will close that section, then have it load the frame for the section that the person clicked on. The only way I can think of doing this is creating 3 different close animations for the three sections. But I figure there has to be a way to have it play the one close animation and then goto the frame which is the portfolio section or vision section (depending on the button clicked).
View 1 Replies
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
Nov 29, 2005
How can u play a movie clip until a certain frame.
Lets say I have some buttons on the main stage. There is a MC on stage, let's say 100 frames long, which is stopped on frame one.
If you click button1 it plays the clip until it reaches frame 50 of the MC.If you then click button2 it plays from frame 50 until it gets to frame 90.
If you then press button1 again it plays till the end, loops, and comes to a hault on frame 10.
View 8 Replies
Aug 6, 2009
I am using a button (btn1) to attach a movie (hole01). The movie attaches fine but I can't seem to get it to go to the second frame of the attached movie and play.
[Code]...
View 2 Replies
Oct 8, 2010
I have a car that is a movieclip with 2 frames looping in scene 1 and I want the car to switch to another movieclip when I press the space button and go back to the oroginal car clip when space is released and if possible add a sound when space is pressed.
View 4 Replies
Feb 1, 2010
I've set a list of movies symbols playing at different time line individually and put them all together in 1 frame on the main timeline. However, i'm thinking of playing those symbols 1 at a time without changing the main timeline. Each of those symbols has the stop(); on them. However, it doesn't seem to work as i thought it would be. Is there anyway i could create a button, and while clicking on the button itself, it plays the 1st symbol and stop before playing the next symbol ? Sorry, i haven't put up any codes yet. A newbie here doing his final major project.
View 3 Replies
Feb 9, 2010
I have a menu bar at the top and and when i click the different buttons i want to play different movies from the start i.e different pages, and where i used to just type goto and play etc
I have the impression that i cant type straight on the button layer anymore so I need to type the code on an actions layer (right or wrong?)
I think this is nearly the code i need but what do i type to get it to go to a particular movie and frame?[code]...
View 2 Replies
Oct 8, 2010
I have a car that is a movieclip with 2 frames looping in scene 1 and I want the car to switch to another movieclip when I press the space button and go back to the oroginal car clip when space is released and if possible add a sound when space is pressed.
View 1 Replies
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
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
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
Apr 7, 2010
I am new to Flash and want to create a movie that has the classic "Click to Play" over a thumbanil of frame from the movie.
View 3 Replies
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
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
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
Nov 12, 2010
Enter frame play movie clip. I am trying to use this code]...
View 1 Replies
Dec 13, 2010
I am trying to load and play a video once the frame is accessed in the SWF and then have it close when I exit the frame (move forward a frame).
I use to have this working by clicking buttons, but cannot get it to work with a listener for stage or anything else. I want to do this automatically and call the oCoach and cCoach functions.
Code:
//========Scenario Movie===================
var pCoach:coach_mc = new coach_mc();
var spriteCoach:Sprite= new Sprite();
[Code].....
View 0 Replies
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
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
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
Mar 9, 2007
Say on frame 100 of my timeline on my layer movie, I want to load a clip. What is the AS that I put in the keyframe 100?
View 2 Replies
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
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
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
Feb 3, 2009
I want to have a movie load and play in the timeline, when a frame is entered. I know about the enterFrame function, but don't know how to apply it.
View 9 Replies
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