ActionScript 2.0 :: 1MC Inside Another 2MC - Trace _root._x Of MC1?

Jan 24, 2007

I have a MC1 insede MC2. I have to get the _x coordinate of MC1 but relative of _root. instead of the _x valeu of MC2.

View 3 Replies


Similar Posts:


ActionScript 2.0 :: Change The _root.broj And _root.logo Variables Inside The Function?

Jan 14, 2010

In the code below i want to change the _root.broj and _root.logo variables inside the function which returns values from .php file. Inside the function everything works fine and all values are correct but when i trace var broj outside the function it's still 0.

var result_lv:LoadVars = new LoadVars();
var send_lv:LoadVars = new LoadVars();
var broj:Number=0;
var logo = new Array();

[Code].....

View 1 Replies

ActionScript 2.0 :: _root Inside Target?

Apr 29, 2003

ive loaded a movie into another and postitioned it..

_root.abc._x="400";
_root.abc._y="200";
_root.abc.loadMovie("trig_sub.swf");

but once it is loaded where ever i have used _root in the loaded movie (trig_sub.swf) it nolonger works eg..

on a button i have

on(rollOver){
_root.menu.stop();
}[/AS]

bnut this dosent work when it has been loaded into instance "abc" in the main movie...wat do i have to use instead of root to point at an instance?

View 14 Replies

ActionScript 2.0 :: Is _level1 The Timeline Inside A Movieclip On The _root?

Jan 21, 2004

is _root same as _level0? or is _level1 the timeline inside a movieclip on the _root?

View 5 Replies

ActionScript 2.0 :: Target A _root Frame Label From Inside MC?

May 28, 2007

Just wondering how this is done within an "if then" statement. I need a code like

if (_root.frame = "home") then {
this.quickHome.onPress = function () {
_root.gotoAndPlay ("homeToContact");
}
}

I know the first line isn't going to work, but just wondering if someone knew of a code that would?

View 2 Replies

ActionScript 2.0 :: Copy/Move A Movieclip From _root To Inside A MC?

Jan 18, 2008

If I have a movieclip on the main timeline, is there a way to put this movieclip inside another movieclip on stage (ofcourse during runtime) ? I know that one of the methods of doing this is using bitmapdata class to capture an image of the movieclip (draw method), then attaching the object it to another movieclip that can be anywhere, but this will make the movieclip lose it's interactivity behaviour, and vector quality.

View 5 Replies

ActionScript 2.0 :: Get _root Array Data From Inside A Deep MC Hierarchy?

Aug 8, 2002

I have some global Arrays defined and loaded with data at the _root level. Data is OK cause I checked it with the List Variables option. I cannot address any of my arrays from within my MC hierarchy (not from MC2, MC1 or Component MC), BUT I can address variables defined at the root level correctly?

MC Hierarchy: ComponentMC-->MC1-->MC2-->Various MCs

I placed trace(_root.MyArray[0]); at MC2 level, then at MC1 level and finally at ComponentMC level but the sentence still reads "undefined". Is there a way to actually get my Arrays data from _root ?

View 3 Replies

ActionScript 2.0 :: Access The Variables Inside The Class Without Using _root.myComponentName.variableName?

Dec 11, 2006

i am creating my own component. the problem is how can i access the variables inside the Class without using _root.myComponentName.variableName.

[Code]....

View 1 Replies

ActionScript 2.0 :: _root.cargo Are Multipled By 10 And Added To _root.totalscore?

Feb 27, 2003

im lookin to make this so that the points taken from the _root.cargo are multipled by 10 and added to _root.totalscore

[Code]...

View 2 Replies

Flash :: Trace ActionScript Inside Webpage?

Feb 24, 2012

I have Firefox, Firebug, Flashbug and *.fla + *.as files of flash widged. Is it possible to debug it with tracing trough as code with variable watch etc? How to? EDIT I HAVE flasbug and can see trace command output. But I need to do step by step debugging as other debuggers do, and also as Flash Professional can do with standalone flash movies.

View 2 Replies

ActionScript 3.0 :: Trace All The Objects Inside 2 Fors?

Mar 29, 2010

I've got 4 arrays with 14 objects each:

player1[]
player2[]
player3[]
player4[]

How could I trace all the objects inside 2 fors? How is the right syntax ? The following obviously is wrong:

