ActionScript 3.0 :: Use AddChild To Create A Child Movieclip?
Dec 13, 2009
I am trying to use addChild to create a child movieclip of one created in another Class. It creates one fine in the testCanvas class but when I want to add a child clip with mctestObject I get nothing.
Code:
package
{
import flash.display.MovieClip;
import test.mctestObject;
[Code].....
View 3 Replies
Similar Posts:
Aug 21, 2009
in my last flash website i built, i created a gallery, my way of creating pages in flash are to have a movieclip as a page, so to make it easier to switch between the paged (page switching functionality is purely done in AS3). the gallery was a problem however, i needed the pictures to appear as popups, however to add the child from inside the movieclip, any masks i use would prevent the popup from leaving the immediate area of the page. so to get around this problem i basically used: MovieClip(root).addChild()
in my opinion this was a mistake, because it created other problems. the problem was that the popups are still connected to the page, even though they are outside of it, which meant that using removeChild() to switch from the gallery, meant that any popup that were still active, 'DIDNT' dissapear, and worse than that, because the page was removed, the popups lost any AS connected to them, which meant the couldnt be removed at all.
[Code]...
View 2 Replies
Mar 10, 2010
var viewStack:ViewStack = new ViewStack();
viewStack.percentWidth = 100;
viewStack.percentHeight = 100;
[Code]....
Its only displaying canVas3 contents not canVas1 and canVas2
View 1 Replies
May 25, 2010
Within the main timeline I have a menu, which is a MovieClip. This menu is comprised of about 17 "buttons", each of which point to a different section of the site. When a "button" is clicked (2 examples: menu_bag_button, menu_trashbag_button), the menu will animate, moving left, and 2 library items (bag_container and close_btn) should appear to the right, both within "framecontainer".Then, while the menu is on the left, this specific button must not repeat the menu animation, thus I did an if statement finding which frame it is on, and if it's on the left, it simply clears the framecontainer and loads the content again.
The problem is that when another link is clicked, it needs to do one of two things: if the menu is in the center with no content loaded, it needs to animate the menu to the right, and load the content/close_btn into "framecontainer"; or, if the menu is on the left, it needs to clear "framecontainer" and load the corresponding content.I've tried a lot of things but since all of these buttons are within "menu_mc", the actionscript has to point to the root, THEN to"framecontainer" and everything gets convoluted.Here is my current code. It functions fine, except for the fact that it doesn't clear content, so it continues loading the frames so that one is closed, there is still other content behind it:
import flash.display.*;
import fl.transitions.*;
import flash.events.MouseEvent;[code].............
View 1 Replies
Jun 11, 2009
I have a package that scales a pic up when the pic is moused over. Also in the .fla that references that package, I have code that loads the pics into movie clips on the stage(using XML).
My problem is that when I mouse over the pic it goes behind the other pics that are next to it. The moused over pic needs to appear above the surrounding pics. I know this is an addChildAt / indexing issue. I'm just having trouble working it into my code.
Actually, the package code (PhotoScaler.as) has a line that is supposed to make the moused over mc go above everything else, but it doesn't work when I add a pic to the symbol
Here is the Package code:
Code:
package AS3code {
import caurina.transitions.Tweener
import flash.display.MovieClip;
import flash.events.MouseEvent;
[Code]....
View 2 Replies
Sep 8, 2009
i have a parent movieclip mcA and i want to add another movieclip mcB (child movieclip) inside mcA such that the extra part of mcB is hidden. The size of movieclip remains same as of mcA
For ex:-
mcA = 300x300
mcB = 400x400
then only 300x300 of mcB movieclip is visible and rest of the part is hidden.
View 5 Replies
Sep 1, 2010
I'm adding various movieclips to the stage with the following code:var invis_obj = new invisible_li_mc();addChild(invis_obj);However, when I try to access the movieclip such asinvis_obj.buttonMode = true;I get nothing however, something like invis_obj.alpha=0; works fine..
View 7 Replies
May 26, 2010
Everywhere I've looked has instructed me to download plugins and addons because they're "superior." I'm just looking for a simple fade in/fade out when a child is added/deleted (if fadein is all I can get, I'll take it.) Here is a function I'm calling...
[Code]...
View 2 Replies
Jul 21, 2009
"TypeError: Error #2007: Parameter child must be non-null.
at flash.display:isplayObjectContainer/addChild()
at newLFXsite_fla::MainTimeline/onClick()"
so i get this error every time i click on the about page after the homepage appears on screen, from what i know im doing everything right, but i guess theres something wrong that i cant see.
[Code]...
View 2 Replies
Oct 5, 2009
My issue is this: When I call MC1.addChild(MC2), it moves MC2 a few pixels from the location it was originally. I don't want it to move MC2,
View 7 Replies
Oct 23, 2009
I am trying to get a circle shape and a text-field sit inside a square sprite, using addChild() method. Both the children seem not to agree sitting in the lap of their parent; and are sitting at a distance, instead. If I create a square symbol on the stage and run the application, everything is fine.
[Code].....
View 3 Replies
Jul 28, 2009
The code below is called after a thumbnail is generated and available. It is supposed to add the thumbnail to a MC along with the file name. The first go around (after a file is uploaded and converted) works, but the second time around the 2nd MC is generated and placed on stage with the correct file name and thumb image, but the first thumbnail image isappears (the file name stays).I don't understand why.
Code:
function initlistener(e:Event):void{
myURLFILE = "myURL";//reset URL
[code]......
View 2 Replies
Feb 19, 2010
public function GlobalSolutions()
{
Navigation(' Home ', 'index', 235, 0x97F9EC);
Navigation(' Office Supplies ', 'Office_Supplies', 295, 0x97F9EC);
[code]....
I want to remove the appropriate child (e.currentTarget) and create a new child in its place with the next line, but it doesn't work. What do?
View 13 Replies
Jan 23, 2009
Using Child Navigation to load main time line.I am new to AS3 and have done pretty well but have been caught up this area.I have been loading swfs into a loader (imageLoader) which has been added to the stage using addChild. Then with buttons and functions I load other swfs into the same loader which replace each other. I now have an swf "testProject3a.swf" loaded into (imageLoader) which has icons for navigation and when each icon is clicked I need it to load another swf into (imageLoader) and replace it's self "testProject3a.swf" with "portalB.swf".I've tried adding removeChild code to the loaded swf but it removes the original (imageLoader) and the other buttons have nothing to load into.[code]
View 3 Replies
Mar 30, 2009
This is something I'm experimenting with, but haven't seemed to figure out... I have several MovieClips, basically the same, only different colors. As each one plays, I'd like it to "overlap" whichever one is already there. Right now I have each button linked to a gotoAndPlay function, but I don't think that will ever get me what I want. You can see how I have it now here: [URL]
Instead of having the content MovieClip go back to all white when a button is clicked, I'd like the preivious one to remain, and get "covered up" by the new one. You continue to see the old color, and the new color overlaps it. I have a feeling I need to use a variable and then addChild, with a removeChild for the old MovieClip after the new MovieClip has loaded, but I'm not getting any good results yet.
View 1 Replies
Jul 13, 2010
my_mediafile.load(new URLRequest("PMP2.jpg"));
//trace ("my_mediafile "+my_mediafile);
trace(mc_pmp.gfx_pmp)
mc_pmp.addChild(my_mediafile);
i have a movie clip(called gfx_pmp) inside of my movieclip (called mc_pmp) and i wanted to add a child to that movieclip gfx_pmp
thought i could use this code
mc_pmp.gfx_pmp.addChild(my_mediafile)
but it doesn't seem to work. when i ran a trace on mc_pmp.gfx_pmp it returned null as a value
trace(mc_pmp.gfx_pmp)
//returns null
i dont see what the issue is here, or why the trace on that is returning null
[object mc_pmp_43]
1st trace gfx_pmp [object MovieClip]
2ndtrace gfx_pmp [object MovieClip]
[Code]....
View 2 Replies
Aug 19, 2009
how to remove all child of a movieclip if no of child are not known
View 2 Replies
Aug 23, 2010
I have a list of items inside arrays containing names and prices. I want when i click a button it should go into ARRAY1 grab the name, then ARRAY2 grab the price and put it in a container box. If i click the same button again it should update the quantity field. Take a look at the image below. [URL]
Im trying to use a parent child system where when i click the button, it adds a movie clip child that contains 3 dynamic fields, to the main container and populates these fields with quantity based on how many times i click button 1 and then the name and the price will be multiplied by the quantity. If i click button 2 the same process repeats and at the end it shows the total of all items in the list.
View 3 Replies
Dec 27, 2010
I have an application in which I need to create mx.states.State objects on the fly, as I'm reading external data in order to create the states. Each State only has a single child, so here's my code which I was using to accomplish this[code]...
View 2 Replies
Jun 28, 2009
I'd like to create a chain of objects (either movie clips or sprites) that move left to right across the stage continuously. I know I can create two movie clips that contain a series of several 'chain links' and are each a little wider than the stage width. Then I can move both clips across the stage and when the first movie clip is completely off stage reset its x position back to 0. Likewise, when the second clip is completely off the stage on the right, reset it's position off the stage to the left.
This works and gives me the basic effect that I want by creating this uninterrupted moving chain, but it doesn't seem like its the most efficient way to achieve this. What I thought would be more efficient would be to create each link in the chain separately from an individual mc in my library by programmatically adding new instances to the stage.So, I created a single chain link mc and set its export linkage to 'Link' and left the base class to flash.display.MovieClip. Next, I placed the following snippet of the code on the first frame of my movie:
Code:
var xPos:int = 0;
var yPos:int = 100;
[code].....
View 1 Replies
Mar 15, 2011
I want to create a grid of movieclips using an array. But every movieclip added needs some sort of unique idenifier so i can access each individual movieclip.
The grid is 6 movieclips on the Y and variable on the X(that doesnt really matter to be honest)
I have managed to create an Array that displays 6 movieclips on the Y using this [code]...
now i tried creating another class and storing the 6 tickets i made in this class in another movieclip and then using the same method in the other class (i called it Ticket_Batch) i created another row of 6 movieclips. although this kind of worked visually i could no longer access each individual ticket.
my question is: how do i create a 6 x 36(or any other multiple of 6) grid of my movieclips in the same class using an array (or 2 arrays) and giving each movieclip an instance name that i can access and use?
View 4 Replies
Aug 11, 2011
If im usin function to add a mc to the stage like so:var myChild:MC= new MC();
function somefunc()
{
stage.addChild(myMC)
[code].....
View 4 Replies
Dec 21, 2010
On my stage I have a movie clip called 'm1'. I also have a variable 'i' which is equal to 1. if I load in a bitmap (called 'bmp') and then use: this["m"+i].addChild(bmp) it attaches the bitmap to the movie clip - no problem. However, if I have a second movie clip WITHIN 'm1' (let's say this second movie clip is called 'mm1') - I can't figure out how to dynamically attach the bitmap to the second movie clip. this["m"+i].this["mm"+1].addChild(bmp) doesn't work....
View 1 Replies
Feb 3, 2009
I'm basically creating a huge slideshow presentation for a live show. I decided to put everything into 1 huge fla/swf so that it is more manageable in the future.With AS3, I have made it so that when the user presses the right arrow key, it will seek out the requested frame label and play the next slide.This works well.However,some of the frames need to be played again in later slides.So I would prefer to reuse those frames again, instead of copying and pasting them 10 times.When I do that though,I have no way of switching to the next slide, as I've already set the nextframetoplay variable in my class.
Does anyone have a better way of doing this? Should I perhaps create the screens and just create a holder and use addChild to play them instead of jumping to the frame labels?
View 10 Replies
Oct 10, 2009
I am having ongoing issue with using addChild(). Everything else works. The code below now loads all thirty five images and the addChild command is used directly on the Bitmap in initHandler in the ButtonClass.as excerpt below. Now I commented out the line that I was going to use to add these Bitmaps as children of the MovieClip in placeThumbnail function in the FLA. So I believe the only problem I have left is finding a way to get the Bitmaps to be children of the correct MC //This code excerpt is from ButtonClass.as
public function imgLoad(buttonMC:MovieClip) {
imgLoader = new Loader();
imgLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, finished_loading);
imgLoader.contentLoaderInfo.addEventListener(Event.INIT, initHandler);
var link=buttonMC.entry_thumbnail;
[Code] .....
View 1 Replies
Apr 21, 2011
i've been trying to add a child to a movieclip that already exists on the stage using a timer event. i can't get this to work. i have been able to add a child through other events such as mouse down but this one wont work. here is the code for the timer.
var person:MovieClip;
var peopleFrequency:uint = 400;
var peopleTimer:Timer =new Timer(peopleFrequency);
[Code].....
View 2 Replies
Jun 5, 2011
when i didnt use classes, i could easy attach my custom variables to movieclips using this code;movieclip.customvariable = value;but now I am working with classes, and it isnt possible anymore.I am trying to attach variables chip and sensor to the child like this: [eiland1 is the movieclip]eiland1.chip=1;eiland1.sensor=teller1;but then I get this error:1119: Access of possibly undefined property chip through a reference with static type Eiland.the same goes for the sensor variable.
View 13 Replies
Feb 15, 2011
im using .addchild to add an image to a movie clip:
function imageLoaded(e:Event):void {
fn=fn+1;
if (fn==1) { panel.estadoimg.addChild(imageLoader); loadImage(datosXML.localiza);}
if (fn==2) { panel.mapa.mapaimg.addChild(imageLoader); fn=0; }
}
The think is that i want to reuse that movieclip, how can i clean it?
View 3 Replies
Oct 4, 2011
I just tried to add the movieclip "box" to the "container.holder". Both movieclips are on stage. Nothing happends with this script.
container.holder.addChild(box);
View 1 Replies
Jan 4, 2012
I am trying to use a for loop to increment the creation of a movieClip and adds the movie clip to the stage. Something like this:
[Code]....
View 2 Replies