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

What is happening right now?

danpost

reply to How do i export my scenario as a jar file

By danpost - 3 days ago
Mahdir2111 wrote...
I can't open the jar file because of this error: Error: Could not find or load main class greenfoot.export.GreenfootScenarioApplication Caused by: java.lang.ClassNotFoundException: greenfoot.export.GreenfootScenarioApplication
Maybe that was the problem that caused them to remove it as a possible output option. Try going back a bit more.
danpost

reply to how do I program bubbles shooting

By danpost - 3 days ago
yumyumlover69 wrote...
I want to shoot bubbles out of my Bubblegun, but i don't know how I need to program that
I would start with this: <Code Omitted>and ... yes, one class is within the other as shown. Each Bubble object belongs to a specific BubbleGun object.