Charas-Project
Game Creation => Requests => Tutorials => Topic started by: Big Boo on July 26, 2007, 05:47:57 PM
-
How do you make it were you hold a button down, and the hero does something until pressure it taken away from the button? I need to know this so my hero can block in my ABS. My system is like the elderscrolls games.
-
The trick is to use a common event and make a parallel process and use the key input processing to check for a variable that you want to use to block. Then, use a conditional branch to check to see if the variable is active. If so assign the block event that you made. Hope this helps.
-
Thank you alot.