ActionScript 2.0 :: Refering To Variable LoadVar Dynamically?

Mar 31, 2004

I am reading a file with certain user defined variables like &x=30&y=50&z=100Lets the variable is caught in a function as argument myVarnow depending on the variable the user passes I need to fetch the value. ie if the user passes x i need to read the value of x.lso keep in mind i dont havehow the user has named his/her variables.What i need to do it get the value of that variable by using loadVar.this.myVar;As such it gives me undefined. There is text present in 'this' myVar represents 'x'I have tried eval(this.myVar) as well as this.eval(myVar) but in vain

View 5 Replies


Similar Posts:


ActionScript 2.0 :: Referring To Variable LoadVar Dynamically?

Mar 31, 2004

I am reading a file with certain user defined variables like &x=30&y=50&z=100

Lets the variable is caught in a function as argument myVar

now depending on the variable the user passes I need to fetch the value. ie if the user passes x i need to read the value of x. how the user has named his/her variables.

What i need to do it get the value of that variable by using loadVar.

this.myVar; As such it gives me undefined. There is text present in 'this' myVar represents 'x' I have tried eval(this.myVar) as well as this.eval(myVar) but in vain

View 5 Replies

IDE :: Refering To An Instance Name By Variable?

Sep 10, 2009

I am trying to create a game in Flash. There are 43 spaces of irregular shape in the game and I already know the X and Y location. I defined them as a class which extends movie clip, I put them on the main timeline to start and I gave them all an instance name. I want to initialize them when I am starting a new game. I defined methods to set and get the properties, those methods work when I use the instance name, but many of the spaces share the same properties. The instance names are all I+some numberm I1, I2, I3. When I try to use a variable name such as space_Id = ("I" + i) to reference the instance name I get an error "Call to a possibly of undefined method. I tried the old actionscript 2 solution of putting an eval function eval (space_id) in front of the method but that didn't work either. It resulted in the same error plus a warning. I1.My_Method (); // works but it would require 20 or so blocks of almost identical code

var space_Id:String = "I1";
space_Id.My_Method (); // doesn't work
_root.space_Id.My_Method (); doesn't work

[code]....

View 7 Replies

ActionScript 3.0 :: Variable Refering To Type Of A Class?

Jun 17, 2009

ve faced a problem. I have a super class called "Plane" which has subclasses called "Fighter" and "Bomber". each of these subclasses have a bullet type "Cannon" and "Bomb"Now I want the to send a reference of the bullet type to the super class, because bullet creation is handled there and I want to let the super class know which bullet type to create.Ofcourse I could pass a string, I just ant to know if there is a better way, like storing a class type in a variable?

View 2 Replies

ActionScript 2.0 :: Loadvar And Scope Variable?

Jul 1, 2004

I add this actionscript code on the first frame. Variables are loaded but . The question is below the code.

