home *** CD-ROM | disk | FTP | other *** search
- global checkStream, gSource
-
- on checkSwa
- if (FileExists(gSource & ".swa") = 0) and (FileExists(gSource & ".gif") = 0) then
- set the url of member "preview" to gSource & ".swa"
- play frame member "preview"
- set the fileName of member "library" to gSource & ".gif"
- set the memberNum of sprite 51 to the number of member "library"
- set the visible of sprite 50 to 1
- set the visible of sprite 51 to 1
- updateStage()
- set checkStream to 0
- set the visible of sprite 53 to 0
- end if
- end
-