Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
So on input from button: Check conditional is false then do something, once done set conditional to true in dat/acc/whatever you fancy using as a state monitor.
Then of course when button is released (button is sending 0 again) set conditional back to false.
Edit: A bit of food for thought, the 3 button D-pad controller (N4GP-1000) is a Xbus connective device that actually has a unique value input for each button that's sent only once when the button is first pressed, and sends a negative button value when the button is released.
So if you press button 'A', it will send a value of '5' once no matter how long you hold it. When it's released is will send '-5'.
Two different ways (edit: technically three) to approach it in terms of behaviour are pretty much covered in the previous two posts.
Now it's just a case of putting it into practise and finding the practical layout for what you want to achieve. No one can really tell you what your design is for you, in fact many take efforts to avoid doing anything that remotely resembles that.
If you're still early on and have only just unlocked the sandbox, it might be a good idea to move on to the other tasks first and unlock other components and have their uses and additional concepts introduced properly.
It may give you some inspiration for going back and approaching your own ideas.