Is it possible to create avatars for OpenSpace using mySQL? I already have a site, and I am able to create avatars using mySQL that are not used in OpenSpace, but I was curious if there was some way to add them, and the user accounts into OpenSpace?
I use Adobe Flash CS3, along with the OpenSpace trial, phpBB forums, and nulavatar, and I was hoping someone could let me know is this is somehow possible, and, if so, could you point me in the right direction of how to do this, or at least give me a site that might help me? (I'm new to coding with such advanced stuff, but I catch on quickly, so if you explain, I'll probably be able to understand.)
I look forward to getting your responses.
If this isn't possible, that's okay, too. Thanks so much!
Avatar creation using mySQL?
Hey Star,
I myself haven't gotten as far as the Avatar Creation System yet, but I can log in using PHP and MySQL. I suggest you google up some tutorials on MySQL, PHP and AS3, but the basic layout would probably be:
MySQL Table with columns:
Username/ ID
Hair
Shirt
Pants
Shoes
Accessories
Making a PHP script returning a value for Hair, Shirt, etc.
Then, in AS3, pass those returned values to the initialSkin of the OS Engine.
I have no idea if this is the most efficient way of doing things, but it's probably how I'm gonna try it for my game.
Best of luck!
~Senshi
I myself haven't gotten as far as the Avatar Creation System yet, but I can log in using PHP and MySQL. I suggest you google up some tutorials on MySQL, PHP and AS3, but the basic layout would probably be:
MySQL Table with columns:
Username/ ID
Hair
Shirt
Pants
Shoes
Accessories
Making a PHP script returning a value for Hair, Shirt, etc.
Then, in AS3, pass those returned values to the initialSkin of the OS Engine.
I have no idea if this is the most efficient way of doing things, but it's probably how I'm gonna try it for my game.
Best of luck!
~Senshi
function signature():void{
if(currentsig == boring){
readervoteboring+=1;}
else if(currentsig == ok){
readervotekeep+=1;}}
public var readervoteboring:Number = 0;
public var readervotekeep:Number = 0;
if(currentsig == boring){
readervoteboring+=1;}
else if(currentsig == ok){
readervotekeep+=1;}}
public var readervoteboring:Number = 0;
public var readervotekeep:Number = 0;