Programacion En Directo

Páginas: 2 (467 palabras) Publicado: 12 de marzo de 2013
BUTTON
on mouseUp me
if the text of member 4 <> "" then
go to frame "menu"
set the editable of member 4 to false
end if
end

CAMBIAR DE COLORES BOTONES

on mouseUp me
go to frame"excell"
end
on mouseenter me
set the member of sprite 1 to 10
end
on mouseleave me
set the member of sprite 1 to 9
end
on mouseUp me
go to frame "word"
end
on mouseenter me
set the memberof sprite 2 to 12
end
on mouseleave me
set the member of sprite 2 to 11
end
efectos: library palet….
CONFIGURACION DE VIDEO
CONFIGURACION PLAY
On mouseUp me
sound(2).fadeOut(5000)sound(1).fadeOut(5000)
set the movierate of sprite 2 to 1 -- video
end
on mouseenter me
set the member of sprite 3 to 4 --3 es el canal del play verde y 4 es el canal del play celeste
end
on mouseleaveme
set the member of sprite 3 to 3 --3 es el canal del play verde y 3 es el canal del play verde

end
CONFIGURACION PAUSE
on mouseUp me
set the movierate of sprite 2 to 0 -- pausa
end
onmouseenter me
set the member of sprite 4 to 6
end
on mouseleave me
set the member of sprite 4 to 5
end
STOP CONFIGURACION
on mouseUp me
set the movierate of sprite 2 to 0 --regresa
set themovietime of sprite 2 to 0 --pausa

end
on mouseenter me
set the member of sprite 5 to 8
end
on mouseleave me
set the member of sprite 5 to 7
end
GALERIA
Codificación bajo del marcador galeriaon exitFrame me

set the visible of sprite 7 to 0
set the visible of sprite 8 to 0
set the visible of sprite 9 to 0
set the visible of sprite 10 to 0
set the visible of sprite 11 to0

end
codificación de las imágenes individules pequeñas
on mouseUp me

set the visible of sprite 7 to 1
set the visible of sprite 8 to 0
set the visible of sprite 9 to 0
setthe visible of sprite 10 to 0
set the visible of sprite 11 to 0

end
nota: no olviden de arrastrar primero los videos a lado de la galería en pequeño y luego todas las imágenes juntas al...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Programacion Gestual o Directa
  • Programacion simple direct layer
  • La No Directividad
  • Una Directiva
  • directivas
  • Directivos
  • Sonido directo
  • Directo

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS