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
Need some help with my Game
By Azzarrel, with 2 replies.
Last reply by Azzarrel, over 12 years ago:
ty for the fast answer. I'll try it.
Programming books
By Chantal, with 3 replies.
Last reply by Chantal, over 12 years ago:
thank you for replying.it is a great help.=)
Movement help
By Mongoose, with 2 replies.
Last reply by Mongoose, over 12 years ago:
Thank you sir. I'm going to keep working hard!
Using the inbuilt scoreboard
By davemib123, with 6 replies.
Last reply by davemib123, over 12 years ago:
yep - ure right. creating new works.
It should Work...
By LolaLuna, with 11 replies.
Last reply by danpost, over 12 years ago:
If you do not mind the speed at level 3 being 66, instead of 65, you could code this: <Code Omitted>Also, your movement methods could be simplified like the one below: <Code Omitted>
removing enemy life
By davemib123, with 4 replies.
Last reply by davemib123, over 12 years ago:
ah rite :) thanks for the info
making "walls" and detecting impact
By sparrow72, with 14 replies.
Last reply by danpost, over 12 years ago:
@09blackn, Look at the code of my
Barriers and Bars Demo
.
boss movement pattern
By davemib123, with 12 replies.
Last reply by davemib123, over 12 years ago:
yep. I've uploaded the scenario with that in. edit: works great. many thanks for that.
Terminal window
By ms20492, with 4 replies.
Last reply by ms20492, over 12 years ago:
Hmmm...thanks for trying. I'm guessing that JOptionPane input would work fine. Perhaps I'll just use BlueJ for the early system.In input stuff. I think main should be fine...that should be similar between platforms? I've not gone through the tutorials yet, so there might be more to Greenfoot than I understand. Thank you!
score not subtracting
By davemib123, with 3 replies.
Last reply by SPower, over 12 years ago:
With following, do you mean set it to a location near to the boss? If yes, do this: <Code Omitted>and btw, turnTowards will
turn
the Actor to face a location, it doesn't move to it.
firing direction
By davemib123, with 1 reply.
Replied to by SPower, over 12 years ago:
Change act to: <Code Omitted>
splitting the counter
By davemib123, with 2 replies.
Last reply by davemib123, over 12 years ago:
true - just wanted to experiment :)
turning on impact
By davemib123, with 16 replies.
Last reply by davemib123, over 12 years ago:
on first impact it doesnt work, but after that you will see a very slight turn
Pointing to offscreen object?
By kiarocks, with 2 replies.
Last reply by danpost, over 12 years ago:
Another way is to set its location to the ship's location, then adjust as above.
native classes and jar
By lux, with no replies.
I am able to use a c++ method that I stored in a dll in greenfoot. however when i export the project to a .jar file it doesnt seem to work anymore ... is it possible to use dynamic link libraries that way?
945
946
947
948
949
950
951
X