Hi guys, now imagine that I have a really simple spinning wheel, and when a button is clicked, it generates an int(random(1,8), which randomizes the number between 1-8, and if 1 is selected, it'll stop at "1", and if the random number is 4, it'll stop at "4". Currently I'm just setting the rotate speed like this:
This is the image of the wheel:
The problem is: When I'm spinning the wheel on different devices, (Tested across 3 different screen sized mobile phone) the arrow always points at a different place. Is it possible for the results to be fixed across all screen sizes? If so, can someone provide an example for me or point me in the right direction? Thanks!