ActionScript 2.0 :: Go To Specific Scene When Button Pressed

Apr 1, 2011

I am creating a music project using flash that will show students how to play scales and chords. At the moment I have 3 combo boxes ('tonic', 'tonality' and 'type') and a 'go' button. and when I press the go button I want it to go to the scene that contains the chord/scale that has been chosen. at the moment i have the code :

if((Tonic.value == 'C') and (Tonality.value == 'Major') and (Type.value == 'Chord'))//CmajorChord {
gotoAndStop(3);
} else if((Tonic.value == 'C') and (Tonality.value == 'Major') and (Type.value == 'Scale'))//CmajorScale {
gotoAndStop(4);
} else if((Tonic.value == 'C') and (Tonality.value == 'Minor') and (Type.value == 'Chord'))//CminorChord {
gotoAndStop(5);
} else if((Tonic.value == 'C') and (Tonality.value == 'Minor') and (Type.value == 'Scale'))//CminorScale {
gotoAndStop(6);

I have this code for all 12 keys.

View 0 Replies


Similar Posts:


IDE :: When Button Is Pressed It Goes To Specific Frame?

Dec 10, 2009

So I have 13 buttons and each of these load the same movieclip. Now how do I make an if statement so that depending on what button is pressed it goes to a specific frame in this loaded movieclip?

View 1 Replies

ActionScript 2.0 :: Preloader - Load A Movie Clip After Pressing A Specific Button In The Main Scene

Jan 2, 2005

I wrote this AS for my preloader which schould be able to load a movie clip after pressing a specif button in the main sceene:

[Code]....

1) The problem is that to be able to target a movieclip I will need to give it a instance name. Where can i find this function in MX ?

2) I cannot understant how I schoul put a loadBar being a small movieclip on the main timeline, I think( the same timeline the container clip is at ) or maybe not ? well I am bit confused now..

Well I have done already a sceene preloader for my site and it works perfectly and i did not experience any problems as Im having now with this new kind of preloader.

View 2 Replies

ActionScript 3.0 :: "If" Statement Into The OnClipOver Function - Trace What Specific Button Is Being Pressed

Apr 8, 2011

I'm making the transition from AS2 to AS3 and have some rollover and rollout code below. I'm looking to place an if statement into the onClipOver function that can trace what specific button is being pressed. In AS2 I would use the "this" command to see which movieclip was being used. how to properly write the IF statements using AS3 in the code below.

[Code]...

View 2 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

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

ActionScript 2.0 :: Make A Box That Fades In When Pressed On The Button And Fade Out When Pressed For The Second Time?

Nov 16, 2004

I have a function on root:

_root.fadeBox_mc.onEnterFrame = function (){
if (fade){
this.nextFrame();[code]....

This causes a mc to fade in and out on rollover/rollout. But what I wanna make is a box that fades in when pressed on the button and fade out when pressed for the second time. But if I say

on (press){
_root.fade = true;
}

the mc fades in, but I cant do another on (press) to fade out. Is this too confusing?

View 2 Replies

ActionScript 3.0 :: Move To Next Scene When The Enter Key Is Pressed

Mar 24, 2011

I have a scene and I want it to move to scene two when the enter key is pressed.

View 8 Replies

IDE :: Load A Flash Animation In Webpage When A Specific Key Is Pressed?

Sep 28, 2009

I want to load a flash animation in my webpage when a specific key is pressed. e.g: If i press "A", the page should display animation 1. If i press "B", the page should display animation 2 and likewise.

View 5 Replies

ActionScript 2.0 :: Make The Movie Jump From Scene 1 To Another Scene By Clicking On A Button?

Apr 17, 2004

I have a movie with 4 or 5 scenes. How can i make the movie jump from scene 1 to another scene by clicking on a button?

View 5 Replies

ActionScript 3.0 :: Error #2109: Frame Label <BUTTON INSTANCE NAME> Not Found In Scene <SCENE NAME>.

Sep 2, 2011

I'm getting this error in the OUTPUT window, when I PREVIEW (COMMAND + RETURN) my SWF:
  
ArgumentError: Error #2109: Frame label nGallery_btn not found in scene Scene 1.
at flash.display::MovieClip/gotoAndStop()
at BrookBrovazMusic004_fla::MainTimeline/pageSelect()
 
- The funny thing is that the SWF works the way I want it to. You can view it here:  http://brookbrovaz.com
  
- I just don't like the idea that something's wrong, according to the OUTPUT window anyway.

[Code]...

View 3 Replies

ActionScript 3.0 :: Get Button To Go To Another Scene Error #2108 Scene Not Found

Oct 22, 2010

I believe I'm not alone in this problem but I don't see any answers in any of the forums.I have a movie clip that has a button that I wish to take me and play my first scene at frame 1.I labeled my the 1st frame "startLabel" and my scene is named "mainScene", and that's where I want to go from my "button" that is placed in my "movie clip symbol scene".

[Code]...

View 4 Replies

ActionScript 2.0 :: [fmx] Go To A Specific Scene In The SWF?

Aug 17, 2004

I've got a script that once a button is clicked it loads an external SWF on level 0. However, I need to go to a specific scene in the SWF. I've searched the usual ie Flash Kit with no luck!

Here's what I've got

on (release) {
loadMovieNum("CRM_1.swf", 0, "GET");
}

What script do I need to add and where?

View 1 Replies

ActionScript 2.0 :: Go To Specific Scene?

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);
}

