Professional :: MoveMC - Adding Variable To Y Position

Mar 31, 2010

I have the following working line:
moveMC.y = twn.bounceBall01.y
It successfully gets the y value of bounceBall within the MC twn, and applies it to the y value of moveMC. How do I replace the 01 in bounceBall with the following global variable: globals.data.clk? I've tried using a way that Ned successfully showed me for a different situation, plus tried some other permutations, but Flash says "no way dude".

View 1 Replies


Similar Posts:


Professional :: Adding A Variable To A Variable Name?

Mar 21, 2010

I have the following code: Can the following code:
globals.data.goal = globals.data.player1/5 be converted to something like: globals.data.goal = globals.data.player(globals.data.clk)/5

[code].....

View 3 Replies

Professional :: Netstream FLV Position Store In Variable?

May 16, 2010

I have a AS2 netstream instance, in which I am loading various flv's into. The 'main' video has links to other visble when its playing. I want to be able to store the position of the flv (in seconds) so that when the user comes back to the 'main' video it remembers where it was and contiues to play. This is the code I have written so far regarding this (its probably massively wrong).

var remember:Number;
if(ns.play == ("flvs/reel.flv")) {   ns.time = remember;  trace ("stored"); }

[code]....

View 1 Replies

Adding A Position Attribute Into XML

Jul 18, 2009

I'm currently working on a XML gallery for a client and have nearly finished it but for one thing - I need a way of adding a position or 'ordering' for my thumbnails within the XML gallery. I'll try and break it down into laymons terms: I have a xml which looks like this:

[Code]....

View 2 Replies

ActionScript 3.0 :: Position Of Images Changes When Adding Timer?

Oct 16, 2009

I finally added a timer into my XML AS3 gallery, but when the timer starts the images dislocate..

