PDA

View Full Version : Can anyone help me to improve this script


avi
05-01-2004, 08:35 AM
I have tested this script and would like to put an extra script function
that is rollover rotate on each individual duplicate movieclip

I have used other script which general the function using Left and right arrow key on keyboard but not working

I have the Fla file attach .

you might reply on my mail box

salediv1@yahoo.com.hk

cheers

McGiver
05-01-2004, 12:46 PM
General chat
General chat about Flash and all other 'general' things.

1.Yours is definately an Actionscript question, and belongs to one of the Actionscript boards
2. if we reply, we post it in this thread and will not mail it to your yahoo address :rolleyes:

farafiro
05-03-2004, 06:41 AM
'till someone move it
on(rollOver){
this._rotation +=45
}
on (press) {
startDrag(this);
}
on (release) {
stopDrag();
}