ActionScript 3.0 :: Targetting Main Scene Labels Within Button Thats Inside Movie Clip

May 2, 2009

i have movie clip named serviceMenu which is instance of menuAll in Scene 1

scene 1 have 8 labels:

serv1 - serv2 - serv3 - serv4 - serv5 - serv6 - serv7 - serv8

inside serviceMenu i have 8 buttons

when i doubleclick serviceMenu it take me inside

menuAll which have 3 layers

1- 1 keyframe actions

2-1 keyframe for the button

here is the code for one of the buttons

servSix_btn.addEventListener(MouseEvent.CLICK, goServ6);
function goServ6(event:MouseEvent):void
{
serviceMenu.gotoAndStop("serv6", "Scene 1");
trace("button Clicked")
}

and here is the error: "1120: Access of undefined property serviceMenu."

am trying to target scene 1 labels

View 3 Replies


Similar Posts:


ActionScript 2.0 :: Targetting A Movie Clip - Loaded Into A Container Clip From Main Timeline

Nov 24, 2005

I am targeting a a movie clip. The problem is that all the syntax I have found for targetting clips looks like this: _root.sample_mc.sample2.mc. etc. The problem is, my target clip is in an swf that I've loaded into a container clip from my main timeline. So, essentially, I have a home.swf that loads menu.swf into a container called 'location'. In menu.swf, I have an MC called center, which contains the MC I am targetting called 'target'.

View 2 Replies

ActionScript 2.0 :: Access Variables On Main Scene From Inside A Movie Clip?

Jun 30, 2005

How do I access variables on the main scene from inside a movie clip.

I have a variable called player health, and inside the movie clip I want to do this, playerhealth -= 20, but its not working

View 10 Replies

IDE :: Button On Movie Clip, Inside The Scene 1?

May 16, 2009

I have in the Scene 1, on layer 2, Frame 2 a movie clip named "Festival_conteudo_mc".And inside of this i have a buton ( close_btn ) that I would like to close this movie clip and go to the Scene 1 - to the main menu.On Scene 1 I have my menu buttons ( Festival and Contacts ).

The problem is that i dont know how to make them communicate, I've tryed _root, and As3 tells me it doesnt exist and its replace by Stage...I too new in this stuff. What happens when i put

close_btn.addEventListener(MouseEvent.CLICK,menu)
function menu(Event:MouseEvent):void
{
gotoAndStop("Scene 1", 1);
}

It give Script no error, but when i Export the movie a error 1067 is reported.

View 1 Replies

ActionScript 2.0 :: Put A Button In A Movie Clip To Control Actions In The Main Scene?

Nov 19, 2004

I put a button in a movie clip to control actions in the main scene. Shouldn't that work? For some reason it doesn't.

View 11 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 :: Make Button To Go To Play Frames On The Scene But Not Inside The Movie Clip

May 26, 2009

I have a movie clip on a scene with a button inside. How can I make this button to go to play frames on the scene but not inside the movie clip in AS3.0?

View 7 Replies

Professional :: Button Inside A Movie Clip Controlling Main Timeline?

Mar 10, 2010

I have a movie clip on the main stage- inside that movie clip is a button- I want that button to contol a function on the main timeline-

example: Button Script

closeAll_btn.addEventListener(MouseEvent.MOUSE_DOWN, goCloseAll);
 
function goCloseAll(e:MouseEvent):void {
****don't know what to put here to activate "closeAllOpenMovieClips" function on main stage****
}
 
example: Main Stage Timeline Script
 
function closeAllOpenMovieClips():void {  trek_mc.gotoAndStop(1); lost_arts_mc.gotoAndStop(1);  rain_mc.gotoAndStop(1);  vintage_mc.gotoAndStop(1);}

***don't know if I need more script on Main Stage Timeline that just "function" ***

View 5 Replies

ActionScript 2.0 :: Targetting - Use LoadMovie() To Load Movie Into Main Movie - Buttons No Longer Work

Oct 1, 2003

I have a movie. In it are some buttons and a dynamic text field. When I press the buttons is should load text from a database into the dynamic text field. If I run the movie by itself (ie. not by LoadMovie()-ing it into a different movie) the dynamic text field gets filled with text and all is well and good. However, when I use LoadMovie() to load this very same movie into my main movie, the buttons no longer work; the text field stays empty.

[Code]...

View 9 Replies

Professional :: Tell The Movie Clip To Go To  The Main Scene Frame 1?

