Flash 8 - Goto Specific Scene In MovieClip

Jun 7, 2009

I am getting better at Flash 8, but I have a problem. I am in a Movie Clip, and when you press 'g' it returns you to the first scene, and I want it to go to the second scene.
on(keyPress "g"){
_parent.gotoAndStop("Scene 2",7);
}
Is there a way you can do that?

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Goto A Specific Frame Inside A Movieclip?

May 14, 2010

I have a time line with 2 frames only. On frame 1 I have a Movie Clip that contains a gallery and its called "gal1" on frame 2 I have another Movie clip called "gal2". Now I have 2 buttons to call each of these galleries which this code in them[code]...

But when I am in gal1 and I want to click on the second botton to call gal2 with the same exact code attached to button2, it doesn't work!

View 5 Replies

Professional :: Click The Button Which Should Goto Scene Four But It Goes To Scene 2

Apr 8, 2011

I have four scenes, it loads on the first scene. I click the button which sould go to scene four but it goes to scene 2.

View 2 Replies

ActionScript 3.0 :: Flash Buttons In Array - Goto Scene Not Frame

Mar 18, 2011

I have a number of buttons (that are in an array), I want to add a function that basically says:
If the name of the button that you have just clicked on == (is the same as the name of the scene label) then go to that scene: Now I have used this handler function which seems to work O.K, except for the fact that it keeps trying to goto the FRAME label instead of SCENE label.

I keep getting the error message when i click on a button saying:
ArgumentError: Error #2109: Frame label mars not found in scene home.
at flash.display::MovieClip/gotoAndStop()
function autoGoTohandle(event:MouseEvent):void {
for (var i:int = 0; i < arrayItem.length; i++) {
if (event.currentTarget == arrayItem[i]) {
gotoAndStop((destArray)[i]);
}}}

