My PNG images are not loading.
Author |
Message |
von5leyz
|
Posted: Wed Dec 14, 2011 5:20 am Post subject: My PNG images are not loading. |
|
|
My PNG images are not loading.
I created a mobile game on Java, and i installed it in my LG phone, and it works fine, but when I installed it on a Nokia or other brands that have Java, i can install and run the game but all the .PNG images in my game is not loading and i cant play my game because my game is entirely built using .PNG type of images. i dont know what is my problem. is it on the phones that i am using? or there is a problem in my source codes? i realy need some help. |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
[Gandalf]

|
Posted: Wed Dec 14, 2011 6:14 pm Post subject: RE:My PNG images are not loading. |
|
|
We can't possibly help you without knowing what exact platforms you are developing for or seeing your code... |
|
|
|
|
 |
mirhagk
|
Posted: Wed Dec 14, 2011 8:26 pm Post subject: RE:My PNG images are not loading. |
|
|
I would suggest looking into if other file types work for pictures, like jpg or bmp. You can just convert the pictures with paint or some other picture editor.
If you are using png for the transparency, but it doesn't work, then you can use a different filetype, and have some colour be the "invisible" colour, where you go through after you load it and convert it to transparent. |
|
|
|
|
 |
|
|