I created this game through the p4games.org TGI 2009 Camp. The intro movie has a chance of crashing due to an out of memory error. If so skip it and just play the games. Your need to rotate the tiles into the correct orientation by clicking on them and you need to navigate the character towards the green gate. If you get caught by the cloud then the map will reset. Have fun, I'll try to update the code on the intro movie to see if i can get get it to run better.
Actually, I could not get the game part to run on either of my machines. If someone can get it to run then great, I'll try and get a newer version uploaded.
This is the problem:
java.lang.IllegalArgumentException: Could not load image from: AurtyCast.png
at greenfoot.GreenfootImage.loadURL(GreenfootImage.java:151)
at greenfoot.GreenfootImage.loadFile(GreenfootImage.java:172)
at greenfoot.GreenfootImage.<init>(GreenfootImage.java:75)
at greenfoot.Actor.setImage(Actor.java:277)
at Aurty.<init>(Aurty.java:27)
at wTera.mPopulateAurty(wTera.java:502)
at wTera.act(wTera.java:322)
at greenfoot.core.Simulation.runOneLoop(Simulation.java:274)
at greenfoot.core.Simulation.run(Simulation.java:158)
It sounds like the old image case problem - it's worth checking you're referencing all of your images in the source code in the same case that they are as files - otherwise it can cause errors when uploaded to the gallery!
2009/7/6
2009/7/6
2009/7/6