Jump to content
Search Community

n00ge

Members
  • Posts

    1
  • Joined

  • Last visited

n00ge's Achievements

0

Reputation

  1. I'm getting an error after upgrading to the new version of TweenLite (using the latest version as of today). The error is: It doesn't show when it happens and I'm running a pretty big app. It's tough to find. I'm hoping that somebody may have some insight on this. The function on 359 in TweenLite.as is this.cachedPT1 = new PropTween(this.target, p, Number(this.target[p]), // line 359 (typeof(this.vars[p]) == "number") ? Number(this.vars[p]) - this.target[p] : Number(this.vars[p]), p, false, this.cachedPT1); It sounds like it can't access a variable for a property it's tweening or the target itself isn't found?
×
×
  • Create New...