home *** CD-ROM | disk | FTP | other *** search
- on checkForTop20
- global gMouseDownTimer, gvHelpSignSprite
- set vLastClickTimer to the timer - the lastClick
- if vLastClickTimer > (gMouseDownTimer + 30) then
- set vMouseV to the mouseV
- set vMouseH to the mouseH
- if (vMouseV >= 0) and (vMouseV <= 20) then
- if (vMouseH < the right of sprite gvHelpSignSprite) and (vMouseH > the left of sprite gvHelpSignSprite) then
- handleClickHelp()
- else
- handleClickInAlphabetStrip(vMouseH, vMouseV)
- end if
- end if
- set gMouseDownTimer to the timer
- end if
- end
-
- on setUpTop20
- global gMouseDownTimer
- set gMouseDownTimer to the timer
- end
-