Question
how to store multiple data's in an object
i am preparing a game, the game has four bet spots. i want to save the user bet details. i like to save the user bet details in an object, so i can access it whenever i need.
I have done same thing in AS 2.0. my object will look like
player[0].betSpot1.amount="100"
player[0].betSpot2.amount="200"
i am not sure to do this in AS 3.0. any help pls
Thanks in advance