Hello! Straight to the point!
Okay so i am making a simple Black Jack Game, cause im new. Just to test random number generator, because ill need random cards, i began my behavior for my main game screen where you will actually be playing.
In the attatchment you will see my behavior.
It successfully randomly enters the Ace(card1) and the 2(card2)... but no other numbers and sometimes nothing at all.
By successfully i mean all the cards are scattered and if one of the numbers corresponding to a card is selected, it will move.
it will move to its position
EG: card1 would go to x.50 if 1 is randomly picked.
To summarize, only the card1 and card2 are working.
If you have any other suggestions to perhaps changing my entire structure, plz tell me, im new and could use advice.