Hi All,
I am going off the "Template: Flying Along". In the template, when the pig hits the green-block tiled background he is destroyed and the game starts over. I don't want the pig to destroy and restart game, I want it to have a collision effect.
I changed the pig movements from the template setup. There are two buttons (up/down) that now control the pig's flight. When the person flies the pig into the tiles, I want the pig to bounce off and temporarily lose control.
What I think it requires is disabling the up/down directional controls temporarily and animating the pig (shaking/lost control) as it drifts back to a x,y coordinate whereupon the directional controls are re-enabled and the game goes on.
Thanks for any and all help! Construct 2 is awesome!