home *** CD-ROM | disk | FTP | other *** search
- global posicion, BotonMenu, BotonTrailer
-
- on enterFrame
- set sobrequien to BuscarRollOver(2, 3)
- if sobrequien <> posicion then
- DesactivarPuppets()
- set posicion to sobrequien
- if posicion <> 0 then
- puppetSound("Select2")
- end if
- case sobrequien of
- 2:
- seleccionar(BotonMenu)
- 3:
- seleccionar(BotonTrailer)
- otherwise:
- set posicion to 0
- end case
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-