home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global StartingLine
- set the visible of sprite 38 to 1
- updateStage()
- repeat while the mouseDown
- set MaxLines to the number of lines in the text of member "TarInfo2"
- if marker(0) <> marker("foodP") then
- if StartingLine < (MaxLines - 11) then
- set StartingLine to StartingLine + 1
- set the text of member "FoodInfo2Temp" to line StartingLine to StartingLine + 10 of the text of member "TarInfo2"
- end if
- next repeat
- end if
- if StartingLine < (MaxLines - 7) then
- set StartingLine to StartingLine + 1
- set the text of member "FoodInfo2Temp" to line StartingLine to StartingLine + 11 of the text of member "TarInfo2"
- end if
- end repeat
- set the visible of sprite 38 to 0
- end
-