active questions tagged movieclip - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T16:45:31Zhttp://stackoverflow.com/feeds/tag/moviecliphttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1809560/list-of-all-classes-exported-by-a-flash-movie0List of all classes exported by a flash movieAlex2009-11-27T16:10:57Z2009-11-28T07:38:39Z
<p>A Flash movie loads another movie that contains various asserts - movie clips in its library with 'Export for Action Script' settings set.</p>
<p>Is there any way to determine the list of class names of all these exported asserts from within the movie that loads them?</p>
http://stackoverflow.com/questions/1720225/how-to-tween-with-ease-out-a-movie-clip-using-only-action-script-2-00How to tween (with ease out) a movie clip using only Action Script 2.0justinl2009-11-12T06:06:02Z2009-11-18T09:29:49Z
<p>I would like to tween a movieclip (with ease out) using purely action script 2.0. Does anyone know where to find any resources on this or could point me in the right direction?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1688851/as3-play-contents-of-a-symbol0AS3 Play contents of a symbolMentlegan2009-11-06T16:47:47Z2009-11-16T00:32:53Z
<p>I've grouped a multiple layer 1 frame actionscript driven animation into a symbol. (simply put, imagine a 1 frame image being tweened by code over a few sec, in this symbol)</p>
<p>Now I'd like to play the contents of this symbol using an event listener.</p>
<p>But</p>
<p>stuff_mc.gotoAndPlay(1); and Test Movie doesn't play a thing (doesn't even show the contents of the symbol (the picture) which can actually be seen on stage).</p>
<p>If I go inside the stuff_mc and Test Scene, it works perfectly..</p>
<p>So how do I play stuff_mc from the stage?</p>
<p>Thanks in advance</p>
http://stackoverflow.com/questions/1736192/link-images-layers-in-flash-cs4-making-them-move-together0Link images/layers in Flash CS4 - making them move togetherScott Bartholomew2009-11-15T00:55:19Z2009-11-15T22:44:57Z
<p>I have two copies of an image (one called blurPic_mc & one called sharpPic_mc) and I want to be able to move both of them around the screen together. I need them to stay exactly on top of each other for some other functions I am running but right now the only one that moves is the top one (sharpPic_mc). Any Ideas? I included my code below.</p>
<pre><code>sharpPic_mc.addEventListener(MouseEvent.MOUSE_DOWN,Click);
sharpPic_mc.addEventListener(MouseEvent.MOUSE_UP,Release);
function Click(event:MouseEvent):void{
event.currentTarget.startDrag();
blurPic_mc.startDrag();
}
function Release(event:MouseEvent):void{
event.currentTarget.stopDrag();
blurPic_mc.startDrag();
}
</code></pre>
http://stackoverflow.com/questions/1732504/how-to-loop-through-different-movie-clips-in-as30How to loop through different movie clips in AS3?unknown (yahoo)2009-11-13T23:17:34Z2009-11-14T07:58:21Z
<p>I have five movie clips in my library. I want to load each to the stage with a fade in and fade out. I thought I could just call them into an array, but I can't find how to reference them. I have other clips in the library too so I can't just grab them all.</p>
<p>Anyone know how to do this? AS3, please.</p>
<p>TIA</p>
http://stackoverflow.com/questions/1669588/merge-multiple-movieclips-into-a-single-movieclip0Merge multiple MovieClips into a single MovieClipbartekb2009-11-03T19:24:17Z2009-11-06T10:09:48Z
<p>Hi,</p>
<p>I've multiple videos stored as MovieClip objects and would like to merge them into a single MovieClip video object in order to play all of them in sequence (so that a user thinks it's a single video).</p>
<p>Thanks a lot!</p>
<p>EDIT: I want to do it programmatically in ActionScript inside the Flash Player.</p>
http://stackoverflow.com/questions/1173185/flash-cs4-textfield-weirdness0Flash CS4 Textfield weirdness!Ian2009-07-23T17:09:37Z2009-11-05T21:59:46Z
<p>I've been working on a flash project where a designer has included a typewriter effect. </p>
<p>The effect was working for the best part of a day, and now with some minor changes to other parts of the fla, it's not working!!</p>
<p>Does anyone have any ideas why this doesn't work....</p>
<pre><code>import flash.text.TextField;
var phrase_string:String="SALE IS ENDING";
var n:Number= phrase_string.length;
var i:Number = 0;
addEventListener(Event.ENTER_FRAME, textCheck);
function textCheck(e:Event):void
{
if (i < n)
{
display_txt.text = phrase_string.substr(0,i+1);
i++;
trace(phrase_string.substr(0,i+1));
}
}
</code></pre>
<p>This just runs on the first frame of a movieclip containing the dynamic textfield (with fonts embedded) called display_txt</p>
<p>I'm completely flummoxed!</p>
http://stackoverflow.com/questions/1666934/embedding-a-movieclip-using-css-in-flex-30Embedding a movieclip using CSS in Flex 3Vipin2009-11-03T12:05:16Z2009-11-05T13:22:48Z
<p>We use </p>
<pre><code>[Embed(source="assets/styles/basic/my_skins.swf",symbol="preloader_3")]
private var PreloaderAnim:Class;
</code></pre>
<p>for embedding a movieclip from an swf file.</p>
<p>How can I do the same using a CSS file (which is loaded at runtime) and use it in my class?</p>
http://stackoverflow.com/questions/1660913/swf-movie-is-not-staying-within-the-confines-of-the-movie-clip-when-played-ie-it0swf movie is not staying within the confines of the movie clip when played, ie it goes over the whole stage.Alex2009-11-02T12:07:34Z2009-11-02T12:07:34Z
<p>Hi,</p>
<p>Can anyone give me a hand please?</p>
<p>I've got a basic web page with buttons on the left and a movie clip on the right. When I attempt to import a swf file into this movie clip the movie doesn't stay within the specified pixel size of the movie clip. The movie clip I am importing is an actionscript scrolling image gallery and the images can be seen across the whole page and not within the movie clip area which is where I want them to be seen.</p>
<p>I'd be most grateful to anyone who can give me some advice on this.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1031986/flash-cs4-as3-horizontal-movieclip-scrolling-with-mouse-move1Flash CS4 AS3 horizontal movieclip scrolling with mouse moveatomicguava2009-06-23T11:27:46Z2009-11-01T19:04:44Z
<p>I'm new to AS3 and have been working on an XML driven navigation system written in AS3.</p>
<p>At present, I've imported the contents of an XML file and plotted it inside a containing MovieClip created at root level dynamically on the stage. This MovieClip is called 'container'.</p>
<p>What I want to accomplish is a smooth, accelerating / decelerating effect which animates the container movieclip along the X axis depending on where the mouse cursor is in relation to the middle of the stage.</p>
<p><strong>My code can be found here: <a href="http://pastie.org/521432" rel="nofollow">http://pastie.org/521432</a></strong></p>
<p>Line 87 onwards is the code I'm using right now to make the movieclip scroll left & right.</p>
<p>What I have does work but is clunky but does work - I just want it to be a little more polished and have drawn a blank with Google. Because I want the MovieClip to continue to scroll at the current relative speed even when the mouse stops moving, I used an instance of the Timer class.</p>
<p>Can anyone suggest improvements? Thanks in advance.</p>
http://stackoverflow.com/questions/1647674/identify-movieclip-in-as3-among-displayobjectcontainer0Identify MovieClip in AS3 among DisplayObjectContainerShivan Raptor2009-10-30T02:23:11Z2009-10-30T05:20:15Z
<p>in ActionScript 3, if I loop through the children of a movie clip, it will return a DisplayObjectContainer, which is a list of DisplayObjects. </p>
<p>However, the AS3 typeof cannot identify MovieClip as MovieClip is now an object, instead of a data type. How can I correctly identify MovieClip?</p>
<p>I found 3 solutions online:</p>
<p>Solution 1 (the solution I am using):</p>
<blockquote>
<p>First set the MovieClip name to a
specific name, then in the iterate
process, check the name of children
using child.name.indexOf("specificName") > -1</p>
</blockquote>
<p>Solution 2:</p>
<blockquote>
<p>use child.hasOwnProperty("numChildren") to identify a MovieClip</p>
</blockquote>
<p>Solution 3:</p>
<blockquote>
<p>use 3rd party plug-in like FlashDevelop</p>
</blockquote>
<p>which solution is the best? or is there any alternatives?</p>
http://stackoverflow.com/questions/1349615/resize-a-movieclip-wihout-messing-up-mouse-coordinates1Resize a movieclip wihout messing up mouse coordinates.Joren2009-08-28T22:07:20Z2009-10-29T12:14:19Z
<p>How do I do this? I have a seekbar which I'm retrofitting to resize with the FLVPlayback. Right now it gets the mouseX when you click the seekbar, and divides that by the length of the seekbar in order to know what percentage it should seek to.</p>
<p>My problem is that now that I'm dynamically setting the width of the seek movieclip the width returns the width I set, while the mouse event returns the position as if it was still the original width it has in the library.</p>
<p>How do I get around this problem?</p>
http://stackoverflow.com/questions/1610537/add-nested-movieclip-and-set-dynamic-text-as30Add nested movieclip and set dynamic text AS3DrGlass2009-10-22T23:11:57Z2009-10-24T01:23:53Z
<p>Hello, I have a map of the US with icons over a number of cities (about 12). When the user hovers their mouse over one of these icons a movieclip with two dynamic text fields pop-up over the icon.</p>
<p>Each city's icon movieclip is named after it's home state: <code>state_(abbreviation)</code> ie: <code>state_TX</code></p>
<p>The pop-up text balloon is named: <code>cityTag_mc</code>
Inside that is two dynamic text fields: <code>title_txt</code> & <code>subTitle_txt</code></p>
<p>The logic is to add the <code>cityTag_mc</code> when the user hovers over <code>state_TX</code> and input that state's title and sub title.</p>
<p>My main hang-up is how to feed text into the fields (and animate the balloon). I don't quite know where to start. I would like to just set the text for each state in the Action Script. Where do I start? What is the best practice?</p>
http://stackoverflow.com/questions/1477249/actionscript-3-addchild-from-library-then-access-its-children-by-instance-names0Actionscript 3, addChild from library then access it's children by instance namesJustin Lee2009-09-25T13:20:29Z2009-10-18T11:41:51Z
<p>So I successfully added a movie clip from the library using addChild(), but now I want to access some movieclips that were in that dynamically added movieclip.</p>
<p>I've used standard dot notation and also getChildByName passing it the instance names.</p>
<p>What am I missing here?</p>
<p>---- EDITED ----</p>
<p>I tried the suggestion of looping through and can access them by index, but seems like not as intuitive of a way to do this... below are the two examples of what I had previously tried and they all come back as "1119: Access of possibly undefined property nameText through a reference with static type flash.display:DisplayObject." or "1061: Call to a possibly undefined method getChildByName through a reference with static type flash.display:DisplayObject."</p>
<p>example of dot notation:</p>
<pre><code> // build circlular display
function buildCircle() {
trace("buildCircle()");
if (viewByState == "assignment") {
var competencyContainer:MovieClip = new MovieClip();
competencyContainer.name = "competencyContainer";
this.addChild(competencyContainer);
var angleSegment:Number = 360 / competenciesArray.length;
var angleSum:Number = 360 - angleSegment / 2;
for (var i:Number = 0; i < competenciesArray.length; i++) {
var competencyInstance:competencyCircle = new competencyCircle();
competencyInstance.name = "competency" + i;
competencyContainer.addChild(competencyInstance);
competencyContainer.getChildByName("competency" + i).x = circleCenter.x - (Math.sin(angleSum * (Math.PI / 180)) * (circleSize / 2));
competencyContainer.getChildByName("competency" + i).y = circleCenter.y - (Math.sin((90 - angleSum) * (Math.PI / 180)) * (circleSize / 2));
competencyContainer.getChildByName("competency" + i).nameText.wordWrap = true;
competencyContainer.getChildByName("competency" + i).nameText.embedFonts = true;
competencyContainer.getChildByName("competency" + i).nameText.htmlText = "COMPETENCY:<br />" + competenciesArray[i].name;
competencyContainer.getChildByName("competency" + i).nameText.setTextFormat(tfTitle, 0, competencyContainer.getChildByName("competency" + i).nameText.text.length - competenciesArray[i].name.length);
competencyContainer.getChildByName("competency" + i).nameText.setTextFormat(tfName, competencyContainer.getChildByName("competency" + i).nameText.text.length - competenciesArray[i].name.length, competencyContainer.getChildByName("competency" + i).nameText.text.length);
competencyContainer.getChildByName("competency" + i).nameText.autoSize = TextFieldAutoSize.CENTER;
competencyContainer.getChildByName("competency" + i).nameText.y = -(competencyContainer.getChildByName("competency" + i).nameText.height / 2);
competencyContainer.getChildByName("competency" + i).filters = [circleDefaultDropShadow];
competencyContainer.getChildByName("competency" + i).selectedIndicator.visible = false;
competencyContainer.getChildByName("competency" + i).hit.buttonMode = true;
competencyContainer.getChildByName("competency" + i).hit.mouseEnabled = true;
competencyContainer.getChildByName("competency" + i).hit.tabEnabled = true;
competencyContainer.getChildByName("competency" + i).hit.mouseChildren = true;
competencyContainer.getChildByName("competency" + i).hit.addEventListener(MouseEvent.MOUSE_OVER, function(e:MouseEvent) {
e.target.parent.filters = [circleHoverDropShadow];
});
competencyContainer.getChildByName("competency" + i).hit.addEventListener(MouseEvent.MOUSE_OUT, function(e:MouseEvent) {
e.target.parent.filters = [circleDefaultDropShadow];
});
competencyContainer.getChildByName("competency" + i).hit.addEventListener(MouseEvent.CLICK, function(e:MouseEvent) {
e.target.parent.filters = [circleDefaultDropShadow];
e.target.parent.selectedIndicator.visible = true;
});
angleSum -= angleSegment;
trace("end");
trace(i);
trace("\n\n\n");
}
} else if (viewByState == "competency") {
} else {
}
}
buildCircle();
</code></pre>
<p>and example using .getChildByName():</p>
<pre><code> // build circlular display
function buildCircle() {
trace("buildCircle()");
if (viewByState == "assignment") {
var competencyContainer:MovieClip = new MovieClip();
competencyContainer.name = "competencyContainer";
this.addChild(competencyContainer);
var angleSegment:Number = 360 / competenciesArray.length;
var angleSum:Number = 360 - angleSegment / 2;
for (var i:Number = 0; i < competenciesArray.length; i++) {
var competencyInstance:competencyCircle = new competencyCircle();
competencyInstance.name = "competency" + i;
competencyContainer.addChild(competencyInstance);
competencyContainer.getChildByName("competency" + i).x = circleCenter.x - (Math.sin(angleSum * (Math.PI / 180)) * (circleSize / 2));
competencyContainer.getChildByName("competency" + i).y = circleCenter.y - (Math.sin((90 - angleSum) * (Math.PI / 180)) * (circleSize / 2));
competencyContainer.getChildByName("competency" + i).getChildByName("nameText").wordWrap = true;
competencyContainer.getChildByName("competency" + i).getChildByName("nameText").embedFonts = true;
competencyContainer.getChildByName("competency" + i).getChildByName("nameText").htmlText = "COMPETENCY:<br />" + competenciesArray[i].name;
competencyContainer.getChildByName("competency" + i).getChildByName("nameText").setTextFormat(tfTitle, 0, competencyContainer.getChildByName("competency" + i).getChildByName("nameText").text.length - competenciesArray[i].name.length);
competencyContainer.getChildByName("competency" + i).getChildByName("nameText").setTextFormat(tfName, competencyContainer.getChildByName("competency" + i).getChildByName("nameText").text.length - competenciesArray[i].name.length, competencyContainer.getChildByName("competency" + i).getChildByName("nameText").text.length);
competencyContainer.getChildByName("competency" + i).getChildByName("nameText").autoSize = TextFieldAutoSize.CENTER;
competencyContainer.getChildByName("competency" + i).getChildByName("nameText").y = -(competencyContainer.getChildByName("competency" + i).getChildByName("nameText").height / 2);
competencyContainer.getChildByName("competency" + i).filters = [circleDefaultDropShadow];
competencyContainer.getChildByName("competency" + i).getChildByName("selectedIndicator").visible = false;
competencyContainer.getChildByName("competency" + i).getChildByName("hit").buttonMode = true;
competencyContainer.getChildByName("competency" + i).getChildByName("hit").mouseEnabled = true;
competencyContainer.getChildByName("competency" + i).getChildByName("hit").tabEnabled = true;
competencyContainer.getChildByName("competency" + i).getChildByName("hit").mouseChildren = true;
competencyContainer.getChildByName("competency" + i).getChildByName("hit").addEventListener(MouseEvent.MOUSE_OVER, function(e:MouseEvent) {
e.target.parent.filters = [circleHoverDropShadow];
});
competencyContainer.getChildByName("competency" + i).getChildByName("hit").addEventListener(MouseEvent.MOUSE_OUT, function(e:MouseEvent) {
e.target.parent.filters = [circleDefaultDropShadow];
});
competencyContainer.getChildByName("competency" + i).getChildByName("hit").addEventListener(MouseEvent.CLICK, function(e:MouseEvent) {
e.target.parent.filters = [circleDefaultDropShadow];
e.target.parent.getChildByName("selectedIndicator").visible = true;
});
angleSum -= angleSegment;
trace("end");
trace(i);
trace("\n\n\n");
}
} else if (viewByState == "competency") {
} else {
}
}
buildCircle();
</code></pre>
http://stackoverflow.com/questions/1525160/how-do-i-record-and-play-a-video-in-my-native-iphone-app1how do i record and play a video in my native iphone app?Shweta Simply2009-10-06T11:59:50Z2009-10-11T13:20:32Z
<p>i have a view in which i want to play a video if user recorded or show photo taken from camera in a custom size screen.any help appreciated.</p>
http://stackoverflow.com/questions/1452557/as3-removechild-issue1as3 removeChild issue Fabio Montone2009-09-21T01:55:18Z2009-10-05T12:36:38Z
<p>Hi there!, </p>
<p>I'm loading some swf files at 0 on my stage. They are the pages of my site. </p>
<p>To change from page to page I use removeChildAt(0) and then I addChildAt("page_title", 0).</p>
<p>The problem is that removeChild dont delete the functions from the first swf file loaded (before unloaded).</p>
<p>How can I stop then?</p>
<p>Do I have to use other way to removeChild?</p>
<p>Thanx! </p>
http://stackoverflow.com/questions/997491/how-can-i-convert-a-flash-movieclip-into-a-png-sequence0How can I convert a flash movieclip into a png sequence?Roger B2009-06-15T18:05:31Z2009-10-04T04:00:03Z
<p>Flash CS4 is not letting me save a swf to a png sequence. Is there a way to save a movieclip as a swf and use an outside program to convert to png?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1489547/why-movieclip-derived-class-wont-gotoandstop1Why MovieClip-derived class won't gotoAndStop?pctroll2009-09-28T21:48:04Z2009-10-01T11:21:34Z
<p>Facts:</p>
<ul>
<li>I have 2 classes: Entity and Ship. Entity extends MovieClip and Ship extends Entity.</li>
<li>I have a MovieClip associated to the Ship.as class file.</li>
</ul>
<p>The thing is that I'm able to show, rotate and move the Ship object. However, I cannot change the pointer to the place I want in its timeline; in short: I can NOT have a successful response from gotoAndStop(n). It just doesn't work.</p>
<p>Thanks in advance.</p>
<p>I've already tried:</p>
<ul>
<li>Casting the MovieClip inside and outside the class file.</li>
<li>Importing flash.utils.*</li>
<li>Changing the parameters from a number to a string (for the frame label).</li>
</ul>
<p>The only way it's worked for me is deriving Ship directly from MovieClip and not from Entity; but that would be undesirable and last resort.</p>
<p>You can download the source files here: <a href="http://cid-7b6cf3fa8e7f0691.skydrive.live.com/self.aspx/ActionScript%20Exercises/Asteroids.zip" rel="nofollow">http://cid-7b6cf3fa8e7f0691.skydrive.live.com/self.aspx/ActionScript%20Exercises/Asteroids.zip</a></p>
http://stackoverflow.com/questions/1469984/get-movieclip-in-another-frame0Get MovieClip in another frameRoger B2009-09-24T06:03:29Z2009-09-24T06:14:43Z
<p>I'm in frame 1 of a movie, and I want to use getChildByName("mc_movieclip"); to get a reference to mc_movieclip. The problem is that mc_movieclip does not exist in frame 1 but only in frame 5. How can I get a reference to this MovieClip, even though it's in another frame?</p>
http://stackoverflow.com/questions/1459667/flash-as2-unload-a-movieclip-itself-when-it-is-clicked0Flash + AS2 = Unload a movieclip itself when it is clickedAnriëtte Combrink2009-09-22T12:03:43Z2009-09-23T16:31:35Z
<p>Hi there</p>
<p>I have a movieclip which unloads two other movieclips when it is clicked. This bit works fine, but it should also remove itself after this, which particularly does not work. Here is my code, can someone please tell me what I am doing wrong:</p>
<pre><code>close_button.onRelease = function() {
background.unloadMovie();
loading.unloadMovie();
this.unloadMovie();
}
</code></pre>
<p>Regards and TIA</p>
<p>// edit</p>
<p>Here is the code I create the movieclips:</p>
<pre><code>// load background, movieclip container (loading) and close button
var background:MovieClip = _root.attachMovie("mc_back","loading_background", 100000);
var loading:MovieClip = _root.createEmptyMovieClip("loading",_root.getNextHighestDepth());
var close_button:MovieClip = _root.attachMovie("close_button","close_button",_root.getNextHighestDepth());
</code></pre>
<p>I tried:</p>
<p><code>this._parent.close_button.unloadMovie(); // it removed the whole _root movieclip, as _root is the parent</code></p>
<p>and</p>
<p><code>_parent.close_button.unloadMovie(); // did just nothing</code></p>
<p>Both failed.</p>
http://stackoverflow.com/questions/658577/how-do-i-create-dynamically-text-in-a-movie-clip-using-as30How do I create dynamically text in a movie clip using as3?Rashawn 2009-03-18T14:46:25Z2009-09-22T17:00:03Z
<p>I would like to create text animated like a comet. I would like to create a gravity effect, accelerate the movie clip on vector, set a starting position on stage and load the text from a xml file.</p>
http://stackoverflow.com/questions/1438562/is-it-possible-to-play-a-movie-file-in-a-uiview-layer2Is it possible to play a movie file in a UIView layer?HelloMoon2009-09-17T12:28:25Z2009-09-22T15:33:07Z
<p>If yes, what movie format has best performance? And how would a simple setup look like? I have some views, and I want to play a short movie inside a view (not fullscreen). The movie is about 5 seconds long.</p>
http://stackoverflow.com/questions/1438580/what-shows-better-performance-playing-a-movie-clip-or-animating-an-image-sequen1What shows better performance? Playing a movie clip, or animating an image sequence with UIImageView?HelloMoon2009-09-17T12:32:10Z2009-09-17T14:22:05Z
<p>Specs: about 320 x 270 px, 5 seconds. I don't know exactly how many images needed for a fluid animation, but let's assume 30.</p>
<p>What would be the best way to playback this? As a movie file in some kind of quicktime view (if available), or as an animated image sequence with UIImageView? I'm not sure but I believe loading 30 images per second is nearby impossible on the ipod touch. Any idea?</p>
http://stackoverflow.com/questions/1401332/as3-controlling-flicker-when-scaling-up-a-button-or-movieclip0as3 - controlling flicker when scaling up a button or movieclipsol2009-09-09T18:36:48Z2009-09-10T07:15:14Z
<p>This is a situation I run into a lot but never seem to find a good solution. I have movieclips that I scale up slightly on rollover, but if you hover over the edge of the movieclip it just sits there and flickers, continuously receiving mouseOver and mouseOut events. How do you deal with this? Again, it's usually a problem when tweening the scale of a movieclip or button.</p>
<pre><code>my_mc.addEventListener(MouseEvent.MOUSE_OVER, mOver);
my_mc.addEventListener(MouseEvent.MOUSE_OUT, mOut);
private function mOver(m:MouseEvent) {
TweenLite.to(m.target, .2, { scaleX:1.1, scaleY:1.1} );
}
private function mOut(m:MouseEvent) {
TweenLite.to(m.target, .2, { scaleX:1, scaleY:1} );
}
</code></pre>
http://stackoverflow.com/questions/1384670/controlling-movie-clips-from-the-main-time-line-instead-of-using-their-individual0Controlling Movie Clips from the main time line instead of using their individual time lines?Jess2009-09-06T01:36:07Z2009-09-06T09:33:09Z
<p>I have a Flash website template (four pages) that I made using AS 3.0 and Flash CS4. It is for an assignment involving movie clips. Currently on the main time line there is only one frame, and three layers: actions/menu/content.</p>
<p>The actionscript on the main time line is simply:</p>
<pre><code>content_mc.stop ();
</code></pre>
<p>There is a movie clip on the stage called “Content” that contains the content for each of the pages.</p>
<p>Inside of that there is a “Menu” movie clip that contains and controls all of the navigation buttons.
The actionscript for the Menu movie clip is:</p>
<pre><code>function homeBtnPress (event:MouseEvent):void{
//comments here
//comments here
MovieClip(parent).content_mc.gotoAndStop("home");
}
function aboutBtnPress (event:MouseEvent): void{
MovieClip(parent).content_mc.gotoAndStop ("about");
}
function servicesBtnPress (event:MouseEvent): void{
MovieClip (parent).content_mc.gotoAndStop ("services");
}
function contactBtnPress (event:MouseEvent): void{
MovieClip (parent).content_mc.gotoAndStop ("contact");
}
function portfolioBtnPress (event:MouseEvent): void{
MovieClip (parent).content_mc.gotoAndStop ("portfolio");
}
home.addEventListener(MouseEvent.CLICK, homeBtnPress);
about.addEventListener(MouseEvent.CLICK, aboutBtnPress);
services.addEventListener(MouseEvent.CLICK, servicesBtnPress);
contact.addEventListener(MouseEvent.CLICK, contactBtnPress);
portfolio.addEventListener(MouseEvent.CLICK, portfolioBtnPress);
</code></pre>
<p>So everything works fine, but my instructor wants me to control the menu/content from the main time line by using the target path tool. What exactly would I target – just the “menu” and “content” movie clips, and what code would I use? Sorry if I'm not explaining very well, I'm pretty confused.</p>
<p>Here is the feedback from my instructor:</p>
<p>“While we learned how to control the main timeline and the timeline of another movie clip from within a movie clip, this is not the most intuitive way to script and makes for difficult debugging. So you will need to explore how to target your buttons inside of your menu movie clip and the frames within the content movie clip from the main timeline. “</p>
<p>Thanks so much in advance!</p>
http://stackoverflow.com/questions/1298100/creating-a-movie-from-a-series-of-plots-in-r3Creating a Movie from a Series of Plots in RRyan Rosario2009-08-19T06:27:14Z2009-08-23T20:06:02Z
<p>Is there an easy way to create a "movie" by stitching together several plots, within R?</p>
http://stackoverflow.com/questions/1251321/actionscript-3-movieclip-class-linkage1ActionScript 3 MovieClip class linkagevyger2009-08-09T12:51:21Z2009-08-10T10:11:52Z
<p>Hi, I'm simply playing around with basic ActionScript 3 using Flash CS3 Pro.</p>
<p>I put in a keyframe this very simple code to duplicate n "brander" symbols:</p>
<pre><code>for (var i:Number=0; i<20; i++) {
var m = new brander("MS_"+i);
addChild(m);
m.name = "MS_"+i;
m.x = 20*i;
m.alpha = a;
a-=0.05;
m.y = 20;
}
</code></pre>
<p>The symbol is linked to brander.as class.</p>
<p>The class is this one:</p>
<pre><code>package {
import flash.display.*;
public class brander extends MovieClip {
var n:String;
//
public function brander(name) {
setName(name);
}
//
function setName(name) {
this.n = name;
}
//
function getName() {
return n;
}
}
}
</code></pre>
<p>and it is simple too.</p>
<p>Now: I noticed I can't really set anything in this class. So, when I call setName (at the creation of a "brander" instance), I don't set anything. Is this possible?</p>
<p>I tested without debugging, by simply writing:</p>
<pre><code>btn.addEventListener(MouseEvent.MOUSE_DOWN, test);
//
function test(EVT) {
trace(this.getChildByName("MS_2").getName());
}
</code></pre>
<p>Why do we link a class when this class can't store information? What am I doing wrong?</p>
<p><hr /></p>
<p>EDIT:</p>
<p>I found this is working:</p>
<pre><code>function fun(EVT) {
trace((this.getChildByName("M_2") as brander).getName());
}
</code></pre>
<p>but I can't understand WHY: could you please tell me why?</p>
http://stackoverflow.com/questions/1245406/is-there-a-way-to-throw-an-event-when-a-movieclip-becomes-visible0Is there a way to throw an event when a movieclip becomes visible?Anton2009-08-07T15:24:57Z2009-08-07T16:12:55Z
<p>Is there a way to through an event when some other program makes my movieclip visible? I am using actionscript 2.</p>
http://stackoverflow.com/questions/1223887/need-button-to-control-nested-mc-timeline0Need button to control nested MC timeline.jecca4112009-08-03T18:29:17Z2009-08-04T12:53:55Z
<p>Flaah CS4, AS2</p>
<p>I am making an interactive tour. On the main timeline I have two movieclip, "ABOUT" and "RENTALS".</p>
<p>I would like a button, "btnFLRcafe" in the "ABOUT" movieclip to connect to "RENTALS" and start playing on the timeline at a frame named "CAFE".</p>
<p>This is the code that I have on "btnFLRcafe":</p>
<p>on(release){
_root.gotoAndStop("RENTALS");
_root.mcRENTALS.gotoAndPlay("CAFE");
}</p>
<p>When the button is pressed it navigates to "RENTALS", but starts playing from the beginning of the timeline. It seems that the second part of the code is being ignored.</p>
<p>What am I doing wrong? </p>
http://stackoverflow.com/questions/1190645/run-a-flash-movie-in-flex-application0Run a flash movie in flex application.Irwin2009-07-27T21:13:52Z2009-07-27T21:13:52Z
<p>I've a flash movie that I would like to use inside of a flex application, very similar to a preloader. </p>
<p>Looking at this tutorial, <a href="http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/" rel="nofollow">http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/</a>, I expected it would be a matter of not extending "Preloader" and extending "Sprite" and using the class i created wherever i needed.</p>
<p>Alas, the movie I created, is not being shown. </p>
<p>This is the code for my class containing the movie, made based on the tutorial above:</p>
<pre><code>package
{
import mx.preloaders.DownloadProgressBar;
import flash.display.Sprite;
import flash.events.ProgressEvent;
import flash.events.Event;
import mx.events.FlexEvent;
import flash.display.MovieClip;
public class PlayerAnimation extends Sprite
{
[Embed("Player.swf")]
public var PlayerGraphic:Class;
public var mc:MovieClip;
public function PlayerAnimation():void
{
super();
mc = new PlayerGraphic();
addChild(mc);
}
public function Play():void
{
mc.gotoAndStop(2);
}
}
}
</code></pre>