are you sure you haven’t added an extra space in this line
standingImages[i]=loadImage("link stand "+(i)+".png");
shouldn’t it be
standingImages[i]=loadImage("link stand"+(i)+".png");
are you sure you haven’t added an extra space in this line
standingImages[i]=loadImage("link stand "+(i)+".png");
shouldn’t it be
standingImages[i]=loadImage("link stand"+(i)+".png");