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


Similar Posts:


ActionScript 3.0 :: Buttons On The Main Page Doesn't Goto And Stop At Other Frames In The Main Scene

Jun 14, 2010

I added a website preloader in a separate scene to the main frame of my website and scripted it to go to and Play the main scene or frame of the website when finished loading. I then put a command in the first frame of the main scene for the movie to stop (); at that point. The problem is that now the buttons on the main page don't respond to any behaviour commands to go to and stop at other frames in the main scene. I'm not sure if this is a conflict between the stop(); command in the main scene and the button behaviour command to go to and stop at another frame or an error with the way I'm identifying the scene and frame.

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

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 :: 'If' Statement' - Goto Another Frame When Click A Button

Jan 29, 2006

I need help with the 'If' statement I want it so when i click a button till the socre gets to 5 I want it to go to another frame.

View 8 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 2.0 :: Have A Main Scene, Then Sitting In The Root Scene Have 2 Movie Clips.1)?

Dec 28, 2009

No..not that type of parenting ;DOK,I have a main scene, then sitting in the root scene I have 2 movie clips.1)centro2)fotoIn the first movie "centro" there is a menu btnI want this menu btn to call up mclarge + its frame (1) thats housed 3 levels inside the foto mc in root.

Main scene - (1) centro (banner which houses menu btn)
(2) foto_mc
- Main_boy_mc (<---works if menu btn houses in here)

[code].....

View 0 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 1/2 :: Preloader Scene With Main Movie Scene

May 7, 2009

I can get by and make nice flash sites, but I'm still learning what goes where and am still borrowing code to get by.I've laid the problem out in some detail as I am sure that will save a lot of questions later on, but feel free to ask if you want more info.Problem is as follows: I've built a two scene flash site using open source code for the preloader scene:[code]The main scrolling menu scene works great when it's a one scene movie and the preloader code works fine with a load of other sites I've built, but when I put them together on this site (the code for the scrolling menu precludes the addition of a preloader directly into that scene so separate scenes are a necessity) everything goes to pot.When testing the site (both as a standalone SWF file and when embedded in an HTML file) the preloader works fine and the main scene appears correctly, but when you click on any button to move back or forth along the menu/timeline it jumps and jerks along very roughly and stops short of its designated point.

This causes the whole scene to fail as the designated timeframe for each button contains a movie instance that won't function until the specific timeframe is reached.It's odd behavior and I'm stumped as both chunks of code work fine separately.I've even tried a much simpler preloader that doesn't display percentage or anything, it just cycles between frame one and two until the movie loads and then plays it (just like this one, but with no bells or whistles).Unfortunately my lack of actionscript knowledge prevents me from even finding a simple term to sum up the problem so I've failed to find any similar issues on any forums or Google.

View 3 Replies

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

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 :: 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 :: 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 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

AS3 :: Go From A Main Scene To A Second Scene In Flash?

Nov 30, 2010

I am try to go from a main scene to a second scene in Flash. The code work just fine to take me there, but when the scene appears it seems that I lose focus with the scene and the actions that should runs doesn't until I click once on the screen. Now I am using a button to navigate from one scene to another. If I use a movieclip instead of a button then everything works just fine. In my second scene I am using the keyboard to control different things in the scene.

View 1 Replies

ActionScript 2.0 :: Loading Data From XMl File And Uses It To Run An If Statement. If Statement Fails?

Oct 10, 2008

The Flash movie contains 2 Text files, one Component button, and 1 component checkbox.The purpose of the application is to load an XML file(works)Populate 2 text fields with information from the XML file(works)Compare the two text fields, if they contain the same information then the checkbox, via AS is told to be selected. (Heres the problem);

Heres the code:

Code:
runCode_btn.onPress = function() {
data_xml = new XML();
data_xml.ignoreWhite = true;
data_xml.onLoad = function(success) {

[code]....

The idea behind this app is that its an electronic form. The user fills it out, the information is then sent to a newly created XML file, months later the open the XML file in flash, and Flash fills out text fields and check and or unchecks Checkboxes based on the XML data.CheckBoxes are mandatory.But I don't see how I'll be able to use them if i can't create and condition statements based on the loaded Data.

View 1 Replies

ActionScript 2.0 :: Goto Main Timeline From A Movieclip

Dec 22, 2004

I have seemed to have forgotten how to go from a movieclip to a frame in the main timeline. I have done it a few months back but I dont have the fla right now to reffer.

View 4 Replies

ActionScript 2.0 :: Goto Main Timeline From A Movieclip?

Dec 22, 2004

I have seemed to have forgotten how to go from a movieclip to a frame in the main timeline. I have done it a few months back but I dont have the fla right now to reffer.

View 4 Replies

ActionScript 2.0 :: Use The GotoAndPlay To Direct The The Main Timeline To Goto Frame 2

Sep 30, 2004

After the HitTest, How do I use the gotoAndPlay to direct the the main timeline to goto frame 2, and not frame 2 of _root.circle MC? with _parent?

I know this might be a simple question, but my brain hurts from the previous 'debugging'.....

both of these give me the same results.

onClipEvent (enterFrame) {
if (_root.circle.hitTest(_root.box1)) {
gotoAndPlay(2);
;

[Code].....

View 4 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 :: Button Go Back To The Main Timeline And Then Goto Another Mc Nested In Another Mc?

Jan 23, 2005

I'm trying to have a button go back to the main timeline and then goto another mc nested in another mc. For some reason it the output section when i test this says the following...Target not found: Target="_root.printmc" Base="_level0.instance8.instance29" Here is the script I have on the button.

on (rollOver) {
gotoAndPlay("move");
}
on (press) {[code]....

View 4 Replies

ActionScript 2.0 :: Dilemma - Get Loaded In Swf To Goto Frame Label On Main Timeline?

Oct 21, 2005

I have a button that is loaded into my main movie at level 2. in my main movie on the timeline I have a frame label called guestbook. I want my button, when released to go to trigger the frame label. on my button i have the script:

on (release) {
_root.gotoAndStop("guestbook");
}

Obvously this does not work because it references the wrong timeline so i tried:

on (release) {
_parent.gotoAndStop("guestbook");
}

thinking that somehow it would see the parent swf and work - haha - me and my dumb ideas of course it doesnt work.do you know how i can get it to work. Perhaps i should mention that the button that loads in at level 2 is inside a movie clip (for reasons of animation)

View 1 Replies

ActionScript 2.0 :: Goto And Play Scene - _root.gotoandplay And Even Scene1.gotoandplay Won't Work?

Nov 9, 2007

For some reason i'm having problems swapping scenes in my flash movie. At first i put the action in a "actions" named layer and a link to a button. So basicly when scene1 loads the frame 1 action is "stop ();". The viewer clicks on button1 which has a code of;

[Code]...

View 1 Replies

ActionScript 2.0 :: Go From 1 Scene In A File, To A Specific Scene In Another File?

Jan 25, 2005

How do I go from 1 scene in a file, to a specific scene in another file? Must I use those Named Anchors, and whats the scripting then??This is what I've got at the moment:

Code:
on (release, keyPress "<Left>") {
loadMovieNum("presentation.swf", 0);

[code].....

View 5 Replies

ActionScript 3.0 :: Unable To Run Next Statement In Constructor Main Function?

Jan 1, 2012

I have a main.as scipt whereby i put the following in the constructor main function.
 
L1: LoginScreen.enterBtn.addEventListener(MouseEvent.MOUSE_DOWN, checkLogin);
L2: map.visible=true;
 
it will execute checkLogin function but stuck at Line 1. how do i make it run Line 2?

View 1 Replies







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