I read the Native expresion manual on Random:
https://www.scirra.com/tutorials/77/nat ... onstruct-2
So i don't know if is possible, but there is anyway to select the numbers to random? i mean:
Random(2/4/8/32)
So will random and select one number of the given ones. Is possible?
Thanks
You can use choose() for that
choose(2,4,8,32)
it will only select 1 of those 4 numbers.
Develop games in your browser. Powerful, performant & highly capable.
lennaert Worked perfectly, Thanks!