home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global current, Choice, gProgrmPathOnHD, MyFavorites
- set the visible of sprite 27 to 1
- updateStage()
- repeat while the mouseDown
- end repeat
- set the visible of sprite 27 to 0
- set Choice to current
- if current <> [] then
- if the stageRight > 640 then
- set winRect to rect(318, 172, 716, 494)
- else
- set winRect to rect(238, 111, 634, 431)
- end if
- set the modal of window "favorite" to 1
- set the titleVisible of window "favorite" to 0
- set the windowType of window "favorite" to 3
- set the rect of window "favorite" to winRect
- set the fileName of window "favorite" to gProgrmPathOnHD & "favorite.dir"
- set MyFavorites to 0
- open(window "favorite")
- end if
- end
-