This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
Discussions
You need to login to take part
Current Discussions
Int openCorner() method
By JasonZhu, with 2 replies.
Last reply by danpost, over 11 years ago:
How about this: <Code Omitted>
Terminal error
By Alexander, with no replies.
Code in Terminal: sudo /opt/local/bin/port install libusb-devel +universal Error: Requested variants "+universal" do not match original selection "". Please use the same variants again, perform 'port clean libusb-devel' or specify the force option (-f). To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port libusb-devel failed Does anyone else get this error for attempting to connect your Kinect to your Mac? Running Mac OS X 10.8.5
Have you seen this? Is this a concern?
By Alexander, with no replies.
"Warning: USB events thread - failed to set priority. This might cause loss of data…" This occurs when I ran the sample code from the OpenNI folder via the Terminal. The code does run and interacts with the Kinect. I'm running Mac OS X 10.8.5
Boolean Tic Tac Toe Method
By JasonZhu, with 2 replies.
Last reply by JasonZhu, over 11 years ago:
Wow, that saves so much more room, thanks.
Not So Good With Instances Yet
By Tentacle_Panther, with 8 replies.
Last reply by Tentacle_Panther, over 11 years ago:
Thank you muchly! Though I was frustrated and pouty yesterday, with your help I have today completed what I'm going to call a pre-alpha version of my game!
Frogger following log
By kayuhnjayuhn, with 9 replies.
Last reply by kayuhnjayuhn, over 11 years ago:
OH MY GOSH THANK YOU SO MUCH! It worked great! Thanks a ton!
Hello can someone explain whats wrong here? :3
By seut22, with 1 reply.
Replied to by davmac, over 11 years ago:
Please
indent your code correctly and use code tags
when you post code.
Can someone explain what static means?
By qwakery, with 1 reply.
Replied to by danpost, over 11 years ago:
Please refer to the Java tutorial page
Understanding Class Members
.
Score counter not working.
By Bntyhntr501, with 20 replies.
Last reply by danpost, over 11 years ago:
Best regards.
Code for creating a solid object?
By stateoaks, with 6 replies.
Last reply by SAAEngineer, over 11 years ago:
It's a very stupid question but in your code there is Wall.class , if i have an object called Side how would i have to rename the .class bit?
Gevater_Tod4711 wrote...
Oh sorry that was my fail. Instead of .isEmpty you can use != null. Then it should work. The code then should look like this: <Code Omitted>
well this is embarassing...
By SullyFish, with 1 reply.
Replied to by SullyFish, over 11 years ago:
never mind disregard that!
I'm getting an error with my constructors
By steelparagon, with 1 reply.
Replied to by bourne, over 11 years ago:
"Super" needs to be lowercased (line 11 of Primary) <Code Omitted>And you probably meant this: <Code Omitted>
How would I code this?
By iSuckAtGreenfoot, with 1 reply.
Replied to by danpost, over 11 years ago:
Create a subclass of Actor called Pizza. Add a static field to hold a GreenfootImage object that is to be the image of all the Pizza objects. Add another field, not static this time, to hold an int value that is to be the speed of a Pizza object ('static' goes for all and not 'static' goes for each). Have the Pizza constructor block set that value of the int field (for its speed) to a random number between 1 and 3 and set the image of the Pizza object to the image saved in the image field. Add an act method whose code (1) moves the object down the screen using the value of the int speed;
Flappy Bird Help!
By jacobgalvan23, with 3 replies.
Last reply by jacobgalvan23, over 11 years ago:
I just ended up dividing it by two like danpost said, it worked perfect. Thanks a lot for both of your guys help!
Error when converting my scenario from PC to Mac
By aminycartoon, with 1 reply.
Replied to by danpost, over 11 years ago:
Please show the code of your Menu world from line 1 to at least the end of the method that line 30 resides (the constructor).
686
687
688
689
690
691
692
X