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

What is happening right now?

danpost

reply to How do i make my character jump?

By danpost - about 6 hours ago
zehbi-tracker wrote...
I want my character to jump and fall down but every time i look at a yt tutorial or one of the examples ocdes here i cant get it working.
You might want to check out my Jump and Run Demo w/Moving Platform scenario.
danpost

reply to Help for score variable to be accessed across worlds and actors

By danpost - about 6 hours ago
yipyip wrote...
What can I do to my EndWorld to have it access that final score? I need to display is as text. Also would it be possible to have my actors access the score value while its increasing?
Any active actor in a GameWorld instance has access to that world simply by using the following: <Code Omitted>Then, the score of the game is acquired by what follows the equal sign in the following code line: <Code Omitted>You can display that value in the EndWorld world when you create that world (from within an actor).