Feb 8, 2012

I am working with an iMAC running 10.6.8.I have created a flash file with only the main scene, which has a List button and a Home button. The List button has 20 links as a scroll list, each link installs a movie clip from the library.The problem I am having is the List button works fine until I add the Home button, then the Home button works fine, but the List button only works on the frame that the action is on. Each button is on it's own layer, and runs the whole length of the show, which is 220 frames. I have a stop label at each place a movie clip is to play.
 
If I remove the Home button from the main scene and put it into each movie clip, how do I tell the movie clip to go to  the main scene frame 1?

View 7 Replies

ActionScript 2.0 :: Address The Main Scene From A Movie Clip?

Dec 1, 2009

I`m new here but as I`m working on my showcase for the university I experience a bit of a flash issues because of being noob What i can`t find out is what script to use so i can make a "back" button in a movie clip to load a designated frame (let`s say frame 5) from the main scene. I`ve tried this:

back_vs.onRelease = function(){
gotoAndPlay("sceneOne", 5);
}

[code].....

View 3 Replies

ActionScript 2.0 :: Preloader Run In A Movie Clip Rather Than In The Main Scene?

Nov 30, 2006

i would like to have a preloader run in a movie clip rather than in the main scene...http:[url]....i have followed this tutorial exact and it works when i create it on the main scene,but the loading bar and text doesnt work when i build it in a movie clip.

View 6 Replies

Professional :: Cannot Dynamic Text On Movie Clip In Main Scene?

Sep 7, 2010

I am using Flash MX and am a complete novice to Actionscript. I created a movie clip with a dynamic text box that works fine when I test the movieClip scene.  I brought that onto the main movie time line and when I go to test the movie, the dynamic text no longer works. I have tried different actionsript options on the main time line and on the movie timeline but cannot figure out where I am going wrong. Could someone give me a very basic walkthrough as to what I need to do to get this to work?

View 9 Replies

ActionScript 2.0 :: Movie Clip To Blur When The Main Scene Hits Certain Frames

Jan 22, 2009

Is there any code that basically says, if root frame = 2 then do this.. I basically need my movie clip to blur when the main scene hits certain frames. The movie clip pans around though with script thats why i cant just add a blurred image to a layer in the main scene.

View 6 Replies

ActionScript 2.0 :: Play A Movie Clip Inside A Different Scene?

Jun 5, 2009

So this is where I'm stumped. I have 2 scenes, the first scene has "mc1" and the second scene has "mc2" and a button inside it. how do i get the button in mc2 to play mc1?

View 2 Replies

ActionScript 3.0 :: Play Movie Clips Embedded Inside A Movie Clip On The Main Timeline?

Dec 6, 2009

I have my flash document set up in the following way: On the main timeline I have my buttons that I want to play movie clips embedded inside a movie clip on the main timeline.However, when I click each different button, the current movie clip stops playing and then the movie clip corresponding to the button plays.

I want them all to be able to play at once. So for example you push button 1 and the alien plays, but half way through you could click button 2 and the alien clip would keep playing, but also the helicopter clip would begin to play as well.Here is the code I have so far:

building_btn1.addEventListener(MouseEvent.CLICK, alien);
building_btn2.addEventListener(MouseEvent.CLICK, helicopter);
function helicopter(e:MouseEvent):void {[code]......

View 1 Replies

IDE :: Timeline Inside These Movie Clips And The Timeline On The Main Scene Have To Correspond To Work

Jun 10, 2009

why the timeline inside these movie clips and the timeline on the main scene have to correspond to work. [URL]

View 1 Replies

ActionScript 3.0 :: Add Button Inside Move Clip And Call It From Main Timeline?

Mar 16, 2012

On the main timeline I  have a movie clip called clock_mc and playBtn playBtn is  placed in the center of clock_mc When you press playBtn clock_mc starts playing
 
playBtn.addEventListener(MouseEvent.CLICK, playClock);
function playClock(event:MouseEvent):void
{
if (event.target == playBtn)

[Code].....
 
I've tryed to placed the replayBtn on the stage on the main timeline and I've set it up to replayBtn.visible = false; And then I add replayBtn.visible = true; to last AS frame of clock_mc but it wont work Even when I put the button physically to the last frame of clock_mc it will not work either.

View 3 Replies

ActionScript 3.0 :: Add New MC To The Main Timeline From Inside The Current Movie Clip In Any Event?

Jan 6, 2009

I created an empty MC on the main timeline:

var ribbonMC:MovieClip = new MovieClip();
addChild(ribbonMC);

On the main timeline I have another MC which loads a DataGrid mcomponent.I have a ListEvent.ITEM_CLICK attached the DataGrid.When a row is clicked, I want to replace the ribbonMC clip I created with a different MC.However, no matter what I do I cannot seem to
properly remove the clip and add it to the main timeline in its place.I have tried getChildByName() in order to grab the clip:

var rmc:DisplayObject = getChildByName("ribbonMC"); (I've
tried type MovieClip here too)

But all I seem to get is a null object, so it cannot be unloaded. Even if I did grab it, I cannot seem to figure out how to add my new MC to the main timeline from inside the current movie clip in any event. Since _root is no longer used in AS3.

View 10 Replies

ActionScript 2.0 :: Using GotoAndPlay From Inside A Movie Clip To Go Back To The Main Timeline

Aug 12, 2009

I have a ten-frame Flash doc. Seven of these frames have movie clips. What I want to do is be able to have a user navigate to another frame in the main timeline by clicking a button at the end of each movieclip.

I'm using this code:

on(release){
gotoAndPlay("Scene 1",6);
}

[Code]....

And I"m not getting errors but it's not working when I launch the movie.

View 5 Replies

ActionScript 3.0 :: Jump To Frame# Inside Different Movie Clip From Main Timeline?

Apr 29, 2010

how to jump to a certain frame number / frame label inside a movie clip on the main time line (ROOT) from ANOTHER movie clip elsewhere. Any ideas?

View 1 Replies

ActionScript 3.0 :: Movie Clip With Button > Controls Scene?

Oct 7, 2010

This is what I thought would be pretty easy to do:

- I have 1 scene named: "ucScene"
- I have a Movie clip on frame 1 with instance name "ucMovie"
- Inside this movie clip is a button with instance named "ucButton"

When I click this button I want my "ucScene" to "gotoAndStop" on frame 10

[Code]...

View 2 Replies

ActionScript 2.0 :: Movie Clip Button Inside Movie Clip Won't Work

May 27, 2008

ive got a slider menu which opens when clicked. however the buttons (also mc instanced) inside the slider mc wont work... here is the code:

[Code]....

the slider mc works however i cant seem to get the 'web_MC' to respond..

View 3 Replies

Professional :: Going Back To The Main Frame, From Inside A Movie Clip Time Line?

Mar 29, 2011

In flash CS5 I want to go back to the main time line, from inside a movie clip button, so when i click the the movie clip it goes to another frame on the main time line.. 

View 5 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 2.0 :: Preloader Movie Clip - Once It Is Loaded Somehow It Doesnt Go To The "main" Scene?

Dec 25, 2002

I have this Preloader movie clip on one scene called "preloader" then i have content on the second scene called "main".The preloader works fine, its just that once it is loaded somehow it doesnt go to the "main" scene.This is the AS on the preloader MClip ::

onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();[code].....

View 14 Replies

Randomlabel And Labels Inside Clip

Dec 22, 2010

I've got some symbols (clips) placed in the main scene (all in the same second frame). They are all the same (it only changes the label inside of them). In the first frame of every symbol is a stop. Then, in the second frame is where I have labelled and that�s where I want them to start (after playing all the frames they should activate another random label in another symbol and go to frame 1). I want to put in the main movie (frame 1) a randomlabel pointing inside the label of a symbol. The symbols would be at frame2 of the scene. After activating the first label the would activate each other until a timer stops.

View 2 Replies

ActionScript 3.0 :: Tooltips Not Working Inside Embedded Movie Clip But Works On Main Stage

May 17, 2011

I  have a movie clip that is a navigation window and I am trying to have some tooltip hover over the buttons inside the navigation window.
 
If I create a button on the main stage it hovers and works fine but if I create the same clip inside the embedded navigation window the tooltip does not show up.  I do not have any error messages but it is not there that I can see.

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

ActionScript 2.0 :: Fade In White Movie Clip Over Main Movie When A Button Is Pressed?

Aug 30, 2006

I am looking for a way to fade in a white movie clip over my main movie when a button is pressed.

(i.e. When you press a button, a white rectangle will fade in over all other layers and then fade out after a couple of seconds. This is to make it look like the different pages are fading in and out without having to build the transition over and over again.)

View 8 Replies







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