Ok well since i have about 120 views and no replies im guessing there is something wrong with my question.
Here is a more specific question i have, When doing animation would it be wise to have the player class have an Array of images for the right walking, and an array of images for the left walking, and then in the update function use another array called “currentArray” or w.e (which will be set when player is set to move right or left)…
Also, i seem to have trouble creating an Image array, i remember doing it before but cannot anymore. I feel like a noob but something like this isnt working.
Image[] anim = new Image[5]
anim[0] = insertWayToGetImage;