Problema con la galería de fotos

  • undopol
  • Born
  • Born
  • No Avatar
  • Registrado: Mar 30, 2009
  • Mensajes: 1
  • Status: Offline

Nota Marzo 30th, 2009, 2:53 pm

Forero Hola: Estoy en problemas con uno que tomé en tuto YouTube. Lo hago a la carta y no la venta. Bueno, el punto no es que me sale cuando se pulsa la imagen en miniatura (Girl Bar foto) deja el panorama
Dejo el código ActionScript para ver si alguien sabe de su mal.
Aquí va.
También el enlace entre el Instituto y comprobar si aparecen varios.

http://www.youtube.com/watch?v=i1EJpc68EIs

Código: [ Select ]
var frameNum: Number;

photoChange function () (
_root.photos. gotoAndStop ( "img" + frameNum)
)
btn1. [b] onRelease = function () (
frameNum = 1;
photoChange
();
)
btn2.onRelease = function () (
frameNum = 2;
photoChange ();
)
btn3.onRelease = function () (
frameNum = 3;
photoChange ();
)
btn4.onRelease = function () (
frameNum = 4;
photoChange ();
)
btn5.onRelease = function () (
frameNum = 5;
photoChange ();
) [/ b]
  1. var frameNum: Number;
  2. photoChange function () (
  3. _root.photos. gotoAndStop ( "img" + frameNum)
  4. )
  5. btn1. [b] onRelease = function () (
  6. frameNum = 1;
  7. photoChange ();
  8. )
  9. btn2.onRelease = function () (
  10. frameNum = 2;
  11. photoChange ();
  12. )
  13. btn3.onRelease = function () (
  14. frameNum = 3;
  15. photoChange ();
  16. )
  17. btn4.onRelease = function () (
  18. frameNum = 4;
  19. photoChange ();
  20. )
  21. btn5.onRelease = function () (
  22. frameNum = 5;
  23. photoChange ();
  24. ) [/ b]
Moderator Remark: Added [code] tags
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Marzo 30th, 2009, 2:53 pm

Publicar Información

  • Total de mensajes en este tema: 1 mensaje
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 103 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC