home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global left, right, maximum, increment, photoFiles, photoNumber, movieLocation
- set the locH of sprite 26 to the mouseH
- updateStage()
- set z to the number of lines in photoFiles - 1
- set q to photoNumber
- repeat while the mouseDown
- set x to the mouseH
- set the locH of sprite 26 to x
- updateStage()
- set x to the locH of sprite 26
- set photoNumber to integer(((x - left) / increment) + 1)
- if photoNumber <> q then
- set the text of field "counter" to photoNumber && "of" && z
- set q to photoNumber
- end if
- end repeat
- put photoNumber into word 4 of movieLocation
- set the fileName of cast 31 to item 1 of line photoNumber of photoFiles
- set the text of field "credits" to item 2 to 3 of line photoNumber of photoFiles
- end
-