Top "Movieclip" questions

A display object with a timeline in Actionscript on the Adobe Flash platform

Creating a Movie from a Series of Plots in R

Is there an easy way to create a "movie" by stitching together several plots, within R?

graphics video r movieclip movies
How to make a MovieClip remove itself in AS3?

What is the equivalent to removeMovieClip() in AS3? Apparently many have the same question: StackOverflow: How to completely remove a …

flash-cs4 actionscript-3 movieclip
Actionscript 3, addChild from library then access it's children by instance names

So I successfully added a movie clip from the library using addChild(), but now I want to access some movieclips …

flash actionscript-3 actionscript movieclip addchild
How to get name of MovieClip on Flash stage that was created dynamically?

There are multiple MovieClips that will be dynamically placed on stage. These MovieClips are coded to be buttons. I'm trying …

actionscript-3 instance movieclip
Flash CS4 AS3 horizontal movieclip scrolling with mouse move

I'm new to AS3 and have been working on an XML driven navigation system written in AS3. At present, I've …

actionscript-3 mouse scroll movieclip
How to access object defined in parent, from child Slider movieclip

Here is my app structure: parent->[slider->[movieClip1,movieClip2,movieClip3]] So I basically have a few movieclips inside …

actionscript-3 flash object parent movieclip
AS3 reference movieclip by .name property

Yay, another simple noobie as3 question. How can I reference a movieclip by its ".name" ? I tried searching for a …

actionscript-3 flash movieclip
AS3 setChildIndex to front

Is there a way to send a specific movieClip to the front of all other movieClips on stage? I know …

actionscript-3 flash movieclip
The supplied DisplayObject must be a child of the caller

I am a newbie, and I have seached and tried for weeks on this, and I cannot get the grip …

actionscript-3 object movieclip addchild removechild
Array of movie clips ActionScript 3

How would I go about making an array of movie clips? If you could include an example with the setting …

arrays flash actionscript-3 movieclip