Just simply add as many sprites as you want toggle buttons.
They have to have the button and the buttonPressed images as costumes.
Now add this script on all of the togglebuttons (only lets 1 checked at the same time)
when [self] clicked next costume if [costume # v] of [buttonSprite v] = [2] switch to costume [button v]Done!
Last edited by computerexpertFELIX (2012-07-06 19:56:13)
Offline
computerexpertFELIX wrote:
Just simply add as many sprites as you want toggle buttons.
They have to have the button and the buttonPressed images as costumes.
Now add this script on all of the togglebuttons (only lets 1 checked at the same time)when [self] clicked next costume if <([costume # v] of [buttonSprite v]) = (2)> switch to costume [button v]Done!
Scripts fixed.
Offline