Quote:
Originally posted by xxxsaint
I was able to get this action-script info out of the snake game :
now , being a flash rookie - is this enough info to be able to start adding our own games because I really want to add flash casino games in there , I've posted that all over these forums with no luck.
|
unfortunatly not my friend, im a flash designer....what u have right there, is useless to you in trying to design your own game, every game is unique and therefore the actionscript is unique also.......the only part that is of relevance is:
PHP Code:
vpaver = "100B";
snakescore = score;
action = "gameover";
game = gamename;
score_loc = location + "/proarcade.php";
getURL(score_loc, "_self", "POST");
cuz thats what goes into our DB.......i would be able to configure most of these games if i could figure out that dang "score" bit......
Peace