Translations:Things to avoid/27/en: Difference between revisions

From Resonite Wiki
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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Things to avoid)
Instead:
*Use the dedicated node for this purpose, [[Button Events (ProtoFlux)|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 [https://www.youtube.com/watch?v=5xplINNXGco 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 - [https://www.youtube.com/watch?v=CuoqMWl9m9o ButtonValueCycle], [https://www.youtube.com/watch?v=EamDQP9DAfs ButtonValueShift], [https://www.youtube.com/watch?v=yXD3EKqKoWg ButtonValueSet], [https://www.youtube.com/watch?v=ufFli5Zn884 ButtonToggle].

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.