home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global dirpath
- if voidp(dirpath) then
- set dirpath to EMPTY
- end if
- set the text of member "Stadt" to " "
- set the text of member "Tel" to " "
- puppetSound("Klick2")
- updateStage()
- set the title of window "finder.dir" to "Vorwahlfinder"
- set the windowType of window "finder.dir" to 4
- set the rect of window "finder.dir" to rect(the stageLeft + 40, the stageTop + 40, the stageLeft + 440, the stageTop + 340)
- set the fileName of window "finder" to dirpath & "finder.dir"
- open(window "finder.dir")
- end
-