What is the problem here? I manually set the width and height in the XML with difficulty... (Because I couldn't find a way to automatically set the image to the horizontal and vertical center..)

But why does the position changes when the timer starts to play (every 10 secs)?

This is wat it looks like when the timer hasn't started yet (or when I browse through the images with the arrow buttons):

[Code]...

View 5 Replies

ActionScript 2.0 :: Adding Thumbnails Tutorial - Position The Thumbs?

Feb 11, 2006

There is this great tutorial here on kirupa where you add thumbnails to a XMLNow, everything works fine with horizontal pictures, but when i add vertical images the thumbs positions gets messed up. now, what i want to do is when it loads the thumbnails it should get the width of the previous thumbnail and position the next thumbnail right after it plus 5 pixels, then everything should work nicely. (I've already fixed how the big image gets positioned with horizontal/vertical images,If someone can point me in to right direction where the positioning of the thumbs are being made, then maybe i can fix it myself.

// EDIT
target_mc._x = hit_left._x+(eval("thumbnail_mc.t"+k)._width+5)*k;

View 1 Replies

ActionScript 2.0 :: Variable For X, Y Position?

Nov 20, 2009

I have bought some code to make a starry night in my animation but I need to make this either only appear inside a movie clip, or on a certain part of the stage, can anyone tell me how to alter the below code so I can do this? do you I need to add in some x, y coordinates?

import mx.transitions.Tween;
import mx.transitions.easing.*;
var maxStars:Number = 25;
var minSize:Number = 50;

[code]....

View 1 Replies

ActionScript 2.0 :: Making A Variable With X And Y Position?

Feb 12, 2009

I am working on a client who wants a "Game-like" tour of their facilities on their website. I can use flash and do some very basic actionscript ..especially cutting and pasting

At any rate, I have character that moves on the main tour map and he starts in the parking lot...he can go from one screen ( scene ) to another. But when the character returns to the main tour map he always starts at the same location. As opposed to starting where he just came from. Such as if he just went into the "Process Plant" he should start on the main map at the "Proccessing plant" ... Can I set the X Y coordinates in some type of variable that remembers where he came from when he exits another scene and returns to the main map...?

View 6 Replies

ActionScript 1/2 :: Variable To Track Position In Timeline

Sep 10, 2009

I am trying to create a variable in Actionscript 2 that will record the position in the timeline, so Flash knows the user's last position on the timeline.The first line in the mc is: var portfoliostate;On frame 20 of the timeline, I have the following actionscript: portfoliostate = "1_ portfolio";When a button is clicked, I want Flash to recognise if the user has been on frame 20 or not. The code on the button is:this.onRelease = function()[code]However it does not seem to be working. I am implementing this correctly?

View 3 Replies

Flash :: Get The Position Of Instance Whose Name Is Stored In An Variable?

Nov 18, 2009

How can I obtain the position of a instance whose name is stored in an variable? If there is a instance whose name I don't know, but the instance's name is store in an variable x. How can I obtain its position?

View 4 Replies

ActionScript 2.0 :: Position Dynamic Text Box With A Variable?

Mar 8, 2011

I would like to load my text variable(numerical value)into the _y = ???;Here is how I'm loading my text file. Variable1 works. Variable2 doesn't(script was a guess)

as
myData = new LoadVars();
myData.onLoad = function() {

[code].....

View 6 Replies

ActionScript 2.0 :: Adding To A Variable?

May 31, 2002

I have a variable i that I'm setting to 5. i = 5. Simple enough, I have a dynamic box on the screen so I know that's working.

On the same screen, I have a button, that when you click it, it should do the function i = i + 1. I know this isn't working because when I click it, the number on the screen doesn't change.

Also I have a second button that is a collection of if/else if statements. Basically, if i=1, goto 10, else if i<1, goto 40, else if i>1, goto 40. I know that since I'm setting the initial value of i to 5, it's impossible for i to be equal to 1. Yet every time I click this button, I goto 10 even though i doesn't equal to 1.

View 3 Replies

ActionScript 3.0 :: Code Doesn't Define Position Variable?

Nov 28, 2010

I run a demo code,it extends Sprite,like follows:

public class Vehicle extends Sprite{   protected var _position:Vector2D;   public function Vehicle(){     _position = new Vector2D();    draw();   }   protected function draw():void{     graphics.clear();     graphics.lineStyle(0); [code]....
 
I don't understand following code,because I only define _position and don't define position variable,why I can use position.x?     x = position.x;     y = position.y;

View 1 Replies

ActionScript 2.0 :: Math Function - Set Variable To Random Position

Sep 2, 2011

I cant get this to work. I think its pretty self explanatory what I want to do, set _x to a random position (b1 - b6)

Code:
onClipEvent (load) {
stop();
b1 = 462;
b2 = -462;
b3 = -1388;
b4 = -2314;
b5 = -3240;
b6 = -4166;
} onClipEvent (load) {
RanNum = Math.ceil(Math.random() * 6);
_x = ["b" + RanNum];
}

View 2 Replies

ActionScript 2.0 :: MX Adding A Picture In A Swf As A Variable?

Jun 23, 2010

Ive made a movie but i want to get someone to add a picture of themself in an swf (either through a browse button OR simple paste into a variable box) and it appear later in this electronic card im trying to make.

*edit* . . i dont what this to be done in the flash file, on the opening screen i want the user to locate a pic on their hard drive and then slave this picture througout the swf movie ive already created all the tuts im looking at seem to have the images already in the library and they are clicking buttons to display them, i DONT want this . .

View 8 Replies

Php :: Adding Outputted String To Variable?

Apr 15, 2012

im using PHP with MySQL to send information to my flash file using GETs.Using FlashVars i have managed to get the users 'id' with this i can send my questions/searches to a PHP script which access the database and returns the information to the html page.What i would like to do now is add the information sent back to the html page to a variable inside flash for example:

var usr_name = get_user_name(id) || 'Unknown'; // "Unknown" should just be for offline use.

but this just returns 'Unknown' this is the function used:

public function get_user_name(usr_id){
loadData('search.php',"quest=name",'usr_id='+usr_id);
}[code]......

If i just type the URL into a web browser i get the name outputed.

View 2 Replies

ActionScript 3.0 :: Adding Value To Variable From Within MovieClip

Dec 24, 2010

Using AS 3.0 I have declared a variable on the main timeline
var thescore:int=0;
From within a movieclip I now want to increase the value of that variable and display it in a text box.
var thescore:int=thescore+10;
Object(root).myscore.text=thescore.toString();
The above code only displays ten and doesn't increase when the movieclip loops.

If I change the code to
thescore=thescore+10;
Object(root).myscore.text=thescore.toString();
I receive an error undefined property.

View 1 Replies

ActionScript 2.0 :: Change The Position Of One Of The Boxes With The Number Of The Box As A Stored Variable?

Jul 12, 2010

I have flash create an empty movieclip, screen_1, then attach 4 different colored movieclips to the empty one: box_1, box_2, box_3, box_4.Now I am trying to change the position of one of the boxes with the number of the box as a stored variable. So say:

boxNum = 1

this["screen_1.box_" + boxNum]._x = this["screen_1.box_" + boxNum]._x +1600

I can get this to work on the main movie clip.. but not on the movieclips inside of it.

View 2 Replies

ActionScript 2.0 :: [F8] Adding Numbers To The Beginning Of A Variable

Feb 18, 2009

Basically, I have an input box on a widget that sends information via PHP.

One of the input boxes is phone number. Everyone inputs number as normal, but without the country code.

Is there a way of me taking their normal number from the input box, removing the '0' and adding the country code before sending it (i.e. within a calculation/function/formula).

View 1 Replies

ActionScript 3.0 :: Adding Multiple Objects To A Variable?

Dec 6, 2009

I'm trying to apply a tween fade in effect to 3 objects, it's hard to explain but here's what i have
 
function goDown2(e:MouseEvent):void {
var tweenfadeIn:Tween = new Tween(graphic_btn, "alpha", None.easeOut, 0, 1, .1, true);

[Code]....
 
I wanna apply this tween to illustration_btn, and resume_btn

View 3 Replies

ActionScript 3.0 :: Adding Event Listener To Variable?

Feb 10, 2010

Is there a way to add an event listener to a variable?

View 4 Replies

Actionscript 3 :: Adding A Pointer To The Original Variable?

Dec 19, 2011

The Code bellow is a simplified version of what I am trying to do. My actual code involves copying an item from one array to another (which I am able to do). Then displaying the contents of both arrays on the stage.

//blueCircle is a library object with proper linkage set up.
var ball = new blueCircle();
ball.x=100;[code]....

When I run this code only 1 ball appears on the stage at (200,200).Is there another way to assign one value to another so that it will be duplicated rather then just adding a pointer to the original variable? if not is there a way to copy the instance of ball and add it to them memory location of another ball?I know that I could call:

var anotherBall= new blueCircle();

but this won't work for the application I am writing because the contents of the array I am trying to copy from are all different types of objects.

View 4 Replies

Actionscript 3 :: Adding And Removing Children - Variable

Mar 15, 2012

So basically I've got a MovieClip called Jug and when the egg is clicked and dragged to the Jug I want it to disappear and then re-add itself in the place it first started. Aswell as this I want a variable to be added by 1 in value. I have tried fiddling around with this for a while now and I can't figure it out since when I remove child it gets errors. Here's the code:

[Code]....

View 2 Replies

ActionScript 3.0 :: Adding A Variable Value To A TextInput Field?

Oct 22, 2009

All I want to do is have a textInput Field on my stage called 'countdown' to display the value of a variable.

I want a variable I have in the document class called 'minute' to basically display its value in the text field on my stage.

This is what I have in my document class, obviously the text part is wrong can anyone point me in the right direction?

var minute:int = new int (60);

this.countdown.text = "";

I also have a textInput box on my stage with an instance name of countdown.

View 1 Replies

ActionScript 2.0 :: Adding Variable Name To Tick Boxes?

Oct 3, 2002

How do I add a variable name to the tick boxes within the flash MX components?

View 9 Replies

ActionScript 2.0 :: Adding Quotation Marks To Variable?

Feb 19, 2005

I've been trying to add quotation marks to a variable for the past hour or so, but I haven't been having much luck. Basically, here is what I am hoping to create:

Code:
blarg = W71;
temp = magic code that I can't figure out
trace(temp); // displays "W71"

I stumbled on a previous case of this [URL], but that method didn't work for variables when I tried it. Adding a + symbol before and after blarg gave me an error.simple way to incorporate quotation marks around my variable?

View 6 Replies

ActionScript 3.0 :: Blurry Images Due To Variable Movie Position In Browser Window?

Aug 12, 2009

I have this script on the first frame of my movie:

stage.scaleMode = StageScaleMode.NO_SCALE;
stage.addEventListener(Event.RESIZE, adjustLayout);
adjustLayout(); // run it once to initialize

[code]....

View 2 Replies

ActionScript 3.0 :: Simple Coding - Adding Variable To A String?

May 8, 2011

I can't figure out what the syntax is for this in Actionscript. Basically, I have a variable I want to add into a string that will call a certain frame based on user's language selection.

[Code]...

View 5 Replies

ActionScript 2.0 :: Flash Banner - Adding Variable To ClickTag

Jan 11, 2009

I working on a flashbanner. It is a dynamic textfield called "regnr" where the user is supposed to add a registration number (of their car) before clicking the send button. This code is on the button:

Code:
on(release){
//getURL("[URL]"+regnr.text);
getURL(_root.clickTag+regnr.text,"_blank");
}}

It works when the domain is hardcoded but doesn't work when I am using the clickTag. Is it possible to add variables like this to a clickTag? How could this be done to actually work?

View 4 Replies

ActionScript 2.0 :: Adding A Label To Dynamic Text Variable?

Oct 20, 2009

I have a dynamic text box displaying a variable, and I want to add a label of "ft" (without the quotes, obviously). How do I go about doing it?

View 1 Replies







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