So I'm working on a big project and the file size is 10.6 megabytes. I've compressed the sounds and images right down, but I need to compress them further.
Anyone know any good quality compressing sites?
Offline
Try doing some optimization on the code. It'll make it a bit slower, but its worth it if no-one helps you.
Offline
Molybdenum wrote:
Try doing some optimization on the code. It'll make it a bit slower, but its worth it if no-one helps you.
I could try, but it'll only be a handful of scripts that need optimizing, so it might not take off the extra megabyte I need. Thanks for suggesting it though.
Offline
I've just used some smaller sounds instead of the bigger ones I used before, it's fine now.
Last edited by northmeister (2012-11-01 11:21:15)
Offline
Closed by request of topic owner.
But first, see if there are any unused sounds, images, or scripts. Especially the first two. Do you have a sound duplicated in many sprites? Try only keeping it in the Stage, and broadcasting, asking for it to be played.
Offline