Pencil movieclip

Hi, I am working on a pencil movieclip. When I rollover the pencil I would like to make the curser disappear and the pencil attach to the invisible curser. Can someone tell me what I am doing wrong please?

On the pencil movieclip I have attached the code:

on (rollOver) {
Mouse.hide()
startDrag(cursernew,true)
}