I want to know if its possible to do a pseudo 3d floor like street fighter II in construct 2, How do I do it? please help!
Absolutely it's possible. The image for the floor only needs to look 3D and the actual floor/platform can be an invisible sprite that sits in the middle.
You can get the 3d look when it's scrolling by shearing the image. The paster object's draw textured quad can do that.
https://dl.dropboxusercontent.com/u/542 ... floor.capx
The idea came from here:
http://69.24.73.172/scirra/forum/viewto ... f=8&t=1169
You can get the 3d look when it's scrolling by shearing the image. The paster object's draw textured quad can do that. https://dl.dropboxusercontent.com/u/542 ... floor.capx The idea came from here: http://69.24.73.172/scirra/forum/viewto ... f=8&t=1169
R0J0hound Thanks a lot,I was looking but I have not figure it out how to get it working with a plataformer character qith scroll behavior. <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">
Develop games in your browser. Powerful, performant & highly capable.
One idea could be to use scrollx instead of 320 in the equation.