ActionScript 2.0 :: Script Not Loading On _root?
Aug 6, 2004
Ive just been stuffing around with this little game, and its been working perfectly up until now. The reason? I have just added another frame for a title and menu. And now when you click "Start" on the menu, and it takes you to the game; The hero wont move, the enemies wont spawn and the music wont play. Its like the script is just not loading. But when I remove the menu frame (leaving only the one frame with the game on it) it works fine again.
View 5 Replies
Similar Posts:
Mar 20, 2005
Ive just been stuffing around with this little game, and its been working perfectly up until now. The reason? I have just added another frame for a title and menu. And now when you click "Start" on the menu, and it takes you to the game; The hero wont move, the enemies wont spawn and the music wont play. Its like the script is just not loading. But when I remove the menu frame (leaving only the one frame with the game on it) it works fine again.
View 3 Replies
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
Sep 30, 2009
I have a swf file ("myfile.swf") which i want to load using preloader.
I referred many tutorials for preloader but problem is I want to load "myfile.swf" at _root level as I have referenced many movieclips in it as for example _root.mc1.mc2
I tried following but may be i am mistaking somewhere...
1) I used preloader in frame 1 and frame 2 and swf content in frame 3 but the file is so huge that the preloading almost starts at around 69% or so
2) I kept preloader in scene 1 and swf content in scene 2. But i cannot see the preloader or i can see at 98% or 99%
3) I used preloader in "pre.swf" and used loadMovie() to load "myfile.swf" at _root. But as i m loading "myfile.swf" at _root so preloader's code is overwritten and so i m not able to see preloader
My "myfile.swf" is very complicated file and so i cannot change all the movieclips which i have referenced as "_root.mc1.mc2".
View 9 Replies
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
Dec 8, 2006
I have an object (with it's own timeline) and on the last frame of that timeline I have the following code:
Code:
stop();
_root.createEmptyMovieClip("mainLoop_mc", 2000);
with (_root.mainLoop_mc){
[code]....
The problem is, when the "mainLoop.swf" file loads it obliterates my main UI SWF instead of attaching itself to a particular spot on the UI. So one SWF is replacing the other.
View 3 Replies
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
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
Jul 6, 2009
what does it mean _root and how to convert in AS3 for _root. Is _root supportable in AS3 ?
View 4 Replies
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
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
Oct 27, 2004
explain to me what _root and this. do
View 5 Replies
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
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
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
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
May 19, 2004
to change the fps for only one mc and not the whole _root and if so how would i do it radomly?
View 4 Replies
Jun 14, 2007
I used the tutorial on Kirupa on loading external swf's. Before writing here I tried to find an answer in the forums, but no luck so here I go.[URL]..If you look at my files: Open portfolio.swf and hit one of the first two images (that initially flies in). here you will see that if you hit the second one, the rpesent one displayed makes an outro and the second one makes an intro, PERFECT!
Now, if you open default.swf (that has portfolio.swf loaded into a movie clip as you can see by looking at the source) and if you hit the second image, the first one makes the outro, and then makes an intro. So the shift to the second one is not happenening. Please, can someone help me to make this happen?
View 4 Replies
Jun 4, 2009
difference between _root and _global when dealing with variables or point me in the direction of a good explaniation on the web? I feel like there is something basic I am missing. For example the other day I was working on making some scenarios. In a nut shell I was setting up dynamic text boxes where the text would changed based on what the student selected (via buttons).
When the varible was changed (by clicking the button) the text wouldn't refresh when it was a _global, but would refresh when it was _root. Everything is working fine but I've been trying to understand the "why" it works this way.
View 3 Replies
Feb 13, 2004
I have this code. It works fine when i press a button.
if (_root.mc._alpha == 100) {
this.onEnterFrame = function() {
speed = 50;[code]....
I need to know how can I trace the _alpha value of the mc and when the value is 0 a movie clip is loading in the same mc.
View 3 Replies
Apr 6, 2009
When I try to use loadMovie, it will not load to an instance (unless it's something that's in the same directory). I figured this was some sort of security thing, but I was able to load the movie into _root just fine.
View 1 Replies
Feb 10, 2009
I can't seem to get... if(_root.currentframe to work. It just doesn't seem to recongnise what the _root frame is and won't goto the desired frame.I've attached a simple flash example which is very basic with a button inside a mc that asks the _root for the frame and if it's on frame 1 then should goto frame 5 - but it doesn't work. I've added a trace and that's returning the correct frame so it knows what the frame is.The actionscript on the button is..
on(release){
trace(_root._currentframe);
if(_root.currentframe == 1){
[code]...
View 3 Replies
Jun 25, 2009
i was trying to scale with mouseWheel into a map with _root._xscale and _root._yscale. it works fine but i cant center my map after the scaling.i want the map to be centered at _root._xmouse and _root._ymouse.
View 1 Replies
Feb 1, 2010
if i have embeded swf like myswf.swf?myVar=test.txt ,i get by _root.myVar (test.txt)how can i get this parameter in AS3? I have searched google but no success
View 3 Replies
May 12, 2010
Right now I am trying to make a gallery in my site and the set up is
Main SWF(1)
loaded into a movie clip on SWF(1) I have SWF(2)
This SWF(2) has the various thumbnails in a movie clip
The ideal is to load SWF(Photos) of the images into another movie clip in SWF(2)
When running SWF(2) stand alone it works fine with a _root command. But when SWF(2) is running on SWF(1) it doesn't work. And initially I had the movie clips with SWF;s 1&2 having the same name so when the button was pressed SWF(1) loaded SWF(Photos) where SWF(2) was.
Is there a command like _root but only going down 1 level?
View 4 Replies
Jun 25, 2010
What would you say if I would sad to yo that I have managed to reconstruct _root in AS3 ?
allowing users to reference objects whit
ActionScript Code:_root.someMoveiClip.someText.text = "Root is back in town :)";
and that you can call that statement inside any movie Clip on stage.... ? And you can also use
ActionScript Code:
_root.addChild(someMovieClip);
View 9 Replies
Oct 28, 2003
i have a movie clip with functions which relate to instances of buttons eg.
onClipEvent (enterFrame) {
_root.home.onRelease = function() {
endX = 0;
endY = 0;
};
}
where home equals the home button and so on for the links buttons and contact button etc.
the problem is the buttons are not found at the _root. they are in a movie clip with an instance name 'menu'. i have tried using this in the onClipEvent function:
_global.menu=this;
_global.menu.home.onRelease = function() {
endX = 0;
endY = 0;
};
View 1 Replies
Sep 18, 2004
I have a problem with an input text created dynamicly into a MC that is into a MC that is into a MC (...) So it's, let's say:_root.myclipA.myclipB.myclipC.myinputtext now as my input text isn't on _root, i can't get focus on it (i can never add any text). How can i do to be able to input some text in that textfield? It cannot be moved elsewhere because i drag myclipC when i press myclipB...
View 6 Replies
Jul 31, 2005
In flash i always used tellTarget to control everything, but now i'v discoverd _root... If im working in level 0 this works perfect, but when i'm in a mc in a mc in a mc, it does nothing... I just want a mc to play:
_root.myMc3.gotoAndPlay("label");
so must it be:
_root.myMc/myMc2/myMc3.gotoAndPlay("label");
View 6 Replies
Jan 20, 2006
i'm trying to make a transition, but unfortunatelly cannot make it work! it does not jump from the _root frame to the one i indicate, simply repeats the movie in that frame everytime i press the buttons! here are my actions on the buttons:
[Code]....
View 3 Replies