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
How can I make a character with platform behavior be able to push some blocks. I tried using custom movement and an action: on collision between objects bounce off player but that doesn't work well for me D:
I made a demo cap for you.Hope this helps.Used V 0.99.97 of Construct
http://dl.dropbox.com/u/7658043/pushblocks2.cap
Develop games in your browser. Powerful, performant & highly capable.
Its good when I have 1 block,but if i want more blocks on top of eachother it doesnt work as expected.
That's easy,Create more objects as blocks and give each block the same event's as my demo cap.
There is "overlapping at offset" condition. With it you can detect collision with solid objects
Here's example
http://rghost.ru/download/4862871/19a1d ... f/push.cap
(or http://rghost.ru/4862871 if first link don't work)
Here's example http://rghost.ru/download/4862871/19a1d ... f/push.cap (or http://rghost.ru/4862871 if first link don't work)
Thanks a lot, I figured it out.