Tagged Questions

0
votes
3answers
58 views

Dynamically adding movieclip to stage as3

I have buttons on the stage (run1_btn - run5-btn) that when clicked adds a movie clip to the stage.(hand) The movie clip contains a few frames of animation. When a button is clicked the movieclip gets …
0
votes
1answer
49 views

Change parent of MovieClip

I want to detach a movieclip and attach it elsewhere, but it doesn't seem possible in AS2. I'm looking for an AS2 equivalent of Cocoa's addSubview/removeFromSuperview. Is there alternatives routes …
0
votes
1answer
32 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
1answer
34 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
2answers
96 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
2answers
162 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
1answer
68 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
3answers
105 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
92 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
0answers
13 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 …
0
votes
2answers
142 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
1answer
437 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. …
1
vote
0answers
11 views

how do i record and play a video in my native iphone app?

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.
1
vote
5answers
181 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 …
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 2 3 4 next
15 30 50 per page