Importing a new version from external source |
m FuzzyBot moved page Translations:Things to Avoid/27/en to Translations:Things to avoid/27/en without leaving a redirect: Part of translatable page "Things to Avoid" |
(No difference)
|
Latest revision as of 07:55, 20 June 2025
Instead:
- Use the dedicated node for this purpose, Button Events. This is more efficient and impulses can be fired when various different things happen with the given button (Pressed, Pressing, Released etc.).
- ProbablePrime has produced a short tutorial on how to use this node here.
- If you only want to perform a simple action based on a button press, such as changing a value, consider the components in the Common UI > Button Interactions category. These can often replace simple actions you might otherwise perform with ProtoFlux.
- ProbablePrime has tutorials for several of these components - ButtonValueCycle, ButtonValueShift, ButtonValueSet, ButtonToggle.