Grouped Particles

by telcanty
♥0 | Line 14 | Modified 2009-10-15 09:42:38 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        
        private var _groups:Vector.<ParticleGroup>;
        
        public function FlashTest() {
            
        }
    }
}

internal class ParticleGroup
{
    
    public function ParticleGroup()
    {
        
    }
 }