Hi
I have 2 screen positions
position 1 : x = 200, y = 500
position 2 : x = 400, y= 300
When I create an object how can I set it to pick either position 1 or 2 at random.
Many thanks
Steve
Make a local variable ,,,,position , then a action position = choose(1,2) , then two sub events;
if position =1...>create object (200,500)
if position =2...>create object (400,300)
Develop games in your browser. Powerful, performant & highly capable.
Thats great thank you