Forum ActionScript 3.0 PvP Ladder, adding player login/registration.

Problems and discussions relating to ActionScript 3.0 here.

PvP Ladder, adding player login/registration.

Postby Serifaz » May 11th, 2013, 8:07 pm

Hey guys I use to have a paid plan. but I realized that until I am further with production I can't afford to pay for it without knowing money will be coming back in the near future.

I'm not stingy or greedy just near broke. x)

Anyways moving on.
Im trying to make acouple features for a very basic multiplayer game.
I want to add player authentication with a login screen.
and I want to make a pvp ladder for when competitions are finished.
I think mainly my problem at this point is authenticating players. I know as3 somewhat.
and I have made an sql php flash login before. but I just don't understand the api I guess.
I tried reading over it. and I don't really understand some things.
one of which is how to make a bigdb connection pend until authenticated.
is there an authentication class or something I missed?
I want to do this the right way but I am having trouble.

can someone explain this to me.
Also I don't know if this is the proper place to put this. but I am hiring people to work with me.
So if you want to make some quick money contact me on skype :)
Skype User = Deafrunner
Serifaz
 
Posts: 6
Joined: June 19th, 2012, 1:45 am

Re: PvP Ladder, adding player login/registration.

Postby Henrik » May 11th, 2013, 9:37 pm

Serifaz wrote:I want to add player authentication with a login screen.

http://playerio.com/documentation/quick ... impleusers

Serifaz wrote:one of which is how to make a bigdb connection pend until authenticated.

Authenticating using QuickConnect will give you a Client object, which in turn allows you to perform BigDB operations for that user, or joining a Multiplayer room.
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm


Return to ActionScript 3.0



cron