home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global lseries, gnowseries, gnowtitle, gnowgroup, gedited
- se(3, "ON01")
- set ls to getAt(lseries, gnowseries)
- set lt to getAt(the ltitle of ls, gnowtitle)
- set lg to getAt(the lgroup of lt, gnowgroup)
- if the pcheckbox of lg = "1" then
- set gedited to 1
- if the pcheck of lg = "1" then
- set the pcheck of lg to "0"
- else
- set the pcheck of lg to "1"
- end if
- end if
- end
-