combo system
digitalzero
Member, BASIC Posts: 639
is there a video or anything like that that will teach me how to make a combo system? the game that im making allows you to jump on the enemies head and it would bounce up and if you get on another enemy it would trigger the combo system... is there anyway to do that? im pretty sure there is because gamesalad has been freaking awesome to me but im not quite sure how to do that
Comments
Now when att. is = 2, boom 2 combo.
when att. is = 3, boom 3 combo, etc.
To detect the head bounce, perhaps with an overlap or collide behaviour of the character with the head, and same thing with the floor to detect when the character touches the ground.