Tweeting Again
Apr 07, 2011 — 0 comments
yep, there is explanation..
For me, the tutorial is over complicated. I would have just created the 2 text fields manually, assign x & y variables to them and just put this on frame 1:
this.onMouseMove = function(){
x = _xmouse;
y = _ymouse;
}
While adding listeners and creating text fields with code is nice, it's harder to explain to the novice, especially when all you want to display is 2 values.
No explanation of the code?