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
I have been trying to find out how I can work this in the Game Screen Sheet. I am making a Galaga type shooter and after so many kills the player gets, a boss unit will come down to shoot out little pawn-like units in random directions, not necessarily at the player but I don't think there is a way to spawn something in a direction different than the direction the first sprite is facing. Thanks
after SPAWN OBJECT set the angle manually to the spawned object , and you can make it random by using random(value1, value2) or choose from different angle choose(value1,value2,valueN) and it will set the spawned to object to the direction you want.
Ok, I will try that. Is there a certain format it has to be in. I cant seem to make the "angle" variable work.
no it works , inthe event sheet there must a condition to trigger where the boss come and in the action you have set BOSS Spawn Unit , in the next event make this action , Unit set angle. this will affect the last spawned object
Develop games in your browser. Powerful, performant & highly capable.
try this and work it out