ActionScript 2.0 :: Use _parent 2 Times?
Dec 6, 2006
I would like to make a game for christmas. How can i use _parent 2 times? i mean, i have a kinda complicated MovieClip, it's movieclip in movieclip, i think 4, and i want to a script do nextframe to the second parent folder.
Code:
ROOT->Movieclip->2nd Movieclip->3rd Movieclip->4th movieclip.
The 4th movieclip when gets to a keyframe, it activates a script, to do nextFrame() in 2nd movieclip. I tried _parent._parent.nextFrame() and also _parent(2).nextFrame() but they didnt work.
I wanna know how can i jump up 2?
View 2 Replies
Similar Posts:
May 11, 2005
I have a flash piece that I want to loop 3 times and then stop.
View 2 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
Nov 13, 2005
Is it possible to disable all buttons in _parent?I dont want to use the name of all the buttons
View 2 Replies
Nov 6, 2011
ok since no replyes to my last post ive added an example: basicly in root i have this code:
var container_mc:MovieClip = this.createEmptyMovieClip("container_mc", this.getNextHighestDepth());
attachMovie("button_mc","button_mcadded",_root[container_mc]);
[Code]....
View 1 Replies
May 30, 2010
i'm new to AS3. how do i go about executing a custom function n number of times and then executing another function n number of times repeatedly?
eg.
function firstOne():void { }
function secondOne():void { }
i need firstOne() executed say 3 times and then secondOne() 3 times and then firstOne 3 times again and so on. i'm trying to move a movieclip 3 times to the left and then 3 times to the right continuously.
View 2 Replies
Nov 7, 2004
I have a movie clip that has the following code:
on (release) {
_root.rightMenu_mc.gotoAndStop("Animation");
}
It works fine the way it is but I read that it is better to use relatives paths rather than _root all the time but when I change it to _parent.rightMenu_mc.gotoAndStop("Animation"); it doesn't work anymore.
View 13 Replies
Apr 3, 2003
I have a movie load an SWF into a movie clip, in that SWF there is a button which tells a movie clip to .play, the movie clip inside that swf is called "clip". i have on that button _parent.clip.play();
View 2 Replies
May 21, 2003
I have several SWFs that I need to work when loaded into another container SWF file as well as work when they are stand-alone SWF files. Because of this, in circumstances where a movieClip is being talked to from another MovieClip I am using _parent as opposed to _root. It has been working fine until now. I have one circumstance that only works with _root and will not work with _parent. _root.content_mc.anim_mc.screenShots_mc.gotoAndSto p(2); Obvously this works fine as a stand alone but not of course once loaded into the container movie.
View 5 Replies
May 22, 2007
I have some code similar to this:
Code:
mc1.button.onRelease = function() {
//do stuff
}
mc1.onRollOver = function() {
[Code]...
View 2 Replies
Nov 5, 2002
I am trying to something like the following:
createEmptyMovieClip("iconLoad"+ i, .i+100);
["iconLoad" + i].iconName = IconArray[i];
loadMovie("pIcon.swf",["iconLoad" + i]);
In the movie pIcon.swf there is a local variable iconName. I am trying to set this variable from the above code (2nd line).
View 3 Replies
Mar 29, 2005
how would i write this _parent[vehiclename1][vehiclename2]._rotation, it doesn't like the two breackets next to each other need quick reply.
View 3 Replies
Aug 31, 2010
First off I am using flash 8 What I am trying to do. (or should that be failing to do?) load a video swf in to a master swf, Master swf has no controls and loads the video swf ok But no video content. Main file loads video swf in to mc_vidholder in the main swf Code in AS frame
[Code]....
View 1 Replies
Jun 26, 2009
How can I create Video Object only with AS? (Without Conponents in Libary) I want to locate my Video Clip in MovieClip
var myMovieClip:MovieClip=this.createEmptyMovieClip("m yMovieClip", this.getNextHighestDepth());
and How can I create Video Object in this myMovieClip (AS without Components in Library)
var myVideo:Video=...
...=myMovieClip.createNewVideo("myVideo", myMovieClip.getNextHighestDepth());
View 0 Replies
Sep 27, 2005
i can't get this preloader to work. i test it out, and it hangs. i've tried to change my _root to _parent values and nada. it just shows 0% and does nothing. here's the AS that i am using:
[Code]...
i got it off a tutorial a while ago. it seems to work in other flash movies that i have created, but not on this one. i've even re-built it from scratch, and still nada.
View 4 Replies
Dec 8, 2007
I have a _parent movieclip that receives mouse events and I want the clips inside the _parent clip (child clips) to receive mouse events also, but because of the _parent's mouse event handlers, the child clips are "interfered" with, or not received....how do I make it so both the _parent and the child clips can receive mouse events?
View 1 Replies
Apr 9, 2009
Does anyone know the Actionscript 3.0 code for displaying a hyperlink in the "_parent" browser window?
{ navigateToURL(new URLRequest("link.html"));}
View 9 Replies
Apr 30, 2003
How do I get the movie to loop a specify amount of times.I want the movie to loop 3 times only.
View 6 Replies
May 8, 2009
I have a movie in which three balls bounce up and down 3 times and then bounce high and trade places, then they bounce 3 times and repeat.Instead of bouncing three times I would like to shorten it with a loop.How do I tell the movie to loop from frame 156 back to frame 106 three times, and then go to frame 157 and play?
View 10 Replies
Mar 21, 2007
This is my first Flash animation, and the client is waiting for the final swf file.
View 10 Replies
Jun 26, 2011
I'd like to add object img in 4 different containers cont1,cont2... But img was added only in the last cont4 container. How can I add that object in all containers?
var img:Image = ImageBuffer.imageStorage.shift();
var ti:TargetImage = new TargetImage();
for (var i:int = 1; i <= 4; i++)
[Code]....
View 1 Replies
Jan 11, 2012
I'm getting an error after 30 seconds of execution of this service
<s:HTTPService id="svcList" url="http://localhost/index.php" method="GET" result="svcList_resultHandler(event)" fault="svcList_faultHandler(event)" requestTimeout="300">
<s:request xmlns="">
<mod>module</mod>
[Code]...
View 2 Replies
Feb 16, 2009
I need to load 2 data sets from diffrent urls for difrent data grids.
How can I get the data for 2 diffrent sets?
View 6 Replies
Jun 25, 2011
I want to use a function for several times in a script(for several button)
View 6 Replies
Jul 21, 2005
I wanna add the times from a few different cities on to my website. Also, I dont want them in combo boxes. I need them as text.
View 1 Replies
Jun 23, 2009
I am trying to duplicate a movieclip unlimited times. Right now it will play when it is rolled over one time and then it will duplicate for the second rollover, but that is it. I need it to keep duplicating every time it is rolled over.
The code:
[code]...
View 2 Replies
Aug 19, 2009
Suppose I have 3 mc's : mc1, mc2 and mc3.trying to do mc1.setMask(mc2) works fine.then if I try to apply another mask on mc1, the last mask will work but the first one already applied will not.[code]Only the last mask will show.I tried to search for documentation on setMask but without any luck.
View 9 Replies
Jul 4, 2010
Just wondering how often Flash (as3) will allow me to computeSpectrum? I am currently attempting to computeSpectrum 100 times per second, but I am finding that the data repeats every few times.
View 1 Replies
Jan 15, 2009
What I would like to have happen is when I click on a button, a movie clip rolls out. When I click on that same button a second time, I want the movie clip to roll back in. Right now it works for me to click on the button once and my movie clip roll out, but when I click on it again, it just rolls out again. Here is what Im working with so far:
import fl.transitions.Tween;
import fl.transitions.easing.*;
var inTween:Tween;
[Code].....
View 2 Replies
May 2, 2009
What happens if I have a previously allocated variable (new), then I set such variable to null in order to mark it for GC but then a few seconds later I call new again on it (not knowing if it has been GCed), and the GC still has not cleaned the memory address containing the variable.Would the first (new) allocation be garbage collected
View 5 Replies