home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global xhelp
- set the cursor of sprite 9 to 0
- set the cursor of sprite 10 to 0
- if xhelp = "abusca" then
- go("dos", "Menu")
- else
- case xhelp of
- "ptest":
- DoFadeOut(3, 90)
- go(1, "ptest")
- "ptestfi":
- DoFadeOut(3, 90)
- go("tres", "ptestfi")
- "aglosa":
- go("dos", "aglosa")
- "confi":
- go("confi", "menu")
- "afichas":
- DoFadeOut(3, 90)
- go(9, "afichas")
- "avideos":
- DoFadeOut(3, 90)
- go(1, "avideos")
- "autil":
- go(1, "autil")
- otherwise:
- go("dos", "menu")
- end case
- end if
- end
-