How can I change button’s background image with adding audio to the button in very simple way?
Hi!
The simplest way to create a custom button is to actually not use the Button
class, but instead simply use a Panel
and e.g. add an Image
to it. The Clicked
event/trigger can be used on any object
There is no audio API in UX markup yet (as of 0.9.11), unfortunately