Hi !!
I wonder if there is a way to select the layout of random way.
I try to do it but it does not work
example: system -> gotolayout (by name) -> "layout" & str (random (1,10))
but it does not.
Have an idea ?
Thank you for sharing
best regard..
random(1,10) will also give results like 1.4523 and I'm guessing you don't have a layout called layout1.4523
floor(random(1,11)) should get better results..
Develop games in your browser. Powerful, performant & highly capable.
Oooo!!
sorry ...
thank you