home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gCurrentOrAll, gRecipesAvailableList, gMyRecipesList, gSearchList
- set whichV to the mouseV
- set whichH to the mouseH
- if (whichV < 445) and (whichV > 423) then
- set the castNum of sprite the clickOn to the castNum of sprite the clickOn + 1
- clearChooser()
- set the castNum of sprite the clickOn to the castNum of sprite the clickOn - 1
- else
- if (whichV < 475) and (whichV > 453) then
- if (whichH > 24) and (whichH < 145) then
- set the castNum of sprite the clickOn to 81
- searchAll()
- updateStage()
- else
- if (whichH > 152) and (whichH < 273) then
- set the castNum of sprite the clickOn to 83
- searchCurrent()
- updateStage()
- end if
- end if
- end if
- end if
- end
-