How to display the objects random position ??
Not sure what you're expecting anyone to do with this, maybe some more information?
Develop games in your browser. Powerful, performant & highly capable.
I dont really know what you want, but there is a system expression: random(a,b)
so you can do:
sprite set position:
x: random(0,100)
y: random(0,100)