Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Easing equations have to be explicitly imported.
- import mx.effects.easing.Quadratic;
- // Embed movie clip symbols from the library of a Flash SWF.
- [Embed(source="assets/library.swf", symbol="DartBoard")]
- [Bindable]
- public var DartBoard:Class;
- [Embed(source="assets/library.swf", symbol="Helicopter")]
- [Bindable]
- public var Helicopter:Class;
- download full project from here :::
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement