home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global StartingLine
- if marker(0) <> marker("foodP") then
- set the visible of sprite 37 to 1
- else
- set the visible of sprite 39 to 1
- end if
- updateStage()
- repeat while the mouseDown
- if StartingLine > 1 then
- set StartingLine to StartingLine - 1
- if marker(0) <> marker("foodP") then
- set the text of member "TarInfo2Temp" to line StartingLine to StartingLine + 10 of the text of member "TarInfo2"
- set currVari to offset("variation", field "tarinfo2temp")
- scrollByLine(member "tarInfo2", -1)
- next repeat
- end if
- set the text of member "TarInfo2Temp" to line StartingLine to StartingLine + 8 of the text of member "TarInfo2"
- end if
- end repeat
- if marker(0) <> marker("foodP") then
- set the visible of sprite 37 to 0
- else
- set the visible of sprite 39 to 0
- end if
- end
-