Getting confused re what I should be doing re use of widget.newButton in storyboard, in terms of how to ensure the listener is removed in the “exitScene” and resetup again in the “enterScene”?
Conona/someone - Are you able to confirm with a short piece of sample code how to carry this out?
Related items/sub-questions:
a) do you have to not use the “onRelease” type field when you setup the widget, but then manually add it yourself in the “enterScene”
b) same question re whether you have to manually remove the listener yourself in exitScene, and then in destroyScene to the myWidgetButton.remove?
c) if you don’t/can’t add/remove the widget button listener yourself manually, then what happens re scene caching? and does this impact your overall use of scene caching for that scene then?