Custom Properties
Chipp Walters
chipp at chipp.com
Wed Apr 12 23:19:16 EDT 2006
OOPS
Chipp Walters wrote:
> The script of the button is simply:
>
> on mouseUp
> if the altState of me is "open" then
> set the altState of me to "closed"
> else
> set the altState of me to "open"
> end if
> end mouseUp
should've read:
on mouseUp
if the altState of the owner of me is "open" then
set the altState of the owner of me to "closed"
else
set the altState of the owner of me to "open"
end if
end mouseUp
More information about the use-livecode
mailing list