...
Pare che il problema sia, come se la foto andasse sopra la maschera.
Lo script inserito per muove la foto è questo
Vorrei ottenere un effetto simile a questo www.sergiorossi.itcodice:onClipEvent (enterFrame) { if ((_ymouse<=165 && _ymouse>0) && (_xmouse>0 && _xmouse<450) && (_root.fotogrande._y>115)) { _root.fotogrande._y = _root.fotogrande._y-5; } if ((_ymouse>165 && _ymouse>0) && _ymouse<330 && (_xmouse>0 && _xmouse<450) && (_root.fotogrande._y<340)) { _root.fotogrande._y = _root.fotogrande._y+5; } }
(la mia maschera fa più movimenti rispetto a quella, ma ho notato che il problema si crea al momento che inserisco il codice)

Rispondi quotando