there's something wrong in the actionscripts
dragging isn't
on (press) {
startDrag ("");
}
on (release) {
stopDrag ("");
}
it's
on (press) {
startDrag (//(this) or "instant name"//);
}
on release
{
stopDrag (//write none here//)
}
but still a good tutor.