home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 15 / MUNDO15.iso / entrete / Osmar / INTRO.DXR / 00064.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  439 b   |  18 lines

  1. on startMovie
  2.   global separador
  3.   set the searchPath to [the pathName, the pathName & separador & "mov", the pathName & separador & "sons"]
  4.   set the cursor of sprite 10 to [30, 31]
  5.   set the cursor of sprite 11 to [30, 31]
  6.   set the cursor of sprite 12 to [30, 31]
  7.   set the cursor of sprite 13 to [30, 31]
  8. end
  9.  
  10. on keyDown
  11.   if (the key = "s") or "S" then
  12.     go("SA")
  13.   end if
  14.   if (the key = "Q") or "q" then
  15.     go("sa")
  16.   end if
  17. end
  18.