Advertisement
tmara82

Chopper Game

Aug 8th, 2017
2,982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Easing equations have to be explicitly imported.    
  2.             import mx.effects.easing.Quadratic;
  3.  
  4.             // Embed movie clip symbols from the library of a Flash SWF.
  5.             [Embed(source="assets/library.swf", symbol="DartBoard")]
  6.             [Bindable]
  7.             public var DartBoard:Class;
  8.            
  9.             [Embed(source="assets/library.swf", symbol="Helicopter")]
  10.             [Bindable]
  11.             public var Helicopter:Class;
  12.  
  13.             download full project from here :::
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement