Mouse over in a transition wont work

Hi

Could some please change this AS code so that it will work in a transition, as i cantseem to get the hang of AS coding.

Thanks heres the AS Code

on (rollOver) {
startDrag(“m1”, true);
tellTarget ("/m1") {
play();
}
}
on (release, rollOut) {
tellTarget ("/m1") {
play();
}
}