I my program fails to load images.
              in 
             Programming Questions 
              •  
              2 years ago    
            
 
           
             OK so I have program thats like this.
            
            
 
           
 
            
           - Something SX;
 - class Something{
 -       PImage img;
 - } 
 - void setup(){
 - SX.img=loadImage("Myfile.png");
 - }
 
 
              
              1  
            
 
            