home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global password5d, letterCount5d
- if the doubleClick <> 1 then
- puppetSound("Letter 1")
- set x to chars(the name of cast the mouseCast, 7, 8)
- set the castNum of sprite (x + 2) to the number of cast "doto"
- checksound(1)
- updateStage()
- repeat while the stillDown
- nothing()
- end repeat
- puppetSound("Letter 2")
- set the castNum of sprite (x + 2) to the number of cast ("tablet" & x)
- checksound(1)
- updateStage()
- if letterCount5d < 4 then
- set letterCount5d to letterCount5d + 1
- put x into item letterCount5d of password5d
- else
- set password5d to "0,0,0,0"
- end if
- end if
- end
-