I figured it must be this line of code at the end: gotoAndStop(+(destArray)[i]);
But how do I change it so it goes to the scene label name and not the frame label name? I Tried adding quote marks like
gotoAndStop(("destArray)[i]");
But I am getting errors.

View 1 Replies

ActionScript 3.0 :: Make Buttons Within A Movieclip Play From A Specific Frame In Scene 1?

Aug 30, 2011

I have a movie clip on the main timeline. This movieclip has buttons that I want to play different frames in scene 1.
 
At the moment, this is the code I'm using in scene 1.
 
[Code]...
 
I'm getting the error below but have no idea what I should be doing.
 
[Code]...

View 3 Replies

Flash :: Goto A Specific Frame On Click Event?

Oct 21, 2011

I have created a flash with five movie clips. I want when I press each of them to go and play specific frames on the main timeline? How can I do that?

View 1 Replies

ActionScript 3.0 :: Events Move On To A Specific Scene AFTER The Rest Of The Scene's Animation Has Played Out

Aug 11, 2009

so I have some buttons that, as of right now, simply trigger the scene to move on while at the same time killing some particle effect animations I have spawning when the animation is idle. What I now need to do is make these events move on to a specific scene AFTER the rest of the scene's animation has played out (about 400 more frames) I'm figuring that the gotoAndPlay command has to be tied to some sort of timer variable that I would have to figure out based on my fps. Or maybe there is a way to set up a timer directly tied to a certain amount of frames allowed to go by. I'm pretty noob at actionscript, so keep that in mind. Here is the script at the point where the animation pauses to await user input on the buttons:

[Code]....

View 4 Replies

Actionscript 2.0 :: Jump From One Scene To Another Scene's Specific Frame?

Nov 25, 2009

I am making an online portfolio and I have created the following scenes:homeaboutontactright now, I have three movie clips on the home screen that I have created into buttons.

on (press) {
go to Scene 2, frame 25 ?????????????????????
}

What I would like to do is after someone clicks on the button, it should then jump to another scene's specific frame number. So for example when you press the "about" button, the playhead goes to the "about" scene to 25th frame. Same thing for each button

View 3 Replies

Goto Scene At End Of FLV

Aug 18, 2008

I have an flv video playing from a FLV Playback component. I am trying to have the movie goto the next scene at the end of the FLV video. I have go through numerous tutorials online to get the action to do this, but to no avail. I have tried both addeventlisteners and NS. way to have the movie advance to the next scene after the flv and where the AS has to be to get the movie to function properly.

View 5 Replies

ActionScript 2.0 :: Goto Another Scene Pb

Feb 7, 2003

i have 3 scenes: loading, menu and animation.when i'm playing the animation scene, i have a slider. I wanna use it as a on/off switch to go back to my scene "menu" so it goes like that:the bouton (instance "onoff") of my slider (on root of "animation"):on (press)[code]i have a movie clip also on root of "animation" that does a small loop between its frames 1 and 2 and i added the script:[code]So my question is, why can it control a MC and not jump to a scene??

View 14 Replies

ActionScript 3.0 :: Goto Scene At End Of FLV?

Jan 26, 2011

I have an FLV video playing from a FLV Playback component. I am trying to have the movie goto the next scene at the end of the FLV video. I'm using Action Script 3. How do I do that?

View 1 Replies

ActionScript 3.0 :: Goto Next Scene After Finishing .flv?

May 3, 2010

I created a scene that contain a .flv imported(external not into timeline). I want exactly after finishing my .flv , go to next scene. I tried some ways, buut they didnt work.

View 6 Replies

ActionScript 3.0 :: Goto Next Scene When It Reaches The Last Frame Of It - CS4

Mar 2, 2010

I am currently working on a project that has a movie clip, in Scene 1. I would like this movieclip to be able to play from this scene and go to Scene 2 (next scene) when it reaches the last frame of it. I use CS4 & AS3.

View 6 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 :: Stop Advanced Gallery When Goto Another Scene?

Aug 9, 2010

I have tried to get the advanced gallery to work and now it does but it does not disappear when you going to another scene. What should I write to get it to stop when you want to go to another scene and where should I write it? I used the tutorial on this site to get my gallery: [URL]

The code lookes like this, written in the first frame in a scene:
import mx.transitions.Tween;
import mx.transitions.easing.*;
var myGalleryXML = new XML();
myGalleryXML.ignoreWhite = true;
myGalleryXML.load("gallery.xml");
myGalleryXML.onLoad = function() {
[Code] .....

View 1 Replies

ActionScript 2.0 :: Goto New Scene When Score Reaches Certain Number

Apr 14, 2003

I'm trying to create a game for a class project, using Flash MX. Unfortunatly, I am unable to figure out how to goto a new scene when the score reaches a certain number.

The ActionScript for it is...:
//hit
_root.total = _root.total + 100
//miss
_root.total = _root.total - 50
[Code] .....

I've even tried using ""'s around 'score' and other things, but still no luck. I still havn't figured out the stupid timer either...

View 5 Replies

ActionScript 2.0 :: If Statement - Goto Different Scene In Main SWF File

May 25, 2007

I have a movieclip in my main timeline as a menu. I want to go to a different scene in the main swf file depending on what scene I am in. Right now I'm using an if statement on the button within the menu (see below) but when I click on the button it only plays the first line of the if statement.

on (rollOver, dragOver) {
gotoAndPlay("s1");
} on (rollOut, dragOut) {
gotoAndPlay("s2");
} on (release) {
[Code] .....

View 3 Replies

ActionScript 2.0 :: Pressing A Key Squence To Goto Next Frame Or Scene?

Jun 20, 2008

actionscript 2 code to reconize a squence of key presses to trigger next frame or next scene.

View 7 Replies

ActionScript 2.0 :: Between Scene Navigation To Specific Frames : Flash 8?

Feb 2, 2012

In the live preview mode, buttons/frames enabled I can navigate between scenes to specific labelled frames.However, when I view the 'movie' I can not navigate between scenes at all.My frames are all labelled.

View 1 Replies

ActionScript 2.0 :: Script To Identify When FLV Movie Complete And Goto Scene

Dec 13, 2006

We have craeted a viral video.I converted raw video to an FLV file and created a swf playing file which progressively streams the FLV file.At end of video I just want to have a final screen that shows some animated text. How is this done?!That is my confusion. In the swf playing file (that calls FLV file) can one program an Action Script that identifies when video has stopped playing and then move to say Scene 2, Frame 1 to play animated text?

View 9 Replies

ActionScript 2.0 :: Multiply Buttons On Scene On Release Goto And Wait

Jan 25, 2011

I have been really strugling getting my buttons working. I have one scene that have multiply buttons that shows from time to time on the timeline. My needs is that each buttons when released goes to an specific frame number (label) waits for 5 sec and then continue playing the scene from were it did stop and wait.

I have mamage to make the first buttons work, but when scene changes to the rest of the buttons on the timeline nothing happends. I have tried to place actionscript on an actionlayer (timeline), also tried to apply actions to each button. Same problem. I use actionscript 2. All buttons have instance name, and they shuffle, meaning that they show and dont show depending were on the timeline you are. This is for an adult site, so I am not sure that it is allowed to post an link to the flash scene.

View 1 Replies

ActionScript 2.0 :: Goto A Specific Frame Using LoadMovie()

Mar 13, 2004

Anyway, I'm using loadMovie() and then trying to go to a specific frame within it:

[Code]...

When I replace "currentFrame" with a number, say 10, it doesn't work either. This should be so simple but I just don't get it.

View 3 Replies

ActionScript 2.0 :: Goto A Specific Frame Using Var And Array?

Mar 18, 2009

i have, i have a problem with my code.i have a mc (button) that when you click on it should go to a specific frame (the option clicked) and then charge a movie.the button (mc) ist created by a duplicatemoviehere is the code

PHP Code:
stop();import caurina.transitions.Tweener;//_global.addTween= function(){ Tweener.addTween( arguments[0], arguments[1] ); }Stage.scaleMode "noScale";

[code].....

View 2 Replies

ActionScript 2.0 :: Load External SWF - Goto Specific Frame?

Apr 15, 2006

I am loading an external movie with buttons... I would like the loaded movie to goto a specific frame. This is the code to load the new movie

Code:
on (release) {
loadMovie("movies/1.swf", "display");
}

I did search (external swf frame) but nothing came up with what I needed

View 5 Replies

ActionScript 2.0 :: Using Goto Function At Specific Date In Movie

Sep 17, 2009

I need some actionscript which I can put into a movie and when that movie gets to a certain date i.e. my birthday the file redirects to my website. I would like the movie to always redirect to my site, even when that date has passed.

View 2 Replies

ActionScript 3.0 :: Goto A Specific Frame In An External Movie

Sep 9, 2009

I'm making a training video and right now I have a container swf that loads external swf's In the container swf there is about 3 frames in the beginning and on the fourth frame you choose the section you want to go to next. The sections are just external swf's. To load the section / external swf I'm using:

[Code]...

View 0 Replies

Actionscript 2.0 :: Goto Specific Frame Depending On Date?

May 7, 2011

I need to make a function (inside Flash) that will let a swf find out what date it is (each time it is loaded from a server) and then - according to the date - display a frame designated to that date. Optionally, I could have the swf load another swf based on the date.Originally I had planned to make some php wrap-around that would do the loading of different swf's for me - but this is not an option since the swf may soon be uploaded to a server that I cannot feed with php-documents (I don't get access for that - swf only!)So now I must find a way to do this within the swf. But as of right now I am clueless.

One thing I did learn during my googling the past many hours is that the "Date class" in Actionscript is risky - in that it 'reads' what date the end user has on his/her machine. So in the event that some user has the date misconfigured that will screw up what my swf will display.Therefore I am hoping that I could somehow do a variation of php's "echo date" and get the date from the server - but inside Flash. And then have that bit of data call for a certain frame/scene/loaded swf.

View 6 Replies

ActionScript 2.0 :: Loadmovie - Goto A Specific Marker Within The External .swf

Sep 12, 2006

I am loading a external swf into a MC "m_loader" but i want to go to a specific marker within the external .swf (Marker "m1q1"), i can load the .SWF fine but how do i go to specific place currently using the following AS.

[Code]...

View 1 Replies

ActionScript 3.0 :: Multi-clickable Button - Goto A Specific Shape Tween Each Time It Is Clicked

Nov 18, 2009

I'm working on making a nitrogen tank that inflates a balloon a little bit more every time you click the tank. How do you set it up to go to a specific shape tween each time it is clicked, and then have it stop and make a reset button appear?

View 2 Replies

Flash :: Make A Button Navigate From Scene 1 To Scene 2 Without Displaying Both Scene Content In Scene2?

Jan 27, 2011

ive made a button in the scene 1 which i have managed to navigate to scene 2 but when i click the button it goes to scene 2 but displays everthing that is in scene 1 in scene 2, how can sort this out so upon the button click in scene 1 it goes to scene 2 and only display content in scene2.

[Code]...

View 1 Replies







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