- Home /
Click on two buttons one at a time to get an image
i have 13 buttons (1 or Ace - 13 or King). i also have 4 buttons those are the suits. (hearts, spades...). i want that when i will press a button from the 13 buttons let's say Ace and then i press a suit from the 4 buttons let's say hearts, the card ace of hearts will be saved to PlayerPrefs so i can use it in the next scene. the easy part is to save it for the PlayerPrefs but how do i make the system know that i have chosen the ace and the hearts?
Your answer
Follow this Question
Related Questions
How can you make images appear on (UI) buttons in a scroll box/scrollable list/scrollview? 0 Answers
Easier way to resize group of buttons to the same size 0 Answers
Differences between UI Buttons? 0 Answers
Creating working UI Button from Script? 1 Answer
Interactions with buttons into ScrollRect (4.6 beta 20) 1 Answer