Charas-Project

Game Creation => Requests => Tutorials => Topic started by: Big Boo on July 26, 2007, 05:47:57 PM

Title: Help on my ABS system.
Post 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.
Title:
Post by: thepsynergist on July 26, 2007, 09:56:59 PM
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.





































































Title:
Post by: Big Boo on July 28, 2007, 09:45:31 PM
Thank you alot.