home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global separador
- set the searchPath to [the pathName, the pathName & separador & "mov", the pathName & separador & "sons"]
- set the cursor of sprite 10 to [30, 31]
- set the cursor of sprite 11 to [30, 31]
- set the cursor of sprite 12 to [30, 31]
- set the cursor of sprite 13 to [30, 31]
- end
-
- on keyDown
- if (the key = "s") or "S" then
- go("SA")
- end if
- if (the key = "Q") or "q" then
- go("sa")
- end if
- end
-