//========================== class Atomic extends FX{ float radius = 20f; float maxSize = 25f; float[][] pos; float rot; //--------------- Atomic(float x, float y, float z){ this.x = x; this.y = y; this.z = z; lifespan = timer = 15; pos = new float[7][3]; for(int i=0;i