Nä, nu blir jag galen :mad:, får ett NSCannotCreateScriptCommandError (10) när jag kör följande kod:
on clicked theObject
if value of theObject = 0 then
set the value of theObject to 1
else
set the value of theObject to 0
end if
end clicked
Det funkade ju så bra tidigare...