home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global currentsectionnumber, languagechosen, linkword1, linkword2, colorcount
- if currentsectionnumber = 1 then
- if (the mouseWord = linkword1) or (the mouseWord = linkword2) then
- cursor(4)
- if colorcount = 1 then
- go("ironingjumpblend", "CCFCL")
- else
- go("ironingjump", "CCFCL")
- end if
- end if
- end if
- end
-