Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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
Hi guys!
Do you know if it is possible to set up a object so it collides with the edge of the layout instead of a 'solid wall sprite'? If yes could you please help me out?
Thanks for your attention!
Would using the bound to layout behaviour work for you?
I tried that but i need objects to bounce as they collide ... A solution to my problem might be around giving the bound to layout behavior though! Any ideas? :s
What is the problem with creating objects at the edges of your layout?
Develop games in your browser. Powerful, performant & highly capable.
I just want to know if it is possible to do otherwise
I guess the problem is, that if you want to bounce of solids, there should be solids..
You could try to create events to detect the position of your sprite and change the angle of it based on the current angle of movement..
Yeah i though in that aswell, but probably setting a solid wall would be 'cleaner' than setting up all that. I was looking for a process that would run faster than setting up a wal spirte and set collision, etc...