Code:
for(var i:uint=1;i<5;i++)
{
for(var j:uint=0;j<14;j++)
{
trace((player+i)[j].cardType);

}
}

View 5 Replies

ActionScript 2.0 :: _root._root[eelmine].nextFrame()?

Sep 14, 2004

if a condition is true, then:_root.(MC with instance name that is the value of "_root.eelmine").nextFrame(); is this correct?_root._root[eelmine].nextFrame();

View 16 Replies

ActionScript 3.0 :: Trace The Movie Clips Inside The Tile List?

Sep 8, 2010

I want to trace the name of the movie clips(with instance name as mc1,mc2,...,mc5) when I click the images in the Tile List. What I want is that when I click image 4 in the Tile List, output should be "mc4". I'm trying the following code but I'm not getting the correct output.

import flash.events.MouseEvent;import flash.events.Event;import fl.data.DataProvider;import flash.display.*;import fl.controls.TileList;
var aThumbs:Array = new Array(mc1,mc2,mc3,mc4,mc5);

[code].....

View 5 Replies

ActionScript 1/2 :: Referencing _root.Button  From A Movie Loaded Inside Another Movie?

Oct 18, 2009

MainMove.swf is doing a loadmovie of SecondMovie.swfThe Button that loads SecondMovie.swf also disables other buttons in MainMovie.swfon (release) {  _root.intro_btn.enabled = flase;  loadMovieNum("SecondMovie.swf", 2);How do I Re enabled the Buttons in MainMovie.swf from a Button within SecondMovie.swf???

View 4 Replies

ActionScript 3.0 :: Trace() Doesnt Work Inside AddEventListener Function In Eclipse?

Jul 3, 2009

I got this weird problem, when i run this code:

Code:
package {
import flash.display.MovieClip;

[Code]....

In Flash Cs3 it acts exactly as i want, the ENTER_FRAME runs and the addObject places numerous sprites on the stage. In the window output i'll see the trace. But when i run this code in Eclipse which is set up to use the Flash Player as output i get the first trace from EDHV_ImageSlider but the traces inside addObject won't show up, the sprites however are generated perfect.

The difference between the eclipse setup and the cs3 setup is the fact that the cs3 setup has a *.fla which calls the *.as package.

View 1 Replies

ActionScript 3.0 :: Trace() A Variable Nested Inside Another Clip That Is Created At Run Time By The User?

Dec 21, 2009

on my stage i have 24 instance MC Page created at runtime (when cliked the button execute 24 instance MC Page from the library). Each of those MC Page create an xml  with infos (not important), this variable_XML created is nested inside each MC Page.. From my stage i want to call each XML from each MC Page  for make 1 unic  big xml, then send it to the server.
 
So from the main stage i created a button that call each xml of each MC Page (there is a definit number of Page only 24, no more, no less). So when the 24 instances of the MC Page are created I push there instance name inside an Array "Page_Array". Now in my function exportxml i use get ChildByName(Page_array[number]) for find them then i can apply my method to the according MCPage.. Until here no problem, trace(dispObject.name) work. but when i try to get my variable inside the MC Page : trace(dispObject.my_variableXML), it doesnt work..
 
here is my function (only 1 page for this example ):
 
function exportxml(evt:MouseEvent):void {    dispObject=getChildByName(Page_Array[0]);    trace(dispObject.name); //trace  Page1      trace(dispObject.my_variableXML);// here it dont trace the variableXML
}
normally if i trace(Page1.my_variableXML); , it should trace "my_varableXML"  no ??

View 2 Replies

ActionScript 3.0 :: No Longer Move The "_root" By Changing The _x And _y Positions Of The _root?

Jan 26, 2009

I just recently began migrating from AS2 to AS3, and I have of course realized that I can no longer move the "_root" by changing the _x and _y positions of the _root (which no longer exists in AS3). How can I do this in AS3 (specifying _x, _y, _z possibly of the "_root")?

View 2 Replies

ActionScript 3.0 :: Global Array - Trace That First Element While Trace Is Called Within The Function

May 29, 2009

I am having issues with a global array. I have an actionscript file called MyGlobal.as at the same level as my main FLA:

[Code]....

I am able to trace that first element while trace is called within the function... but if I try to trace that first element outside of the function it is "undefined". Do I need to return the array at the end of the function? I tried that but I cant seem to get it working correctly.

View 4 Replies

ActionScript 2.0 :: Modifiy The Global Trace Function To Output The Current Time Of A Trace Action

Nov 9, 2011

I've been playing with prototype a bit and I've noticed that either it isn't as static as it should be or that some functions are protected from altering, or that in some cases the prototype actually extends a function. For example, I was trying to modifiy the global trace function to output the current time of a trace action, something like this :

Code:trace("lulu"); // output 12:48:17.286 lulu I DID achieve something close to it, but it seems that I haven't actually modified the global trace function, but rather it's "_root" counterpart,

[Code]...

View 3 Replies

ActionScript 3.0 :: Delayed Trace - First Click Still Trace The Previous Track?

Nov 14, 2009

ive got a loaded xml list for an mp3 player. from playing track1, when i select track 2, it traces "track1" but then after a second click it traces "track2" and stays on that. the actually music for track2 does load on the first click though, but not the trace. anyone know why on the first click it would still trace the previous track? here is the code for that function...

[Code]...

View 9 Replies

ActionScript 2.0 :: Variable - Why Does The Last Trace Not Trace "32" Like The Second Trace

Dec 21, 2004

take a look at the results of these traces:

trace(imgGal); //traces "1"
trace(itemClip1._y); //traces "32"
trace(itemClip[imgGal]._y); //traces "undefined"

why does the last trace not trace "32" like the second trace? I want to insert the variable "imgGal" onto the end of the mc "itemClip", how can I do this?

[Code]...

View 11 Replies

ActionScript 2.0 :: Last Trace Gives Me Undefined While Trace(temp)?

Aug 8, 2006

var dane:Array = new Array();
dane_xml = new XML();
dane_xml.ignoreWhite = true;[code]....

and this last trace gives me undefined while trace(temp) gives me what I want

View 7 Replies

ActionScript 1/2 :: What Does It Mean _root ?

Jul 6, 2009

what does it mean _root and how to convert in AS3 for _root. Is  _root supportable in AS3 ?

View 4 Replies

IDE :: Getting The _root Via JSFL?

Mar 2, 2009

I an trying to get the _root node of an FLA via JSFL. A co-worker wrote a script that uses _root via actionscript. I was trying to wrap that code into a panel. I have all the trace functionality running and everything running accept I can't seem to access the "_root". I have tried _level0, and almost everything I can think of... I am looking to have JSFL return the _root object from the current file the same way can can hand "_root" to a function. (IE: myfunction( _root ); ) here is my current attempt:

Code:
var doc = MMExecute( "fl.getDocumentDOM()._root;" );

View 1 Replies

IDE :: Using _root In External Swf?

Jun 2, 2009

I have an external swf, that is a photo gallery, loading into my main swf. When the external swf loads, everything works fine except when you click on a thumbnail in the external swf, the jpg doesn't load. I have it set up that an empty movie clip is created first, then the jpg is loaded into that. I have a feeling it is something with the fact that I am using _root, but I don't have any guesses whats causing the issue and how to fix it.

Code:
News.onRelease = function(){
if( !this.up ){

[code].....

View 4 Replies

ActionScript 2.0 :: What _root And This. Do

Oct 27, 2004

explain to me what _root and this. do

View 5 Replies

ActionScript 2.0 :: CS3 Get Array Value From _root?

May 29, 2009

in my root I have this code:

Code:
//score node selection
var i:Number;
var scoresUserName = new Array() ;
var scoresFbid = new Array();

[Code]....

View 1 Replies

ActionScript 2.0 :: _root And Swf Loaders

Nov 9, 2010

Edit - managed to find an answer to this by using _parent instead of _root

I've got a swf loader that loads a swf obviously but in the swf that's being loaded I have a button inside of a movie clip which I use...

Code:
on (release) {
_root.gotoAndStop("page1");
}

When viewing the swf file on its own this works perfectly, however when it gets loaded into the first file it no longer works because the root has now changed to that first file.

View 0 Replies

ActionScript 2.0 :: Shapeflag Within Two Non _root Mcs?

Mar 24, 2012

Why isn't this working?I've tried everything.Here's a resume on what's the part with errors:

Code:
var Bl:Object = {x:-18, y:174};
_parent.mwall.globalToLocal(Bl);

[code].....

View 0 Replies

ActionScript 2.0 :: Have The _root Fade Out?

May 2, 2004

I was jsut wondering if it is possible to have the _root fade out, when e.g. loading a something into level1 and then have _root fade back in when unloding level1?

View 7 Replies







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