home *** CD-ROM | disk | FTP | other *** search
- global gScrollWhichDir
-
- on mouseUp
- if the frame <> label("NameSelect") then
- return
- end if
- if gScrollWhichDir = #None then
- set gScrollWhichDir to #OneUp
- else
- set gScrollWhichDir to #None
- end if
- end
-
- on mouseDown
- if the frame <> label("NameSelect") then
- return
- end if
- set gScrollWhichDir to #Up
- end
-