I've got a block thats created every second, and have it randomise the Y position everytime it's created. I know how to randomise that block, i've got that working fine but i wanted so that when it randomises, it does it in sets of 50 pixels (hope that made sense).
So if my layout height is 300, how do i get my created block Y position to appear randomly in either 0, 50, 100, 150 etc. rather than just any random number between 0,300?
I hope I've worded this correctly so it's easy to understand what i'm asking, hope seomeone can help.
Thanks.