Action Script Question
Posted: Mon Jun 14, 2004 5:25 pm
Right now in Flash MX I have a game and everything. The only problem is is when I get to sending score. I think its the get() code I used before but it opens a new window.
Basically heres a really simple version just because the other one I wrote seems hard to understand even for me.
User clicks send score button in the flash game then...
actionscript send message to php site to validate and send score. Then returns true or false depending on if the score was sent or not. If its sent flash will say Score Sent! if not it would say: score could not be sent please try again.
It has to do this without ever opening another window or changing pages.
Basically heres a really simple version just because the other one I wrote seems hard to understand even for me.
User clicks send score button in the flash game then...
actionscript send message to php site to validate and send score. Then returns true or false depending on if the score was sent or not. If its sent flash will say Score Sent! if not it would say: score could not be sent please try again.
It has to do this without ever opening another window or changing pages.