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
Right now I have some objects that bounce off each other, but I want the player object to have no collision. How would I do this?
Also, how do I make a bullet move in a random direction when it spawns?
Develop games in your browser. Powerful, performant & highly capable.
How are you moving all these objects? Can you post your .capx?
dl.dropbox.com/u/45093746/Asteroids.capx
Here you go
How about removing all the Physics behaviors (they're not needed) and all the Solid behaviors (so nothing is blocked by default) then handle collisions yourself in events?
I removed those, but now big asteroids only spawn 1 medium one instead of 3.
Also, I have no idea how to make them bounce.