Score: 6
"Nice Tutorial, and em Help LOL"
date: July 24, 2006
Hey Nice tutorial, erm just a few problems though lol
I went over your mouse pivot code trying to solve all the syntax errors in it and never did manage lol. Here a rether errors if you wish to see them.
myDegrees = Math.round((myRadians*180/Math.PI)); was one of them. I fixed it though (by removing the extra brackets) but after that it came up with 2 more errors which was this:
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 3: Syntax error.
myDegrees = Math.round(myRadians*180/Math.PI);
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 4: Syntax error.
_root.yChange = Math.round(_root._ymouse-this._y);
Lol, I can't fix it. And I copied and pasted the exact code you had in the tutorial. HELP. Soz for having to post this lol.