How to use RollOver and RollOut ?

on(rollOver){
this.gotoAndStop(2);
}
on(rollOut){
this.gotoAndStop(1);
}



By  
Vicky Kumar

0 comments:

Post a Comment