home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global SOFtemp
- if the member of sprite 4 = member (SOFtemp & "_prev_end") then
- put 1 into field "numberof"
- if the number of member (SOFtemp & "_prev1") = -1 then
- put 1 into field "numberof"
- else
- repeat while the mouseDown
- set the member of sprite 72 to member "RightBrowseDown"
- updateStage()
- end repeat
- set the member of sprite 4 to member (SOFtemp & "_prev1")
- end if
- else
- repeat while the mouseDown
- set the member of sprite 72 to member "RightBrowseDown"
- updateStage()
- end repeat
- set SOFnums to 0
- set SOFnums to the text of field "numberof"
- set SOFnums to SOFnums + 1
- put the integer of SOFnums into field "numberof"
- set the memberNum of sprite 4 to the memberNum of sprite 4 + 1
- end if
- end
-