This group is announcement-only. You cannot post messages because you are not a manager.
Description:
A group for discussion of all things related to the Greenfoot software system (www.greenfoot.org).
|
|
|
|
Greenfoot Discuss has moved
|
| |
The Greenfoot Discuss list at this location is now closed. It has
moved to
[link]
Please go over there for questions and advice.
This page remains as an archive only. You cannot post to this group
anymore.
The Greenfoot Team
|
|
|
Greenfoot discussion will move soon
|
| |
Hi fellow Greenfooters,
This is an important announcement:
This discussion group will soon move to a new home.
Many of you know that Greenfoot related activities were spread over
different web sites over the past few years: Upload of scenarios and
discussion about them is at the Greenfoot Gallery ( [link]... more »
|
|
|
Linking A Counter to A Scoreboard
|
| |
Hey Guys!
Im kinda new around here so dont mind me if i do anything wrong.
Anyways, Im kind of stuck on my scenario. The scenario involves having
two animals, the Crab and the lizard both trying to eat worms, however
there is a lobster in the mix too and if the lobster touches either
animal the game is over. The lizard and crab is controlled by the... more »
|
|
|
Working on an Android Port--what are the nuances of the GPL?
|
| |
Hello all,
I'm looking into several ways of porting Greenfoot projects to
Android, and am currently considering re-writing some of the Greenfoot
source code so it doesn't rely on either the AWT or Java2D packages,
which the Dalvik VM can't process. I have no problem making this
modified Greenfoot source code available, but I'm wondering what the... more »
|
|
|
LAN/Networking
|
| |
The game im making is meant to be a sort of arena player vs player
game, so i would like to implement some sort of LAN network where the
players connect and fight each other, but im not sure where i would
begin with the networking, i can pretty much handle the player
spawning system etc, but i would like some sort of guidance with the... more »
|
|
|
Menu
|
| |
Is there any easy way to have like a menu at the beginning previous to
the pressing play on the simulation. Such as providing a menu for the
user to pick different options that the simulation can execute?
Essentially I will use the data provided by the user to create a
unique simulation for the user. I was thinking something like combo... more »
|
|
|
Using a variable in two classes
|
| |
Hello, I've just started using Greenfoot. I'm making a simulation for
a school project and I need to know how I can share a variable between
two classes. So I’ve declared an integer variable in class A, how do I
access it and use it in class B?
Thanks for the help!
|
|
|
Pause?
|
| |
Hey, I'm a new member here, and new to the groups thing, I hope this will be very beneficial for me. Anyway, my question is, is there a code to make a pause button? So when I'm running the game, all I have to do is pause the game, go somewhere and I can go and unpause the game. Thanks Aly
|
|
|
Accessing Actor's methods aftet getOneIntersectingObject
|
| |
Hello,
I am learning Java language and Greenfoot makes the learning process
really fun. Currently, I am developing a game where a spinning robot
shoots bullets and if they hit you - you get damage. I'll explain only
those methods and fields, which are required:
There's a Bullet class which has private int damage and public int... more »
|
|
|