Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/02/2008, 19:40
quiqueneiro
 
Fecha de Ingreso: enero-2008
Mensajes: 11
Antigüedad: 16 años, 1 mes
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