Foros del Web » Creando para Internet » Flash y Actionscript »

galerias en flash ???como aumentarlas???

Estas en el tema de galerias en flash ???como aumentarlas??? en el foro de Flash y Actionscript en Foros del Web. hola tengo un nombre de una capa que me sirve para controlar el cambio de pagina de fotos....pero sólio llega hasta la oja numero 3..osea ...
  #1 (permalink)  
Antiguo 24/02/2008, 19:40
 
Fecha de Ingreso: enero-2008
Mensajes: 11
Antigüedad: 16 años, 2 meses
Puntos: 0
galerias en flash ???como aumentarlas???

hola tengo un nombre de una capa que me sirve para controlar el cambio de pagina de fotos....pero sólio llega hasta la oja numero 3..osea puedo ver 3 fotos en cada hoja ..
aparece así ::. 1 2 3 y cada numero tiene su codigo ...al hacer click sobre el numero aparece la siguiente hoja.
como aumento el numero de hojas??? sólo necesito este controlador ,pues ya sé como aumentar las fotografias ...pero nada saco sino tengo mas hojas donde verlas ...aca escrivo el codigo ,aver si alguien me puede ayudar...muchas gracias .. quiqueneiro




numero 1



onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (this._currentframe<this._totalframes) {
this.nextFrame();
}
} else {
if (this._currentframe>1) {
this.prevFrame();
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (this._currentframe<this._totalframes) {
this.nextFrame();
}
} else {
if (this._currentframe>1) {
this.prevFrame();
}
}
}
on (release) {
_root.targetx = 0;
}

-----------------------------------------------------------------------------
Numero 2



onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (this._currentframe<this._totalframes) {
this.nextFrame();
}
} else {
if (this._currentframe>1) {
this.prevFrame();
}
}
}
on (release) {
_root.targetx = -462;


-------------------------------------------------------------------------------------------
numero 3



onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (this._currentframe<this._totalframes) {
this.nextFrame();
}
} else {
if (this._currentframe>1) {
this.prevFrame();
}
}
}
on (release) {
_root.targetx = -924;


muchas gracias a todos de ante mano
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 19:59.