Computer Science Canada pictures wont load porperly |
Author: | evildaddy911 [ Wed Apr 04, 2012 10:36 am ] | ||
Post subject: | pictures wont load porperly | ||
What is it you are trying to achieve? level editor for a platform game What is the problem you are having? as the title says, the pictures wont load Describe what you have tried to solve this problem <Answer Here> Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) <Answer Here>
Please specify what version of Turing you are using open |
Author: | Dreadnought [ Wed Apr 04, 2012 11:17 am ] |
Post subject: | Re: pictures wont load porperly |
Well, the minecraft tile works for me. Make sure the file names are exactly what your program thinks they are and also make sure they are in the same folder as the program. You can always use Error.LastMsg after trying to load the pictures (before the program tries to use them) to see what Turing has trouble with. |
Author: | evildaddy911 [ Wed Apr 04, 2012 3:15 pm ] |
Post subject: | RE:pictures wont load porperly |
yeah, the background files were .gifs, but now i cant seem to write to the save file, it writes the map's skin but nothing else.... how does that work? ps, just open the files in paint and click "save as", then "save as type:" choose the jpeg setting to save them as jpegs |
Author: | Gadd [ Thu Apr 05, 2012 4:03 pm ] |
Post subject: | RE:pictures wont load porperly |
I had a similar problem and I just saved them as photoshops and it worked fine. I could be wrong but its worth a shot, all else fails take your program and log it, run it for errors log it .. repeat.. It could be the code too. ![]() |