home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global SOFtemp
- if the number of member (SOFtemp & "_prev1") = -1 then
- put 1 into field "numberof"
- else
- repeat while the mouseDown
- set the member of sprite 71 to member "LeftBrowseDown"
- updateStage()
- end repeat
- if the member of sprite 4 = member (SOFtemp & "_prev1") then
- set the member of sprite 4 to member (SOFtemp & "_prev_end")
- set SOFnum2 to 0
- set SOFnum2 to the text of field "totalamount"
- put the integer of SOFnum2 into field "numberof"
- nothing()
- else
- 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 if
- end
-