Question
Why use _this vs. this in Javascript interaction?
I've seen Javascript used in Animate that defines _this instead of this.
For example: _this()stop; or _this.parent.gotoAndPlay
vs.
this()stop; or this.parent.gotoAndPlay
The Adobe Press Animate book actually shows screenshots with both used. And, I understand Javascript requires determining scope. Why use one or other and why not just have a standard?
