home *** CD-ROM | disk | FTP | other *** search
- on ArtistsMIAW left, top, right, bottom, Artist
- global gWhichArtist
- go(marker(0) + 1)
- set gWhichArtist to the frameLabel
- set the windowType of window "Artist.dir" to 2
- set the rect of window "Artist.dir" to rect(left, top, right, bottom)
- open(window "Artist.dir")
- end
-
- on stopArtist
- if the windowList = [] then
- nothing()
- else
- set the visible of window "Artist.dir" to 0
- updateStage()
- forget(window "Artist.dir")
- end if
- end
-
- on stopStdSound
- set the visible of window "stdSound.dir" to 0
- updateStage()
- forget(window "StdSound.dir")
- end
-