Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
7answers
2k views

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?
4
votes
1answer
127 views

How do I wait for flash (as2) to load child elements before running some code?

On the stage, I have seven buttons. I want to add events on these buttons, however most of them are "undefined"/null. How do I wait for the stage or _root in as2 to finish loading the child elements ...
3
votes
1answer
71 views

Alpha and inner movieclips

I have a movieclip singleCircle which is a child of doubleCircle. Both circles are 100% black. Now when I set the alpha of doubleCircle, instead of treating the movieclip as a whole, it seems to be ...
3
votes
2answers
151 views

Using Actionscript (MovieClip) class in flex

I have a piece of Actionscript code that Implements MovieClip. I don't seem to be able to get it to display in my application. What I've tried: 1) Using the class directly in my code via UIObject ...
3
votes
2answers
2k views

How can I convert a flash movieclip into a png sequence?

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? Thanks!
2
votes
3answers
290 views

How do I know when MovieClip placed on stage to finish play?

MovieClip(mcName).play(); MovieClip(mcName).addEventListener(??????, myStopFunction); Or how differently you can learn about the end of play? MovieClip is an external file and loaded into the swf ...
2
votes
4answers
183 views

MovieClip can't see base class methods

I have this base class package sevengames.miranda.front.res { import flash.display.MovieClip; import flash.text.TextField; public class MenuButtonBase extends MovieClip { ...
2
votes
1answer
252 views

Flash Lite 2 Split Image

Can flash lite 2(as2) split an image in to multiple movie clips? For example, get an image and split it in half to to mc's.
2
votes
3answers
355 views

Let system time determine animation speed, not program FPS

I'm writing a card game in ActionScript 3. Each card is represented by an instance of a class extending movieclip exported from Flash CS4 that contains the card graphics and a flip animation. When I ...
2
votes
3answers
546 views

how to create up/down movement of sprite with as3 with a mouse

I need to move a sprite only vertically on mouse move. How do I implement it with as3? Thanks
2
votes
2answers
2k views

Setting dynamic TextField.text from a parent MovieClip in ActionScript 3

Easy question, that I can't quickly find an answer to online - it seems this would be in tutorials everywhere - and probably is... I have a MovieClip that has a Dynamic TextField: let's call the ...
2
votes
3answers
586 views

Convert an XML node to a MovieClip

I have an xml document that I would like to use to show MovieClips in my .fla: <linkedMovieClip>TestClip</linkedMovieClip> In my .fla, I created a symbol called TestClip and select ...
2
votes
2answers
590 views

Is it possible to play a movie file in a UIView layer?

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 ...
2
votes
3answers
6k views

Clone MovieClip in realtime

I have a MovieClip with and image inside that I can drag, resize and rotate. I'm creating a little thumbview, so the user can se how it will look. This is essentially a small version of the main ...
2
votes
1answer
4k views

ActionScript 3: Set the text of an animated Dynamic text instance

I have a dynamic text field (textLabel) inside a Movie Clip (textMC). I am tring to set the text attribute like this: textMC.textLabel.text = "this is my text"; This works fine, until I add key ...
2
votes
2answers
2k views

Flex loads SWF as Sprite. How do I load it as a Movieclip instead?

I have a problem converting SWFLoader.content into a MovieClip instance while following (TheFlashCanon's excellent tutorial) on making a SWF communicate with Flex. The SWF loaded in question is ...
2
votes
3answers
7k views

Dynamically accessing nested movie clips in flash actionscript 2

I have a nested movie clip instance that I want to access. The path to the movie clip is defined by two variables ( similar to a row and column). I am already dynamically accessing the parent movie ...
2
votes
6answers
8k views

ActionScript 2, list of nested movieclips

has anyone ever tried to get the list of all the movieclips (even the nested ones) that are on Stage at a specified stopped (and current) frame in Flash 8, AS 2? I did the following: for(i in ...
2
votes
2answers
398 views

Why is motion tweening changing the size/proportion of my movieclip?

I am having a really odd problem with Flash CS4. I have a MovieClip with the dimensions 652x400. When I create a motion tween for the layer containing the clip, and move the playhead to the last frame ...
1
vote
0answers
17 views

ActionScript 3 MovieClip content scroll for Android

I need to create a vertical scroll-able movieclip (MC) for android touch device. This MC will be on the stage. The content of the MC should be scroll-able vertically with touch (single finger). Can ...
1
vote
1answer
41 views

actionscript 3 event.target

I have a movie clip named button1 and in this movie clip there is a dynamic text named txt public function mouse_down(event:MouseEvent) { if(event.target==button1) { ...
1
vote
1answer
19 views

After transform.colortransform on mc, can't change textfield's color within mc

I'm trying to change the color of a textfield that is inside of a movie clip, in a game. I change the color of the movie clip using this: var newColor:ColorTransform = new ColorTransform();//color ...
1
vote
2answers
41 views

Access MovieClip instances that are already on the stage in Document Class?

I have created a game in flash, and due to the nature of the game, I have many movieclips placed on the stage manually in Flash CS4. They are not programmatically added as children to the stage, and ...
1
vote
1answer
105 views

AS3.0: Copy MovieClip from array to Stage

I have an array with four different MovieClips in: var myEnemy_1:Enemy_1; var myEnemy_2:Enemy_2; var myEnemy_3:Enemy_3; var myEnemy_4:Enemy_4; var enemyArray:Array = [new Enemy_1(stage), new ...
1
vote
2answers
60 views

Flash Movieclip with sub-animations eating the memory

I have been working on a flash game where I add sub-animations to a movieclip by attaching child movieclips. This creates a hierarchy of movie clips with different animations, but the result of that ...
1
vote
1answer
181 views

AS2: No video with netstream, just audio

So I'm having a problem with AS2 when loading a netstream video. my_vid = _root.createEmptyMovieClip("my_vid", _root.getNextHighestDepth()); var video:Video = new Video(); var nc:NetConnection = new ...
1
vote
2answers
114 views

Flash Actionscript 3.0 Animation Looping

I am trying to create a side scrolling game. In it, I want the player to be able to shoot blow darts. As it is right now, if the player holds the Spacebar, the player's (which is a MovieClip) ...
1
vote
1answer
89 views

Actionscript 3.0 MovieClip frame change listener

I have a scene with a monster. Monster blinks its eyes. Eyes blinking is a separate MovieClip. Under some conditions, monster opens its mouth. Mouth opening is a separate MovieClip as well. At this ...
1
vote
2answers
100 views

Issue when creating bitmap from a movie clip in AS3

I have a problem when I try to convert a movie clip in a Bitmap. Everything works well, but some attributes don't are not in the new Bitmap. For example, if I have a movie clip and I flip it ...
1
vote
2answers
245 views

FlexLoader.loadBytes(): Bitmap is loaded as MovieClip

I've got a code, which caches loaded resources (both images and swfs) and saves its bytes to flash SharedObject: var cache:SharedObject = SharedObject.getLocal('dataCache'); cache.data[url] = ...
1
vote
2answers
223 views

Is it possible to change playback speed of only one MovieClip without changing framerate using only AS3?

Is it possible to change playback speed of only one MovieClip without changing framerate using only AS3? I mean, is there any function/property in MovieClip or somewhere that changes the playback ...
1
vote
2answers
63 views

IntelliJ “Can't find” Movie File

I am having serious trouble opening, actually finding, any kind of Video Files with IntelliJ. The files are in a folder called "data" in my Project Directory. In the Project Structure Settings I made ...
1
vote
1answer
163 views

Filter for overlapping circle objects in actionscript 3

Basically i have x circles represented as MovieClips. They are all assigned the same base color (for example red). They should all have a brightness property ranging from 0 to 1 (0 would be completely ...
1
vote
1answer
204 views

Evaluate a path string which contains a nested movieclip in AS3

This should be fairly simple but I understand why it doesn't work. I am hoping there is a clever way to do the following: I have a string 'movieclip1.movieclip2' I have a container movieclip - ...
1
vote
2answers
346 views

AS3 - Objects on stage unintentionally disappear

We are making a simple Flash game intended for mobile phones via Flash 5.5 using ActionScript 3.0. We are animating an array of objects vertically until they hit another object at the top of the ...
1
vote
2answers
214 views

AS3: Return MovieClip from Function

Sorry if this question has already been answered but I can't seem to find any relevant examples online. I basically have a class which loads a set of MovieClip objects and provides accessor functions ...
1
vote
1answer
232 views

Flash Builder 4: MovieClip looses embedded fonts when s:RichText component added

I have a problem with one of the projects I'm working on where fonts are not being embedded correctly. I have a movieclip from Flash embedded in a Flex project. As soon as I add a s:RichText to ...
1
vote
1answer
311 views

Printing Movieclip in AS3 (Flash CS3)

I know there's similar question on this forum but I've tried the ideas posted and they didn't work. Basically we're trying to print a movieclip that contains graphics drawn by the user. We have a ...
1
vote
1answer
202 views

How to bind event for MovieClip on the next frame?

I have flash project (ActionScript 3), which has a several frames. Each frame contains some unique controls (buttons, textInputs, etc) with unique ids. I want to add event listeners to these controls: ...
1
vote
1answer
1k views

Flash AS3 Access Global Variables From A MovieClip

I have a movie clip of an explosion which is done in code because I am randomizing the direction and amount of debris from the explosion, so it's a movie clip with one frame, and all animation is done ...
1
vote
1answer
478 views

button and movie clip actionscript 2.0 for flash

I'm extremely new to flash, having just started using it this semester for a class. I'm putting together a fairly simple "portfolio slideshow" (it's a mock up for a website) for an assignment, but ran ...
1
vote
2answers
308 views

Is there an event for when a MovieClip changes position?

I'd like to be notified when a MovieClip changes position, regardless of whether the position was changed by my code, or by the built-in drag operations. Is there such an event?
1
vote
1answer
174 views

Play movieClip before initialize

So I have a custom preloader with 200 frames and the corresponding in Flex: gotoAndStop(Math.ceil(e.bytesLoaded/e.bytesTotal*100)); So basically each procent is one frame in the movieClip. So when ...
1
vote
1answer
93 views

Is there a way to center the registration point for dynamically imported MovieClip

I'm trying to see if there's a way to change the registration point of a MovieClip that's importing an image dynamically? Here is my code where I add an image to an "overlayHolder": overlayBitmap ...
1
vote
2answers
2k views

AS3- Buttons controlling timeline not working inside MovieClip

This is my first time coding a website using ActionScript. So far everything has went very well, I designed the website in Photoshop, and imported to Flash CS5. Then I cleaned everything up, and ...
1
vote
1answer
454 views

Possible to access all Movie clips on a layer, on timeline, through stage?

I have a code ... var selection:Array = new Array(); var diplayObjCont:* = stage; // The rectangle that defines the selection in the containers coordinate space. // Loop throught the containers ...
1
vote
1answer
384 views

Animated MovieClip jumps around screen randomly

I have an animated MovieClip of a fly that spawns at a random location and moves across the screen by bouncing off the walls. But every time the animation starts over, it seems to "jump" to a random ...
1
vote
1answer
1k views

How to export MovieClip to SWF via AS3?

I've wrote some application in Flash cs5, wich allow users to make their own Christmas Cards, but at the end of programming I realized, that I should to provide some function to save user's card to ...
1
vote
1answer
194 views

get the event when the loaded movieclip is ready in the right frame

i'm developing an app that use swf to load elements and add properties to the loaded swf. I use SWFLoader to load the movie and on the COMPLETE event i move the loaded MovieClip to a specific frame ...
1
vote
1answer
178 views

How to see all elements of current symbol in Flash CS5

I'm dealing with multiple hard to find/small/transparent elements within nested MovieClips in Flash CS5. Is there no outline window where I can get to an element through a tree format vs having to ...

1 2 3 4 5 7