public Fireball(BCBlockGameState currstate, PointF Location, SizeF ObjectSize, float initialspeed) : base(Location, ObjectSize, BCBlockGameState.Imageman.getImageFrames("fireball")) { Velocity = currstate.AimAtPaddle( Location, initialspeed); }