home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global whichprog, whichsection, x, featuredlist, demo, t, pageAmount
- repeat while the mouseDown
- set the member of sprite 31 to member "More_development_red_down"
- updateStage()
- end repeat
- set thiscount to "put count(" & whichsection & ") into t"
- do(thiscount)
- if x > t then
- set x to 1
- set pageAmount to 0
- else
- set pageAmount to pageAmount + 5
- end if
- SOFimagessetup()
- end
-