home *** CD-ROM | disk | FTP | other *** search
- global Duracion
-
- on exitFrame
- if the movieTime of sprite 5 < Duracion then
- go(the frame)
- end if
- end
-
- on keyDown
- set the movieRate of sprite 5 to 0
- Transicion()
- SaltarAPrincipal()
- end
-
- on mouseDown
- set the movieRate of sprite 5 to 0
- Transicion()
- SaltarAPrincipal()
- end
-