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

PiRocks's Comments

Back to PiRocks's profile

Your right! Still, I need to figure out how to get my scenario to have looping sound because right now my solution is to make a sound track 1 hr long that consists of the current sound repeating. This file is massive so it takes forever to upload. I gave up after waiting 5 hrs. If someone can tell me how to make my sound loop, I'd be really happy!
I've got a big problem. My scenario takes,like, twenty minutes to load on the internet, and my newest version has been trying to export for the past three hours. I'm not sure how to fix this. One way I could could the download time in half is if I could figure out how to make the sound loop. If anyone has code that can loop the sound please tell me.
Thanks! It works perfectly, but I can't see why it shakes. I'm debugging the program to try and eliminate the shaking.
WOW, consider making it slightly easier, and a little less repetitive.
Who noticed what my website was and changed it? It used to be javascript:window.close(); which closes your browser window, now it just says http://javascript/;
Thanks, I'm trying to do what you suggested right now!
I tried what you did, and the collision detecting works perfectly, but it won't scroll! IS there a way to get the collision detecting AND the scrolling to work?
1) I have tried implementing a double jump method but for some reason it doesn't work all the time. 2)Sometimes the AI freezes because it there aren't any moves left for the computer to do that it thinks are safe, I've tried making a mechanism that allows the computer to register when there aren't any more available moves. For some reason the method doesn't work right so the computer thinks there aren't any moves left and does a stupid move when there actually are some safe moves. Other times the computer thinks there are moves left when there actually isn't any and causes it to freeze.
I just added a speed button so that you can control what speed the program runs at.