var myArray1=new Array()
var myArray2=new Array()
var myArray3=new Array()
function showContent() {

[Code]...

View 2 Replies

ActionScript 2.0 :: Loadvar And Scope Variable - Array Seems Set To Null Or Out Of Scope

Jul 1, 2004

I add this actionscript code on the first frame. Variables are loaded but. The question is below the code.

[Code]...

View 2 Replies

Javascript :: Dynamically Assign Variable From HTML To AS3 Variable

Sep 12, 2011

I have an HTML button that I need to dynamically assign to an AS3 variable when clicked (in order to load an .mp3). I am using externalInterface.call to collect javascript variables - I am just unsure how to change these dynamically when a button is clicked.

View 2 Replies

ActionScript 3.0 :: How Does AS3 LoadVar

Jun 26, 2009

I have a aspx login page with C# to let member login with username and password. After login, it gets memberId and a sessionID.How does the aspx page or C# code pass those 2 variables to flash client? In AS3, how does it get those 2 variables?

View 2 Replies

ActionScript 3.0 :: Refering To A Specific Child?

Feb 1, 2010

In my program, I have multiple children of the same movie clip. Each movie clip has a text field inside it which shows data relating to that movie clip. However, I need some way to update that data at run time to reflect changes that may be taking place. My problem comes to, how am I supposed to target that specific child of this movie clip since there are around 40 of them on the stage at the same time?

View 3 Replies

ActionScript 2.0 :: Refering To Multiple Objects?

Feb 22, 2010

this problem has been solved. i only had to remove the "else{ return false;}" bit. I'm an animator who kinda wants to be able to do some actionscript but who isn't that good at it. atm I'm trying to make something which contains a hitTest() which should check if my movieclip (doll_mc) is touching any instance of "ground".

My attempt to make a code for this has dramatically failed and this is all I managed to make which does make a bit of sense: var nrOfgrounds:Number = 2; /*this is the number of instances, which should be kept up-to date with the project, of course.*/

setInterval( groundCheck(doll_mc), 25);function groundCheck(obj:MovieClip):Boolean{ /*returns boolean groundCheck(<objectName> [in this case, "doll_mc"]); */ for (var i:Number = 1; i <= nrOfGrounds; i++) { /* <- i've got a feeling like this bit ain't working properly*/

[Code]...

just to see what would happen, and yes, this time groundCheck(doll_mc) would only be true when doll_mc was touching ground2_mc, but not when touching ground1_mc. therefore there must be something wrong with that one bit of code, but I can't figure out what!

View 7 Replies

ActionScript 2.0 :: LoadVar From A Php File?

Aug 6, 2004

when i try to loadVar from a php file, it works on my flash program loading off from my site not locally.. but when i upload it and test it fails in loading..

View 4 Replies

ActionScript 2.0 :: Change Url Using Loadvar?

Nov 15, 2004

I want to change the url of the buttons of my swf movie using an external documment like txt or xml. Everybody says : use loadVars.

View 12 Replies

ActionScript 2.0 :: How To Change Url Using Loadvar

Nov 15, 2004

Maybe this is simple but I have troubles trying to do it. I want to change the url of the buttons of my swf movie using an external documment like txt or xml. Everybody says : use loadVars. How?

View 12 Replies

Professional :: Refering To Line In Text Field?

Jun 21, 2011

probably it is very simple, but I couldn`t find anything in the net.How can I take specific line from text field. In my case, it will be number and I`m planing to use parseInt. on that string

example:
line1 = 001
line2 = 002

[code].....

View 3 Replies

ActionScript 3.0 :: Refering To Multiple MovieClips Using Loop

Jul 5, 2010

I simply want to be able to access 3 already created, but not yet added movieclips using a loop. I've tried a few code combination but can't figure out the syntax.[code]

View 2 Replies

ActionScript 2.0 :: Dynamic Naming TextField And Refering It?

Mar 8, 2004

I am generation a textField by_root.createTextField("some"+randomNumber,1);Now I want to assign some text to the textField, how do I refer to it???

I tried using a variable first like
var myText="some"+randomNumber;
_root.createTextField(myText,1);

[code].....

View 3 Replies

ActionScript 2.0 :: Dynamic Naming TextField And Refering It ?

Mar 8, 2004

I am generation a textField by

_root.createTextField("some"+randomNumber,1);

Now I want to assign some text to the textField, how do I refer to it? I tried using a variable first like

var myText="some"+randomNumber;
_root.createTextField(myText,1);
myText.text="something";

it doesnt work it gives me an error

View 3 Replies

ActionScript 2.0 :: Adhere A Variable To A Variable, Dynamically?

Sep 19, 2009

I have 14 buttons, and each one declares a variable; example:

[code]...

On the next frame I have another 14 buttons, and on Release I want to create a new variable with the content of _root.competencia; example:

[code]...

Instead Flash tells me this: Left side of assignment operator must be variable or property.Its what Im trying to do possible? Hope somebody can help me, has been 2 days, and I cant understand what is going on, I have tried a lot of ways without positive results, I know I have a long way to go to learn actionscript, Im to new in this!

View 2 Replies

ActionScript 2.0 :: Special Letters Using LoadVar?

Feb 20, 2003

how to get loadVar to read special characters like � and � when using it to read from a textfile??

View 5 Replies

ActionScript 2.0 :: LoadVar From An Externally Loaded Swf

Sep 5, 2005

i have a swf that is a email form. it works great if you just load this swf on to the server. but i have another swf that loads the email form swf into it. all of it shows up and seems to function except that it doesnt actually send the email. im guessing the problem is that the code on the send button isnt working with the new pathway. I cant figure out the path. heres the code that works in the email form

[Code]...

View 3 Replies

ActionScript 2.0 :: LoadVar.send Same Window?

Dec 11, 2007

I want to use loadvars.send but I would rather it didn't open the target page in a new tab, but to act like a normal page would...

View 1 Replies

ActionScript 1/2 :: Refering To A Class Imported On The Root Timeline?

May 22, 2009

This is probably ueber basic, but I don't know how to do it. I am importing tweenlite on the root timeline like this: import gs.TweenLite;

I now want animate things in other MCs. I tried something like this, but it did not seem to work.parent.TweenLite.to(text1, 3, {_alpha:100, overwrite:0});

View 5 Replies

ActionScript 3.0 :: Refering Variables Into A Parent / Main Movie

Aug 4, 2010

I've build several movies which all work fine, but ultimately they need to run inside a Main movie which acts as a holder for the various child movies which load into it.Everything is working fine but not when they're loaded into the main movie. The main problems seems to be that the main movie has common component which relate to all the loaded child movies.Consequently the main movie has several instances - but how do I refer back to them in the child movieclips?I can't get the child movie clips to compile if I remove the references but ultimately the child movie clips need to speak to instances and functions in the main movie.Also, I've got a global function to hold the global variables but this method seems frowned on. But I need the global variables all the time and in all the movie clips.

View 3 Replies

ActionScript 2.0 :: JPEG File Verification Using LoadVar

Nov 7, 2004

I'm building an array of JPEG files from an XML file. I need a way to verify that the file exists on the server as it build the array. If it's not there I want to substitute another file name in it's place: default.jpg. Using loadVars I came up with this code.... which won't work:

[Code]...

I posted this on the FLASH forum but the only answer I got was that it can't be done and I should use a server-side script. Flash should be able to tell if a load failed or not..yes.

View 6 Replies

ActionScript 2.0 :: LoadVar - Read Variables Of A .php Page Into Flash

Dec 2, 2004

im just wondering for the best way to read variables of a .php page into flash

[Code]...

but that dident work either the real problem is, i guess that i need it to read in the variable array[0,0]=1 just like that and not use sumthingrather=(myVars.varname) because there will be a hell of alot of variables, and the variable ammounts will switch and i cant do a sumthingrather=(myVars.varname)

View 1 Replies

ActionScript 2.0 :: Load Som External Text Width LoadVar

Sep 26, 2007

I'm trying to load som external text width loadVars. everything's working just fine with the example below, but i want to loop out da ****...

var loadText:LoadVars = new LoadVars();
loadText.onLoad = function(success) {
if (success) {[code].....

View 5 Replies

ActionScript 3.0 :: Change Variable Value Dynamically?

Apr 13, 2011

[code]....

need a way to change from tile0 to tile1 through variable [code]....

View 3 Replies

ActionScript 3.0 :: Loading Variable Dynamically Through XML

Jul 22, 2009

How to add a child to the stage dynamically? I can get a child to add to the stage but not using dynamic variables. Is it possible?
Example:
var firstRoundWinner:String = "Redsquare";
var mc:MovieClip = new firstRoundWinner();
// want it to say = new RedsquareaddChild(mc);
With Redsquare as one of my movieclips and the linkage is working. I can add it if I hard code it. But I want to load the variable dynamically through xml.

View 1 Replies

Flex :: Dynamically Embed Variable In It?

Dec 14, 2011

My requirement is not to dynamically embed fonts in Flex, but to dynamically embed variable in Flex.[code]...

View 3 Replies

As3 :: Flash - Dynamically Name A Variable On An Object?

Feb 11, 2012

So, if I need to give a custom variable name to an object how would I do that?

For instance, if I have a gameID that is 12345 and its rating is 3 I want to save a variable called gameRatings_12345 thats value is 3 in my shared local object.

//share object
protected var mySavedData:SharedObject = SharedObject.getLocal("mySavedData");

I have the game id in a string

var gameID:String = "12345";

Then when I try to assign the value like this...

mySavedData.data.gameRatings_gameID = 3

I think it's literally reading it as "mySavedData.data.gameRatings_gameID" instead of "mySavedData.data.gameRatings_12345"

How can I give the variable a custom name?

View 2 Replies







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