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

SPower's Comments

Back to SPower's profile

Sorry, forgot to really read your description :) You might look at the box2d engine, to improve your own.
The box keeps balancing on one of its edges.
MahteMagician, I understand you're happy with the views, but, to be rude, I don't think others care.
Ok, I understand.
Please don't upload so much
You used the image from garageband for iOS....
@lonely.girl Please create a new discussion for this, then it's easier for other people to help you :)
First, thanks for the like :), and I'm glad it is helpful! The second, to get an object of the class Key which intersects another object, use the method getOneIntersectingObject(Key.class). Example: [code]// in the class which wants to interact with keys: Key key = (Key) getOneIntersectingObject(Key.class); // now you can use the key object[/code] Is this what you mean?
To make it harder (and more halloweenish :) ), you could use this scenario: http://www.greenfoot.org/scenarios/4794