@RcCookies, thank you very much for the tutorial!!!
But for the time being i m improving something else
So will u be able to ask it after 4-7 days later(if u don't mind) and after adding tutorial i don't think that i will find any problem
By the way what do u mean by 'Sicher dass du aus DE kommst?'
A new version of this scenario was uploaded on 2021-01-15 16:09:12 UTC
Sure. And for the sentence: Just open google translate, set the language to detect automatically and see the outcome! But replace the 'DE' with 'Deutschland'
I know that its cleary said that ""You can register an account once you are logged in on the Greenfoot website""
But I realised it just now
If u don't mind i would like u to add timer class in taskbar
For the timer: Do you mean in the Windows emulator the clock in the bottom right? That’s one thing to add, the task bar is incomplete as a whole
For the accounts: I‘d like to make that possible, however Greenfoot disallowes you to change the UserInfo of a different account, also a not logged in user does not have a UserInfo to store the stuff in at all. At the very least you can log in as guest
RcCookies: Do you mean in the Windows emulator the clock in the bottom right? That’s one thing to add, the task bar is incomplete as a whole
Me: Yes, I was talking about it;)
Lets stop making fool of each other
U know that I m not Michael and I know that u r not Sharukh Khan
If u really thought that i m Michael, then i apologize for it
And its not my scenario
Sorry to say but unfortunately they still can’t. That’s because you need a UserInfo to store the data to, and that’s not available when not logged in, and you also can’t store to other people’s UserInfo. You can however read other people’s UserInfo, so you can log into an existing account from a different or no account
By the way what is resuable
U use this word in lot many places
And i have downloaded some of ur scenarios but they show some errors and all of ur scenarios where without 'myWorld'
Reusable means that you have some classes, in this case widgets which make up the ui, and you can rearrange them however you want. The login menu is really more a demo of what can be done with it. Another example would be the raycasting scenario, where you can see visually how the ray casting works, but you can use the underlying ray cast system in any scenario.
What you may find is that these classes are not visible if you open the scenario in Greenfoot. Just like you need to import the Greenfoot stuff with „import greenfoot.*;“ you need to import my stuff, for example „import com.github.rccookie.greenfoot.game.raycast.*;“. This is certainly a bit longer but normal for java. A package basically describes the folder in which the file is located. That is why you will find exactly that folder structure in my scenarios.
Concerning „MyWorld“, that’s because of two things:
1. You don’t have to name your world „MyWorld“, and I never do
2. I am not actually extending World directly, which is why you ain’t see my world class under World. What I actually do is extend a class that is also part of my library which that is extending the World class.
2021/1/15
2021/1/15
2021/1/15
2021/1/15
2021/1/21
2021/1/21
2021/1/22
2021/1/23
2021/1/31
2021/1/31
2021/1/31
2021/1/31
2021/2/4
2021/2/5
2021/2/19
2021/2/19
2021/2/19
2021/2/19
2021/2/19
2021/2/19
2021/2/19
2021/2/19
2021/2/19
2021/2/19
2021/2/19
2021/2/19
2021/2/19
2021/2/19
2021/2/19
2021/4/12
2021/4/13
2021/4/27
2021/4/28
2021/6/20
2021/6/20
2021/6/21