home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMediaType, nowPlaying
- if nowPlaying = 1 then
- set the visible of sprite 6 to 0
- HideRandoms()
- end if
- end
-
- on mouseUp
- global Chars4and5, CurMoovSprite, FileChoice, nowPlaying
- set holder to the clickOn - 1 + ((integer(Chars4and5) - 2) * 4)
- RandVideo(holder)
- set CurMoovSprite to 32
- set the soundEnabled to 0
- set tekstNaam to getMyText(FileChoice)
- if (tekstNaam <> EMPTY) and not voidp(tekstNaam) then
- if the number of cast tekstNaam > 0 then
- set the text of cast "theTextField" to the text of cast tekstNaam
- set the visible of sprite 6 to 1
- else
- set the visible of sprite 6 to 0
- end if
- else
- set the visible of sprite 6 to 0
- end if
- updateStage()
- set FileChoice to FileChoice & ".mov"
- DisplayVideo("none", FileChoice, 1, "none", CurMoovSprite)
- end
-