Hello. Im new to Arduino and am finding some error messages that I cannot resolve. If any of you can help, please do. At the underlined part it says, "expected primary-expression before '(' token"
#include <Sprite.h>
#include <Matrix.h>
// Scoreboard Sketch
// Controls the Arduino Scorboard for fooseball table
// Date :Feb-...2020
// By Charlie
//declare the matric and its pin connections to DIN, CLK, CS
Matrix myMatrix=Matrix(8,4,6,1); //data, clock,load,number of matrixes
int second=1000;
int bluePin=12;
int greenPin=10;
int animationDelay=300;
Sprite number_0=Sprite (3,5
B111,
B101,
B101,
B101,
B111,
);
Sprite number_1 = Sprite (3,5
B010,
B010,
B010,
B010,
B010,
);
Sprite number_2 = Sprite (3,5
B111,
B001,
B111,
B100,
B111,
);
Sprite number_3 = Sprite (3,5
B111,
B001,
B111,
B001,
B111,