I’m missing the switch on/off button object? is there any solution available for that ?
Michael
[import]uid: 96270 topic_id: 26257 reply_id: 326257[/import]
I’m missing the switch on/off button object? is there any solution available for that ?
Michael
[import]uid: 96270 topic_id: 26257 reply_id: 326257[/import]
Quickest is to create an image set containing the on and off images.
Create what used to be a sprite, and set the image according to the boolean state.
I havent switched to the new method yet, but with the old, it was literally as simple as
onOffButton.currentFrame = 1 – or 0, whatever you needed
[import]uid: 108660 topic_id: 26257 reply_id: 106419[/import]