flash on 2010-9-27

by ushisantoasobu
♥0 | Line 13 | Modified 2010-09-27 23:26:42 | MIT License
play

ActionScript3 source code

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

package {
    
    import flash.display.*;
    import flash.events.Event;
    import flash.filters.DropShadowFilter;
    import flash.filters.GlowFilter;
    import flash.geom.Point;
    
    [SWF(width=500, height=500, frameRate=30, backgroundColor="0x000000")]
    public class MouseGrowEffect extends Sprite
    {
        private var dep:Number = 0;
        private var linea
    }

    
    
}