Migrate WIKI #15

Merged
piprett merged 15 commits from erb3-patch1 into master 2022-05-30 14:11:53 +08:00
Showing only changes of commit a9e8251e59 - Show all commits

View File

@@ -1,3 +1,5 @@
# Changing button colors
Here i want to explain to you how you would create a button with the default color gray, and as long as the user is clicking on the button it will change its color to black (the default frame-background is lightGray). Here i want to explain to you how you would create a button with the default color gray, and as long as the user is clicking on the button it will change its color to black (the default frame-background is lightGray).
To make this possible the button needs 1 onClick event, 1 onClickUp event and 1 onLoseFocus event. To make this possible the button needs 1 onClick event, 1 onClickUp event and 1 onLoseFocus event.