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

2020/11/2

Userinfo

Roshan123 Roshan123

2020/11/2

#
Is their any tutorial for userinfo If yes then plz kindly share me the link
danpost danpost

2020/11/2

#
Roshan123 wrote...
Is their any tutorial for userinfo If yes then plz kindly share me the link
The description in the UserInfo API documentation gives pretty much all you need to know. You can basically do anything within the realm given.
Roshan123 Roshan123

2020/11/2

#
I saw it already in discussion Its hard for a newbie to understand it well Especially 'i' m the one who can't understand it well
Roshan123 Roshan123

2020/11/3

#
I just wanted to ask u that, have u created any demo for userinfo
danpost danpost

2020/11/3

#
Roshan123 wrote...
I just wanted to ask u that, have u created any demo for userinfo
Not specifically -- no. I have created a demo that uses UserInfo, but its source is not currently available. Also, the way it was used is not how you would normally use it in a game. It was used to store the initial random map of the world, plus where actors were when saved. I might have one or two games that use it and has the source available. I'll have to go check.
Roshan123 Roshan123

2020/11/3

#
Ok Plz share it when you r killing mosquitos
danpost danpost

2020/11/3

#
Roshan123 wrote...
Ok Plz share it when you r killing mosquitos
UserInfo Demo
Roshan123 Roshan123

2020/11/3

#
Can u plz add some mechanism something like The user will type something And then the string will be saved in the csv file The string should only be visible in get data (i mean only for me by downloading the csv file)
danpost danpost

2020/11/3

#
Roshan123 wrote...
Can u plz add some mechanism something like The user will type something And then the string will be saved in the csv file The string should only be visible in get data (i mean only for me by downloading the csv file)
Done.
Roshan123 Roshan123

2020/11/5

#
Actually i made a feedback button using ur user info demo I got this idea from ur scenario i.e. private messaging Just out of interest i got a question.... As u said that ' if any user misuses it, then the user will be barred from use ' Does it need programming (i think its not possible but sometimes u make it possible) or to inform the developers of greenfoot
danpost danpost

2020/11/5

#
Roshan123 wrote...
As u said that ' if any user misuses it, then the user will be barred from use ' Does it need programming (i think its not possible but sometimes u make it possible) or to inform the developers of greenfoot
Programming -- yes. I will add to a list of banned users and update the scenario. Only need to check the name of the user against the list.
You need to login to post a reply.