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

Builderboy2005's Comments

Back to Builderboy2005's profile

I recommend posting the source code so that we can see it and help find the problem
This is the error that i got when i pressed start java.lang.IllegalArgumentException: Format of sound file not supported: 15488__djgriffin__tibetan_chant_4_colargol_2_modified.wav at greenfoot.Greenfoot.playSound(Greenfoot.java:141) at SoundLooper.start(SoundLooper.java:73) at OuterSpace.act(OuterSpace.java:121) at greenfoot.core.Simulation.runOneLoop(Simulation.java:274) at greenfoot.core.Simulation.run(Simulation.java:158) Which is weird, because Greenfoot supports wav...
Wow, thats really well done!
Wait, Ohhhhhhhh, i see now what isometric actually means. :)
Zerg! you forget the fantastic command of setPaintOrder, which allows you to set The order in which Greenfoot paints objects onto the world, thus solving your entire conundrum.
It might not work (an image problem i think, check the console), but you sure are getting a lot of views!
Ah, that was tricky to fix. Thank you, although i will not upload the new version yet, as i have actually started on the actual game, and i will wait until I finish the first part to upload it.
Thanks! I am going to implement that soon, but i am mostly focusing on getting the enemies made and the engine up and running.
the lines are actors? why don't you create an object the size of the screen and draw onto it using drawLine(x,y,x,y)?