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
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)
Develop games in your browser. Powerful, performant & highly capable.
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.