Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
like tutorial... i put on my snail istance variable called right and if a monster touch the wall change direction ok???
now i want
when monster spawn... make random direction left or right..
i try whit beetwen but random no want a string
set variable to choose("left","right")
can make one example...??
i try... not working
i add a new istance variable?? or just a global??
i alredy have istance called "right" like a tutorial....
Show me a screenshot of your event with the direction variable and I can help.
is like a tutorial..
i just put snail in spawner and every 5 second spawn 1 snail
now i need add just for make... when he spawn random go to left or right
Which tutorial? choose(a,b) allows you to pick between 2 things. Add this where you set the variable to right.
this tutorial
construct.net/en/tutorials/realizzare-gioco-platform-2115
english no is my native language.. can you write for me what i do on program??
cause theoretically i know but not know how do i to do...
i try whit random("left","right") but is a strig... not working...
Ya I tell you above, instead of random use 'choose'. This is what you are looking for to choose between the 2 options yes? Replace random with choose.
Develop games in your browser. Powerful, performant & highly capable.
you are the best... you know that??
tnk you work