Question
Display External Images
Hey guys, im trying to create a Blackjack game in my Adv.
Higher computing class and i am having lots of trouble getting the
card images (image/<cardname>.jpg) onto the screen, i found a
way to do it with:
randomnumber = random.math()*52
if (randomnumber >= 1) then:
<load imagee>
but with the if statement im gonna have to do 1040 different if statements, can anyone give me a better way to do it (with code *beg*)
i would be really grateful
~Clone
randomnumber = random.math()*52
if (randomnumber >= 1) then:
<load imagee>
but with the if statement im gonna have to do 1040 different if statements, can anyone give me a better way to do it (with code *beg*)
i would be really grateful
~Clone