thank you for that, I changed the button graphics with a larger button but after having done so Ive lost the original buttons x y position. Like i want to position the play button in the middle of the screen and this of course worked perfectly with the original minimal button but with the modified minimal button which is W: 87 x H: 89 it display totally off center when placed in screen center. ny thoughts as to how i can fix this?
And I have another question regarding triggering the audio widget from a secondary button. I added an image button along with an active image and added this code: AudioPlayerWidget.active.play();
AudioPlayerWidget.active.pause(); and it works just fine controlling the start and pause of the audio widget but is there anyway to keep the focus o the “active image” while the audio widget is in play and and have it switch to inactive image when audio widget is inactive, you know, have it behave like a the audio widget button does?
Thanks
Glow