but it just starts the whole file from the start.. I want it to go to example: scene 5 in presentation.swf....??

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

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 :: Get Number Of  Frames In A Specific Scene?

May 22, 2010

Are there anyway to get number of frames in a specific scene? There's a totalFrames property of MovieClip class, but that's the total frames of all scenes.

View 3 Replies

ActionScript 2.0 :: Stop Specific Frame Go To Next Scene?

Jul 14, 2011

i want to make a puzzle..a photo seperated in 10 pieces(10 scenes)withdifferent speed.each piece does a move from right to left and back again.when i push a button in the correct frame i want to go to the next scene to do to the same thing,if its the wrong frame i want to play another scene.and is it possible to all that staff with one button?

View 0 Replies

ActionScript 2.0 :: Change Scene In A Specific Hour

Jan 17, 2012

I was wondering how i can change scene in AS2 in a specified hours of the current day..Until the date the scene 1 contain "Promo coming soon".when the time set is reached (example at 5pm) the swf go to scene2 and play the promo image.. it's possibile?

View 9 Replies

ActionScript 2.0 :: Refresh A Scene To A Specific Frame?

Apr 8, 2003

is there a way to refresh a scene to a specific frame?

I am making a chat room and am trying to figure out how to refresh the messages.

View 1 Replies

ActionScript 2.0 :: Make A Specific Thing Happen While Clicking A Specific Button

Jan 17, 2006

What I want is a hint how to make a specific thing happen while clicking a specific button. Like "if I click button 1, do this". Would like to use this script though I'm gonna add buttons over time and this is an easy way to have the functionality working.

Here's the code:

Attach Code

function hitButton(btn) {
btn.onRollOver = function() {
this.colorTo (0xC4006A);

[Code]....

View 4 Replies

ActionScript 2.0 :: Printing Movieclips From A Different Scene In A Specific Area?

Jul 22, 2011

So I've recently started working with ActionScript 2.0 at my internship. I am now working on a game, that already had all its graphic interface designed and I am doing all the programming. Basically what I have to do is get some movie clips (randomly) from a different scene and print them on another scene in a designated area (but also randomly). I am not sure the best way to explain my problem, so I made a sketch of how the scene should look. [URL] So basically I want to print the movie clips on the black space, as if they were the red squares. But the movie clips are stored in a different scene in the same project. So I want to know two things: how do I get the movie clips from the different scene? And how do I print those movie clips on the specific area?

View 1 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 :: Point To A Specific Scene When Mouse Is Inactive?

Oct 17, 2006

I'm working on a presentation to be presented on a Trade Show. It have an inicial movie, running in loop, but with a Menu bar, so people could stop the movie and go to a product catalogue. I want that when people stop looking the catalogue and go away, the presentation go (after a few minutes) to the initial movie loop again.

View 4 Replies

ActionScript 2.0 :: When Press The Movie Clip It Goes To Specific Scene Label

Aug 20, 2011

i have a menu with 8 buttons and every movie clip of them have the following script on it

[Code]....

what i need is when i press the movie clip it goes to specific scene label. i tried this code

on (release) {_parent._parent.gotoAndPlay("b")
}

but it doesnt work with movie clip but works with buttons only , so is there any equivalent code to use with the main code above of movie clip.

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

ActionScript 2.0 :: LoadMovie - Target A Specific Scene In The Load Movie Command?

Jul 9, 2002

I want to load a movie loadMovie ("target", _root....) and so on. My question is can you target a specific scene in the load movie command?? I have a movie with a button that loads a new movie into level 0 so it replaces the first movie. Now in the new movie I have a button that unloads the new movie and loads the previous one. But it starts it off at the veru beginning of the movie. I want it to pick up where the first button click took place.

View 2 Replies

ActionScript 2.0 :: Motion Tween The Button To Return Up To Its Original Spot When Another Button Is Then Pressed?

May 26, 2005

I'm trying to create a set of 4 vertically arranged buttons that 'split' apart when those buttons are pressed. For example, if you click the topmost (1st) button, the bottom three buttons will drop down so submenus (for the 1st button) can now be revealed beneath. Again, when you click the 2nd button from the top, the bottom two buttons drop down, revealing submenus, and so on.

Now, is there a way that I can use actionscripting to tween the buttons to not only motion tween a drop down when a button is first pressed, but also to motion tween the button to return up to its original spot when another button is then pressed? Right now, I have two keyframes, side-by-side which each containing a different y-scale value for an object. Can I do some actionscripting to get the object to motion tween upward to its original spot instead of "clicking," or snapping back to is original spot when another button is pressed?

View 1 Replies







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