Tagged Questions

0
votes
1answer
15 views

List of all classes exported by a flash movie

A Flash movie loads another movie that contains various asserts - movie clips in its library with 'Export for Action Script' settings set. Is there any way to determine the list of class names of all …
0
votes
2answers
90 views

How to tween (with ease out) a movie clip using only Action Script 2.0

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? Thanks!
0
votes
2answers
57 views

How to loop through different movie clips in AS3?

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 …
0
votes
1answer
23 views

Link images/layers in Flash CS4 - making them move together

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 …
0
votes
1answer
56 views

AS3 Play contents of a symbol

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) Now I'd like to play the …
0
votes
2answers
97 views

Identify MovieClip in AS3 among DisplayObjectContainer

in ActionScript 3, if I loop through the children of a movie clip, it will return a DisplayObjectContainer, which is a list of DisplayObjects. However, the AS3 typeof cannot identify MovieClip as …
0
votes
3answers
73 views

Merge multiple MovieClips into a single MovieClip

Hi, 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 …
0
votes
1answer
46 views

Embedding a movieclip using CSS in Flex 3

We use [Embed(source="assets/styles/basic/my_skins.swf",symbol="preloader_3")] private var PreloaderAnim:Class; for embedding a movieclip from an swf file. How can I do the same using a CSS file …
0
votes
1answer
320 views

Add nested movieclip and set dynamic text AS3

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. …
0
votes
4answers
2k views

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 that were in that dynamically added movieclip. I've used standard dot notation and …
1
vote
5answers
164 views

Why MovieClip-derived class won’t gotoAndStop?

Facts: I have 2 classes: Entity and Ship. Entity extends MovieClip and Ship extends Entity. I have a MovieClip associated to the Ship.as class file. The thing is that I'm able to show, rotate and …
1
vote
3answers
228 views

as3 removeChild issue

Hi there!, I'm loading some swf files at 0 on my stage. They are the pages of my site. To change from page to page I use removeChildAt(0) and then I addChildAt("page_title", 0). The problem is …
0
votes
2answers
358 views

Flash + AS2 = Unload a movieclip itself when it is clicked

Hi there 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, …
1
vote
2answers
138 views

Resize a movieclip wihout messing up mouse coordinates.

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 …
0
votes
0answers
12 views

swf movie is not staying within the confines of the movie clip when played, ie it goes over the whole stage.

Hi, Can anyone give me a hand please? 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 …

1 2 3 4 next
15 30 50 per page