Touch Feedback for each Button component.

How to create custom touch feedback for each and every button Component.

This tutorial presents a very simple way to implement a touch feedback as per your requirements. For the touch feedback it’s often seen that you have to change only the width, backcolor and fontsize which are essentials. These properties must be stored for each component for later event.
There are two events TouchDown and TouchUp which are quite helpful in implementing this behaviour.
TouchDown color you can set to any of your choice in the TouchDownProcedure.
The “aia” file and blocks are attached.
ButtonFeedback.aia (4.5 KB)


2 Likes