How To Create Variable That Contains MovieClip

Aug 8, 2009

I want to create several "buttons" (which are actually MovieClips) that are all identical apart from an image and the link. My thought was to create a movieclip button that contains a var that will represent a movieclip, then in each instance of the movieclip button set that variable to be the movieclip image that will correspond to the button.

Geez my query seems so simple until I try and put it into words...The gist of it is, how do I name a movie clip variable? Something like, in the main movieclip, instead of inserting a specific image into the movieclip, insert a variable named innerImage, then in each instance of that movieclip name the image to be inserted by specifying the variable

var innerImage:MovieClip = the movieclip I want for this instance.
If the var was a number, it would just be:
var innerImage:number = 4;
If the var was a string:
var innerImage:string = "word";
So for a movieclip:
var innerImage:MovieClip = ???

View 10 Replies


Similar Posts:


Actionscript 3.0 :: Create Variable That References A MovieClip?

Aug 9, 2009

I am just starting to learn Flash. I am trying to make a "simple" Flash menubar to add to a basic html/css site I am building, as a learning project. I figured out how to make the navigation "buttons" using frame labels and event listeners. All the nav buttons will be identical, except for an image and the link destination. I know enough about ECMA based code to be dangerous to myself, so rather than make 7 individual buttons, each with there own AS and objects, I am wanting to make it more efficient by reusing the redundant information.

This is the logic than I am trying to use:

Create a generic button named "button_mc" that has a child which is a variable instead of actually pointing to a specific object. Then, create 7 different instances of that object (button1, button2, etc), and in each instance assign the proper image (contained in a mc) to the variable that is in the parent object.The problem I am having, is that I can't figure out how to make a variable that will reference a movieclip or graphic.[code]...

View 4 Replies

ActionScript 2.0 :: Create One Or Several Instances Of A Movieclip From The Library With Variable Names?

Feb 16, 2011

Is it possible to create one or several instances of a movieclip from the library with variable names

my1_mc
my2 _mc
.........
my5_mc

so that I can make a function that will use the name of any of these movieclips.

View 4 Replies

ActionScript 2.0 :: Create A String Variable...and Then Use The Value Of That Variable To Declare Another Variable?

Jan 3, 2006

f you know PHP...then you know that you can create a string variable...and then use the value of that variable to declare another variable. like this:

PHP Code:

<?php$foo = "haha";$i{$foo} = "success";print $i{haha};?>

and it would display "success"...or like this:

PHP Code:

<?php$foo = "haha";$$foo = "success";print $haha;?>

and it would also display "success".

View 6 Replies

ActionScript 2.0 :: Create Variable Names Using My Percentage Variable?

Dec 4, 2005

I'm currently working on an advanced preloader and i'm creating loads of different variables etc. based on the percentage loaded. I need the variables to be named Number + percentage, so in the end I will have Number1, Number2, Number3, Number4 etc. How can I create variable names using my percentage variable? Can't seem to find anything that answers my question.

View 2 Replies

ActionScript 3.0 :: Create A Variable And Get The Button To Add One To That Variable?

Jan 28, 2010

I want to be able to have a number displayed on the screen that when one of the arrows next to it (up/down) is clicked it adds 1 to the original number (lets say 72). Then when they click the "save" button that really just takes them to the next frame (or a frame somewhere else in the movie), which is a confirmation page, I want the number they ended at to display on the confirmation screen.
I'm thinking that it is partially because I don't know what to search for.I know I have to create a variable and get the button to add one to that variable.

View 2 Replies

ActionScript 2.0 :: Flash8 Variable Set-up - 'if' Statement To Run From Variable When Playhead Encounters MovieClip

Aug 21, 2009

I want to declare a variable on the main timeline that can be called from anywhere in my movie. So, _global var should be the right approach. I want to declare a movie clip 'MC1' "open", or "closed" so that when it is revisited, my flash file knows the user has been there before and performs a different task from the one it does when 'MC1' was first encountered. So, i need a 'if' statement to run from the variable, when the playhead encounters the movieClip.

[Code]..

View 2 Replies

ActionScript 3.0 :: Change String Variable To A MovieClip Variable?

Oct 10, 2008

I have been banging my head against a brick wall regarding the following problem which must be very simple to fix, just can't see the answer.I have a class assigned to a movieclip called canvas. The class is called drawClass. I have called the instance of canvas on the stage 'drawingCanvas'.When I trace "drawingCanvas" I get object drawClass] which is fine. Tracing drawingCanvas.name gets me the instance name 'drawingCanvas'.This is a String variable.Basically what I am trying to do is pass the MovieClip name to another class. In my example the class 'toolBar', which can then interact with the MovieClip.

