Search found 2 matches
- Mon May 06, 2013 10:25 am
- Forum: Games
- Topic: First MistressV Test Release (Warning: Wall of Text)
- Replies: 33
- Views: 15899
Re: First MistressV Test Release (Warning: Wall of Text)
Thanks for the input, we're working on the relative paths (Another user has been nice enough to help me out with the programming). I actually originally tried to use the Thread.sleep method, but for some reason I couldn't get it to work properly. I think it has something to do with the fact that I ...
- Sun May 05, 2013 11:56 am
- Forum: Games
- Topic: First MistressV Test Release (Warning: Wall of Text)
- Replies: 33
- Views: 15899
Re: First MistressV Test Release (Warning: Wall of Text)
Some technical hints:
-You should use relative paths like "Images/" instead of "C:/foo/bar" in ImageReader so it will work on platforms other than windows.
-In order to wait you shouldn't loop until the time is up, as this uses quite some cpu ressources needlessly. better use Thread.sleep ...
-You should use relative paths like "Images/" instead of "C:/foo/bar" in ImageReader so it will work on platforms other than windows.
-In order to wait you shouldn't loop until the time is up, as this uses quite some cpu ressources needlessly. better use Thread.sleep ...
