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

Yehuda's Comments

Back to Yehuda's profile

@Hippo See here: http://docs.oracle.com/javase/8/docs/api/java/awt/Component.html#setCursor-java.awt.Cursor-
I used that line of code in my Scores class in my screenSize scenario where I changed the cursor during loading.
To set the cursor back to the default cursor you can use the following (in this scenario where all the imports already exist). panel.setCursor(null);
YehudaYehuda

2017/6/22

So now you got it to work in Greenfoot Version 3.1.0 (you're not the only one). Why does that have anything to do with other users running the scenario?
YehudaYehuda

2017/6/22

It worked/works fine by me.
YehudaYehuda

2017/6/22

What do you mean the scenario was broken? You didn't change anything pertaining to this scenario by any other user. It's possible that you're playing around with Java and your browser's settings but nothing was changed.
YehudaYehuda

2017/6/22

I seem to have forgotten to vote/like this scenario ever since I became my own user. The last three Nosson1459 comments are by me.
YehudaYehuda

2017/6/22

@TheAwesomePuppy404 What did you fix? You don't have any scenarios to fix, and this scenario wasn't made by you nor did it have any recent updates.
Why don't you make a score table where it says other players' ranks and scores instead of just my own high score. You can look at my scores class: http://www.greenfoot.org/scenarios/19309 I'm working on making it normal speed, now it's extremely slow. With my Scores class all the users are displayed with their image, rank, score, and name not just the top few users.