The problem is passing 'drawingCanvas.name' results in a String, so I get an error saying :TypeError: Error #1034: Type Coercion failed: cannot convert "canvasArea" to flash.display.MovieClip.I can't for love or money find a way to convert a String variable to a MovieClip variable! I have the name of the MovieClip, I just need to tell the toolbar class. But I can't find a way of doing this as the instance on stage is an object of drawingClass, not a MovieClip (unless MovieClips with attached classes are not treated as standard MovieClips?).

View 9 Replies

ActionScript 3.0 :: Create Variable Without Variable?

Feb 24, 2010

I have a [code]...

in the end of code i have 2 variables 'iconFace' and 'splice'.This variables without var.. so first question this is ok practice?

Second question: maybe need create 2 classes for this variables? and in class declare variable?

View 8 Replies

ActionScript 3.0 :: Movieclip Inside Movieclip Variable Not Defined

May 17, 2011

I am brand new to AS3 and just about muddled through with AS2. I have a problem which should have a simple solution but everything I try gives errors.I had a load of buttons on the main timline which worked fine. I have moved a load of them into another movieclip called flyoutMenu. Now none work and I get the error:Error #1065: Variable about is not defined.This is the code stripped down to one button:[code]

View 2 Replies

ActionScript 3.0 :: MovieClip Accessing A Variable That Is In A Function Outside Of The Movieclip

Dec 8, 2010

I am trying to access the variable myParentVariable within the function myParentFunction() from the MovieClip's myMovieClip_mc function myMovieClipFunction().
 
I know that It works if I declare the variable myParentVariable outside of the myParentFunction() but I don't really want to do that

main timeline
//-------------------------------------------------------------------- ---
myParentFunction();
function myParentFunction():void

[Code]....

View 1 Replies

Use A Variable And Then AddChild With A RemoveChild For The Old MovieClip After The New MovieClip Has Loaded

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

ActionScript 2.0 :: Send The Variable X To Each Movieclip So That It Can Be Called From Within Each Movieclip Instead?

Aug 1, 2005

I have a loop that creates movie clips where the movie clips are named mc_+ x for say x = 1 to 10 so the movieclips are called mc_1, mc_2.....mc_10.

What I need to do is the know which one of the movieclips is clicked on but more importantly the number i.e if movieclip mc_2 is clicked on then I need to use the value 2.

At the moment I am sending the value of x to be displayed in a text box within each movieclip:

_root.search.textfield.text = x;

Then I have a piece of actionscript that uses the value of x but I don't seem to be able to "re-read" the value of x back with:

var t = _root.search.textfield.text;

what I want is t = x is it to do with strings and number variables?is it possible to send the variable x to each movieclip so that it can be called from within each movieclip instead?

View 1 Replies

ActionScript 3.0 :: Create A New Movieclip For Each Top-level XML Node And Include In The Movieclip Two Separate Textfields?

Jun 4, 2009

My goal with this actionscript is to create a new movieclip for each top-level XML node and include in the movieclip two separate textfields, an image, extend the movieclips to two row if necessary, rotate each movieclip differently depending its parity and add a hover event based on the movieclips instance name. I have achieved each goal except for the hover bit. The reason I cant access the instance name outside of the for loop is because the instance name only lasts for duration of the loop. Here is my current code (at pastie address).

[URL]

View 3 Replies

ActionScript 2.0 :: HitTest And Positioning - Create An Invisible Movieclip That Has The Exact Size And Shape Of The Animated Movieclip

Aug 23, 2005

This is the third thread I've written for my current project (1st was answered perfectly, 2nd failed [but I still figured it out anyways]) but I'm not sure if there is a solution to this problem. I can't really explain my problem, so once again I've included a helpful animation to show you what I mean. Bear in mind that the pale-blue box represents the movie clip's borders, and those borders are usually changed to include the animation (instead of the borders moving with the animation, the borders get bigger).

For the animation problem, I've already got a solution: create an invisible movie clip that has the exact size and shape of the animated movie clip and make it follow the movie clip as it animates, and make the hitTest check the invisible movie clip instead of the animated one. As for the rotation problem, well, I don't know how to fix it. Is there a way to change that?

View 1 Replies

IDE :: Can't Create A Variable

Jul 28, 2009

I'm trying to declare a new variable within it, but its not working... When I list the variables after, they have not been added?

