Ingrandimento immagine, zoom foto tramite cursore scorrevole

« Older   Newer »
  Share  
max_400
view post Posted on 28/4/2010, 01:21     +1   -1






sul fotogramma

clip1.clip2._y=20;

clip1.clip2.onEnterFrame=function(){
numero2=clip1.clip2._y;
numero=Math.round(numero2);
piramide._xscale=numero;
piramide._yscale=numero;
}

sullo stage
una casella dinamica con nome var: numero
sul clip 2
on (press) {
startDrag(this, false, 0, 0, 0, 100);
}
on (release) {
stopDrag();

}
/*onClipEvent (mouseUp) {
stopDrag();
}
*/



Edited by max_400 - 28/4/2010, 11:44

Download attachment
ingrandimento_cursore_max.rar ( Number of downloads: 22 )

 
Top
0 replies since 28/4/2010, 01:21   24 views
  Share