Question
why doesn't my code work error 1010
code
this.ball.on("pressmove", moveBall );
function moveBall(e) {
e.currentTarget.x=e.stageX;
e.currentTarget.y=e.stageY;
}
error
TypeError: Error #1010: A term is undefined and has no properties.
at houseinside_Scene4_fla::MainTimeline/frame1()