[AS]var curDepth:Number = 0;
var someNumber:Number = 9;
function makeImage(){

[code]...

View 2 Replies

ActionScript 3.0 :: Can't Create A Movieclip Inside A Movieclip

Feb 23, 2012

I am not able to create a empty movie clip inside a empty movieClip.
 
Here the code..
 
var photoHolder:MovieClip=new MovieClip();
addChild(photoHolder);
var photo:MovieClip=new MovieClip();

[Code]....

View 9 Replies

ActionScript 3.0 :: Can't Create A Movieclip Inside A Movieclip?

Feb 23, 2012

I am not able to create a empty movie clip inside a empty movieClip.Here the code..

var photoHolder:MovieClip=new MovieClip();
addChild(photoHolder);
var photo:MovieClip=new MovieClip();[code].....

View 6 Replies

ActionScript 2.0 :: Create A Button Within A Movieclip Instead Of Just Having A Movieclip?

Feb 27, 2006

Why would you create a button within a movieclip instead of just having a movieclip? Does the 2 different types give you more scripting options?

View 1 Replies

ActionScript 3.0 :: Create A Variable With A Function?

Jun 30, 2010

Is it possible to create variables with a function? I don't mean create my own variable in a function but actually have the function create a unique variable name (eg. exam1, exam2 and so on) they would all have the same data type.

View 1 Replies

ActionScript 1/2 :: Randomly Create Variable From XML?

Dec 13, 2010

I want to create random objects on to the stage through and xml.
 
If u refer the image attached. each circle represents a data from the XML.

i want these to get generated on to the screen randomly with easing animation.
 
note: circles should have random 3-4 colors as mentioned.

View 3 Replies

Professional :: Does New XML Create Empty XML Variable

Feb 7, 2011

I have an XML variable with a bit of content and I want to completely overwrite that content.I thought by calling "new XML" that I'd have an empty variable and could replace the content.Is that not the case?If it's not what method would I use to overwrite the variable content?

View 11 Replies

Flex - Create Variable Paths Using E4X?

Jan 17, 2010

I need to know how I can parse a variable path in Flex 3 & e4X. For example, I have two XML strings where the name of one element is the only difference.

[Code]...

View 3 Replies

Xml :: Create A Xmllist Variable In Flex?

Mar 17, 2011

I am trying to create a xmllist variable in action script like this:

var _menuData:XMLList;
<menuitem label="File">
<menuitem label="Backup Schedule"/>

[Code]....

How do I assign this xml to _menuDAta in actionScript? I dont want to create a string first and then do it all by fixing line break errors.

View 1 Replies

ActionScript 3.0 :: Create A Variable From Function?

Feb 18, 2011

Is it possible to create a function that creates variables?[code]...

View 5 Replies

ActionScript 3.0 :: Create A Variable With A String?

Sep 30, 2011

[code]...

Basically, I need to create variables with dynamic names. How might I go about doing this?

View 3 Replies

ActionScript 2.0 :: Create A Variable In From Xml File?

Oct 6, 2011

i'm new to flash, as & xml and have to create a litte quiz game. now i have a problem, i don't know how to create a variable in as2 from xml data. i want to create a variable called flags, it should read in the xml file the attribute flag, if true or false.

[Code].......

View 9 Replies

ActionScript 2.0 :: Create A New Variable Each Time?

Apr 11, 2006

ok so this is probably really easy. But how do you add a random end to a variable like say

Code:
for(i=0; i<5; i++) {
d = i;
}

but I want the variable not to be d but it create a new variable each time so I can

[Code]...

View 3 Replies

ActionScript 2.0 :: Set A Variable And Create A Loop?

Jun 13, 2008

I need to set a variable and create a loop with this to optimize.I can get it to trace what I want, but the code isn't working properly.

mainAccordion.s1.menu_btn1._alpha = 90;
mainAccordion.s1.menu_btn2._alpha = 90;
mainAccordion.s1.menu_btn3._alpha = 90;[code]....

View 3 Replies

ActionScript 2.0 :: Create A Variable And Declare It

Oct 7, 2004

I need to create a variable and declare it (I presume you need to declare in Flash?)Basiclay my buttons on the site will link to lots of different movie clips which contain content for each button. For example teh About button will tell the about MC to play. For my transitions though each MC has a beginning, middle and end seqence so i wangt to create a varibale that goes something like this. I am wriing in my crazy logic not actions cript. "MyCurrentMC" is my intended variable and is the name of a movioe clip (instance?)

[Code]...

View 6 Replies







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