ActionScript 2.0 :: Dynamic Menu Creation And Duplicate Movie Clip?
Apr 25, 2005
The menu will consist of Main headings and Sub headings that will appear when the Main headings are clicked.The Headings are displayed within movie clips that are generated via duplicateMovieClip()I have attached actionscript to the timeline of a movieclip and it loads and displays the Main headings with no problem.On the one movie clip that I am duplicating, I have an on(press) action that is supposed to generate the Sub headings using the same duplicateMovieClip technique. This is where I run into trouble. I cannot get the Sub headings to generate. Can you specify duplicateMovieClip() within the on(press) function of a movieclip that was already duplicated?
View 1 Replies
Similar Posts:
Oct 21, 2009
Im trying to make a page where i duplicate a movie clip where i would load my images externally from a folder. Each duplicated movie clip should have a different image inside it. It doesn't seem to work. Here is the source code i made:
[Code]....
I am attempting to make an Infinite Slider Menu (in this case picture folio...)using duplicate movie clip and dynamic image loading. I'll worry about the cascading part later, i just need to make this work right now.
View 2 Replies
May 22, 2003
I'm a Flash MX action scripting newbie. I'm trying to create a dynamic drop down menu system that reads a text file to create the items listed in the menu. I've been reading tutorials and trying to break down source fla files to understand how things work. I'm stuck on what the following block of code means.Would it be possible for someone to break down the following code for me? It references menudata.txt to create the drop down menu. I can successfully modify menu.data.txt to create more menus and change the titles in each button, but creating sub-nav is totally kicking me in the arse.
The code follows:
item_spacing = 18;
x = 1;
[code]....
View 1 Replies
Sep 12, 2009
When you make a movie clip, and have it open, does it have a physical 'place' on your pasteboard or main timeline?
For instance, when I test my 'scene' (as opposed to movie) my clip will be out of whack and off to the side of my movie viewer.
Then when I place the clip in my main timeline, i have to monkey around with it to get it to line up. I get a circle and a blue line at the top, but not sure what that space corresponds to.
Is there a good tut out there for movie clip creation and placement? It feels really sloppy the way Im doing it.
View 1 Replies
Jul 27, 2010
I love the clean setup but have a problem with my scene movieclips playing before they enter the screen. What I am looking to do is have an intro animation play for each mc scene as the user clicks on that section. Currently the mc comes into view but sits at the final frame.
Once I can get this working I would REALLY like to have an exit animation as well, but am unsure how to set this up. The user would have to click a button, activate the exit animation and then Flash would remove the mc scene and drop in the mc scene selected by user.
View 2 Replies
Jan 14, 2009
The following works just fine:
[Code].....
But, What I want is for part of the logo's image to be cut off, while still drawing without squishing. Basically, (from what I've read) I want to crop it's pixel bounds. But, the following doesn't work:
[Code]....
View 0 Replies
Aug 9, 2008
make dynamic horizontal menu working inside movie clip instead of main timeline just like as it now.
I cant get it to working so i need you if you can assist with little coding.
View 1 Replies
Aug 30, 2011
I have several movie clips on the stage. They are draggable. I want to be able to drag the movie clip, then when it is dropped, a copy of that movie clip will appear where the first one had been, and the first one will just stay where it is on the screen.
However, I'm running into problems with the syntax.
Here is my current code:
[Code].....
View 14 Replies
Apr 14, 2010
I�d be grateful if anyone can answer what should be a simple problem. I�m building a Flash program that has many movie clips (like they all do). At one stage I need to duplicate a specific movie clip and make it appear in another movie clip.
PS: The movie clip needs to be added by actionscript as it is made on the fly in the program, hence it cant be in the original .fla file � if that makes sense.
View 5 Replies
Jan 29, 2010
how to duplicate movie clips which allow me to drag every movie clip duplicated.
View 4 Replies
Feb 24, 2005
Is there a way to duplicate a movie clip into another movie clip?
So far I have only been able to get the movie clip to duplicate itself within the movie clip it is already in though I am calling the duplication from another movie clip (which is where I want it duplicated into).
Basically I have pictures (as movie clips) in a scroller. When you click on a picture I want it to duplicate that picture into another Movie Clip outside of scroller on the _root level. This outside movie clip is actually calling the duplication using onClipEvent(enterFrame). So far, though, it only duplicates itself into the same movie clip and so this duplicated picture also scrolls with the scroller (which isn't what I'm wanting).
Here is the outside movie clip's actionscript:
Code:
onClipEvent (enterFrame) {
//tried the below line as well:
// duplicateMovieClip(showPic, "previewPic", 0);
[Code]...
The above code (using either duplicateMovieClip methods) places the duplicated movie clip at _root.showPic instead of the outside movie clip.
View 5 Replies
Mar 6, 2005
All i want to do is duplicate a movie clip then put it into another movie clip. How would i do this? Can i just use the attach movie function
View 2 Replies
May 15, 2009
I have a very simple problem but I can't find the very simple solution to it. I've create an animated menu with animated movie clips inside to work as buttons. All the main buttons work perfectely but I've got just on button with a sub-menu. On this sub-menu I've placed an invisible hitarea button in order to place some gotoAndStop action. The thing is, it seems to me like this submenu hitarea are underneath something else (even though is the seccond layers right about the actions layers). I've placed a simple trace action whenever the mouse rolls over this area but I get nothing... Am I doing something really wrong? I'm losing all my hair already.
View 2 Replies
Jun 18, 2009
I have to duplicate a movie clip on a movie, to make an endless scrolling menu. The problem is I don't know real well how to do it, I can do it fine with graphics but it looks like not possible to do it with mc.here's a sample of my code I am trying to attemp
Code:
var refFirst:MovieClip = MovieClip(menuGroup.getChildAt(0));
var copyFirst:test1 = new test1;
trace (refFirst.name);
View 2 Replies
Jul 6, 2009
I posted last month about how to duplicate a movie with a mc in the library in the timeline. [URL] except now my code strategy has changed since and now I need to duplicate mc casted from objects loaded from an XML file, and I create a class file for easier xml management. My goal is to make a wrap around effects for animated menu icons that use separate swf files. this is the function I try to create, but my concern is in the else statement:
[Code]...
View 8 Replies
Apr 8, 2005
how can i duplicate a movie clip and then place it on a certain place on the stage
View 5 Replies
Mar 21, 2007
Why this code is not working. Here I have a movie clip named 'mainmovie' in the scene. And inside that movie I have a text box named 'textBox' Look at this code the movie is duplicating in my code but the value is not coming inside the text box...
[Code]...
View 2 Replies
Feb 12, 2004
I need a tutorial for a hierarchical drop down menu system that drops down 3 sub levels. Do I make the items in the sub menus individual buttons and then insert them into a movie clip or make every sub menu item a movie clip and insert them into buttons?
View 1 Replies
Mar 5, 2010
I have found a little FLA which demonstrates how the duplicate movie clip can be used.I tried to simplify and adjust the AS according to my needs. With some part i was successful but with some i wasn't.
i want to be able to set the beginning X position of the clips as "0" in X values. but when i assign "0" to the this._x , it naturally generates/duplicates all the clips at the same point. What I'm trying to achieve by doing this is, when the stage is scaled in means of width my clips should start to originate from the very left of the stage whatever the stage's width is.
my second question is how can i adjust the speed?When I stretch the stage width they(duplicated clips) all speed up in order to travel the whole stage in the same amount of time as they do with the initial/beginning stage width. I want the speed to stay constant whatever the distance is.
View 4 Replies
Jan 15, 2009
I have a series of movie clips that are dynamic text fields created with the createTextField call. The text field is dragged and dropped onto a box. At that point I want to create a duplicate of that text field and to then position it on top of the box. The code appears to be creating a duplicate of the original clip and the traces are all successful, however, the actual movie clip is not displayed anywhere on screen.
I feel that it has something to do with the depth. Originally, I was passing this.getNewHighestDepth to duplicateMovieClip but that seemed to result in my existing text fields disappearing instead!
[Code]....
View 1 Replies
Dec 10, 2003
Ok, I have a simple duplicate movie clip for loop, but I want the duplication of the movie clip to be delayed by a setInterval. This is what I have so far:
[AS]myNumber = 10;
for (count=0; count<myNumber; count++) {
myClip.duplicateMovieClip("myClip"+count, count);
this["myClip"+count].clipText.text = count;
this["myClip"+count]._x = (this["myClip"+count]._width+2)*count;
}[/AS]
works fine. How could I add a setInterval to delay that script?
View 3 Replies
Jan 20, 2006
in the first duplicate move clip I'm loading an array. I want to duplicate the movie "slide" again. so i get the same movie with the array and an other name on the right of the original movie.at this moment It only loads one slice from the array and I need all//mMaskedSLice//array with the gotoandstop
View 2 Replies
Feb 10, 2007
When i Release a button/movie clip i want to play other movie clip and i want to duplicate this movie clip. For exemple i have a castel and when i press it i want a soldier go to a position on the "map" . If you have an ideea (and you have) please tell me how to solve this problem. Look at this example : [url] when i use a key a duplicate mc (a soldier) go up on the castel .
View 6 Replies
May 26, 2007
When using 'duplicateMovieClip()' is it possible to specify a path and x and y values on which the clip to be duplicated ? I have searched for the duplicateMovieClip syntax and this is what I found: duplicateMovieClip (target, new name, depth).
View 5 Replies
Dec 16, 2007
I am "trying" to experiment on have one movie clip load an external image and then telling it duplicate the movie clip with the loaded contents... is this possible? Here is what I have on the "loader" movie clip:
[Code]...
But this doesn't seem to be working as planned.
View 4 Replies
Jun 28, 2009
i am trying to add a duplicate movie clip, for my MMOG, when another player enters the room. I am using this code:
[Code]...
View 1 Replies
Dec 10, 2003
Ok, I have a simple duplicate movie clip for loop, but I want the duplication of the movie clip to be delayed by a setInterval. This is what I have so far:[AS]myNumber = 10;
for (count=0; count<myNumber; count++) {
myClip.duplicateMovieClip("myClip"+count, count);
this["myClip"+count].clipText.text = count;
[code].....
View 3 Replies
Sep 20, 2002
look at this thread [URL] now the movie works which is great but i want to have a lot more balls. i could create 150 of them and give each an instance name but that would take forever. is there a way to do this with actionscript. i know i can duplicate a movie clip although i don't know how to put them in that box formation like i have them in this movie but can i duplicate them into that formation and assign each an instance name that consists of a number so that when [i] is equal to their instance name the clip will play.
View 4 Replies
Feb 13, 2009
I just read a thread on how to duplicate a movie clip and drag and drop it with AS2. However, I keep getting a syntax error on line 3. Attached is the file.
View 1 Replies
Nov 11, 2009
I'm using AS3 in timeline. I'm trying to duplicate a movie clip that exists on stage. I'm unsuccessfully using the following code:name of movie clip on stage = ball_mc.[code]how to duplicate a movie clip not using its class name.
View 2 Replies