home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gotkey, a, x, playphono
- set playphono to 1
- if gotkey = 0 then
- sound fadeOut 2, 15
- startTimer()
- repeat while the timer < 30
- nothing()
- end repeat
- end if
- if a = 1 then
- puppetSound("organ1")
- updateStage()
- else
- if a = 2 then
- puppetSound("organ2")
- updateStage()
- else
- if a = 3 then
- puppetSound("organ3")
- updateStage()
- end if
- end if
- end if
- showGlobals()
- end
-