home *** CD-ROM | disk | FTP | other *** search
/ cyberXperience / c11.ISO / cyberaz / nivel1.dxr / 02078_INICIALIZA CONFIGURACION.ls < prev    next >
Encoding:
Text File  |  1996-05-14  |  583 b   |  19 lines

  1. on exitFrame
  2.   global niv_sonido1, niv_sonido2, full_video, idioma
  3.   repeat with xx = 5 to 8
  4.     puppetSprite(xx, 1)
  5.   end repeat
  6.   puppetSprite(11, 1)
  7.   set the locH of sprite 7 to 258 + integer(float(niv_sonido2) * float(54) / float(256))
  8.   set the locV of sprite 7 to 459
  9.   set the locH of sprite 8 to 323 + integer(float(niv_sonido1) * float(54) / float(256))
  10.   set the locV of sprite 8 to 459
  11.   if full_video then
  12.     set the castNum of sprite 6 to 2305
  13.   else
  14.     set the castNum of sprite 5 to 2305
  15.   end if
  16.   set the castNum of sprite 11 to 2299 + idioma
  17.   updateStage()
  18. end
  19.