member42 Posted December 25, 2014 Posted December 25, 2014 Hello i would like to know if it's possible to do something like that: $user = GUICtrlCreateInput("", 730, 25+($i*20), 50, 20) and latter use this field to stock his value like: $oldScore= GUICtrlRead($user) If you see a better way to do this logical i'm also up to it. Thanks in advance
Solution member42 Posted December 26, 2014 Author Solution Posted December 26, 2014 If it's help to have more information i've a number x of player for each player i need to enter the current score of the game and after each game sum this score at the total of his score. Mister X has 0 points. The game is over and Mister X end with 50 points. The user introduce his score in the field: 50. The user click on a button to sum this score with his total points. [The 2 last step are done for x Users with a fix number i could easily find a solution.]
member42 Posted December 26, 2014 Author Posted December 26, 2014 omg never mind got it. i mark this one as solved
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now