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

Comments for Login System/ Windows Emulator

Return to Login System/ Windows Emulator

RcCookieRcCookie

2021/1/15

I added an example class how to use the login system without the rest. It also contains explaination
A new version of this scenario was uploaded on 2021-01-15 15:44:11 UTC
A new version of this scenario was uploaded on 2021-01-15 15:59:04 UTC
A new version of this scenario was uploaded on 2021-01-15 16:06:44 UTC
Roshan123Roshan123

2021/1/15

@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
RcCookieRcCookie

2021/1/15

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'
Roshan123Roshan123

2021/1/15

No but a fan of Michael;)
A new version of this scenario was uploaded on 2021-01-15 16:23:16 UTC
A new version of this scenario was uploaded on 2021-01-15 16:26:36 UTC
A new version of this scenario was uploaded on 2021-01-15 16:32:55 UTC
A new version of this scenario was uploaded on 2021-01-15 16:37:00 UTC
A new version of this scenario was uploaded on 2021-01-15 16:37:50 UTC
A new version of this scenario was uploaded on 2021-01-15 16:40:02 UTC
A new version of this scenario was uploaded on 2021-01-19 10:38:42 UTC
A new version of this scenario was uploaded on 2021-01-19 11:00:18 UTC
A new version of this scenario was uploaded on 2021-01-19 11:12:42 UTC
A new version of this scenario was uploaded on 2021-01-19 12:48:08 UTC
Roshan123Roshan123

2021/1/21

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
Roshan123Roshan123

2021/1/21

I thought that the users who haven't logged in, can also create account in it
RcCookieRcCookie

2021/1/22

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
Roshan123Roshan123

2021/1/23

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;)
SharukkhanSharukkhan

2021/1/31

Ooh...So we can also create Login and signup system in greenfoot...your amazing Michael kolling sir..
Roshan123Roshan123

2021/1/31

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
SharukkhanSharukkhan

2021/1/31

Oh ok then...I thought that your Michael
RcCookieRcCookie

2021/1/31

Btw I made the scenario right?
RcCookieRcCookie

2021/2/4

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
RcCookieRcCookie

2021/2/5

I know, but Greenfoot disallowes storing data for other users
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Goku555Goku555

2021/2/19

Hi
Roshan123Roshan123

2021/4/12

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'
RcCookieRcCookie

2021/4/13

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.
narnamrehnarnamreh

2021/4/27

I don't read all your description Why any name I choose, it shows my account instead of what I type firstly? Thank you
RcCookieRcCookie

2021/4/28

You can’t set your username, only your password.
Are you in git hub?
Ohhh, i got you
RcCookieRcCookie

2021/6/21

github.com/rc-cookie