Hi, guys. I'm brazilian so.. sorry about my english, let me explain.
I can generate a random object in layout, but I want this object to be randomized in a particular area . He is currently randomizing the whole layout
It's it.
That's my project.
Please !
If I understand correctly you want to do something like this:
-Set object x to 10 + random(10)
-Set object y to 20 + random(20)
This will create an object in a "random zone" between 10 and 20 on the x axis, and 20 and 40 on the y axis.
Develop games in your browser. Powerful, performant & highly capable.
That was exactly what I was looking for !!! Thanks a lot Tokinsom