home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- unloadMember(member 11)
- end
-
- on mouseUp
- sound close 1
- go("Intro", "DEBUT")
- end
-
- on idle
- if the movieTime of sprite 3 >= 2940 then
- set the movieRate of sprite 3 to 0
- go(the frame + 1)
- end if
- end
-