home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club KidSoft Volume 3 #2
/
CKSPCV32.BIN
/
movies
/
find.dir
/
00009_Script_9
< prev
next >
Wrap
Text File
|
1995-04-05
|
430b
|
19 lines
-- Click in Find tab
on mouseDown
global SFindScrollExtent, SFindTab, gNumFindPairs, FINDcurDisplay
repeat while the mouseDown = TRUE
set findItem = CalcFindItemHit(the mouseV, SFindScrollExtent, gNumFindPairs)
if findItem <> FINDcurDisplay then
PAGEFLIP
SetSFindTabLocV(findItem)
updateStage
ShowFindTitles(findItem)
StopSound
end if
end repeat
end