Grouped Particles
♥0 |
Line 14 |
Modified 2009-10-15 09:42:38 |
MIT License
archived:2017-03-20 02:50:07
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()
{
}
}