Is their any easy way to have a toggle button, i tried duplicate another toggle button but i want it for a specific action/ script. By toggle button i mean button next tot the answer script.
Offline
does anyone know how to do this?
Offline
A togglebutton is just a button that has a pressed and not pressed state, you gave to click on it to toggle it.
Good examples are the "B U I" buttons every word processor has.
I'd make them like this:
You can also have grouped togglebuttons, so you can only press one at a time, like with the alignment buttons in word processors:
Offline
thanks but i was looking for a tutorial how to have one next to a new block i have made which involves programing in squeak
thanks
Last edited by dav09 (2010-06-28 11:47:29)
Offline
JSO wrote:
Ahhh like the checkbox before all variables?
yes thats what i mean
Offline