Posts Tagged ‘flash

AS3 Easy Dynamic Movie Clip Buttons

This example demonstrates how to dynamically place and code movie clip buttons using AS3. It also demonstrates the use of a Document Class.

as3, flash

AS3 Clickable Button Inside a Draggable Movie Clip

Demonstrates how to use AS3 to create a clickable button inside a draggable movie clip.

as3, flash

Can I access Stage from an AS3 Class with no DisplayObject?

I’m working on a project that requires creating and adding a Movie Clip to the Stage from a class file. Seemed like an easy task, however, referring to the Stage from my class turned out to be trickier than I thought.
I know that, although you can’t refer to Stage directly, it is a property of [...]

as3, flash