This site requires JavaScript, please enable it in your browser!
Greenfoot back
virtus
virtus wrote ...

2018/10/5

Image .PNG problem

virtus virtus

2018/10/5

#
i am coding an animation of a guy walking and i have place images in named and gonna use them a frames everytime i run the code this appears java.lang.IllegalArgumentException: Filename 'W_Right0.PNG' has the wrong case. It should be: 'W_RIGHT0.PNG' i cannot fix this i need HELP
Super_Hippo Super_Hippo

2018/10/5

#
Seems like the name you use in your code is not the same as the name of the file (RIGHT vs. Right)
You need to login to post a reply.