Test

by sinclairc5
Meta data needs to go before the class declaration

465*465 is the wonderfl display size
♥0 | Line 17 | Modified 2011-08-20 19:52:41 | MIT License
play

ActionScript3 source code

/**
 * Copyright sinclairc5 ( http://wonderfl.net/user/sinclairc5 )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/fHFz
 */

package
{
    import flash.display.Sprite;
    import flash.text.*;
    import flash.geom.Point;
    import gs.TweenLite;
    
    /**
    *
    * Meta data needs to go before the class declaration
    *
    * 465*465 is the wonderfl display size
    *
    */
   
    [SWF(width="465",
         height="465",
         backgroundColor="0x000099",
         frameRate="40")]
    public class FlashTest extends Sprite
    {   
        public function FlashTest()
        {
                               
        }   
    }
}