Jump to content
Search Community

Chousse

Members
  • Posts

    3
  • Joined

  • Last visited

Chousse's Achievements

  1. Hi, I've developped a 4K app (on desktop touch windows) BUT the screen is finally an HD so I don't want to rebuild the entire app in HD. So I basiclly apply a scale(0.5) on the main container (same on the body). it work perfectly except for the scrollsmoother, it keep the 4K height. How I can fix that ? thanks
  2. I work with flashdevelop compiler (with SWC created w Flash) not with Flash IDE since v12 I have these warning : D:\ClassesAs3\com\greensock\TweenMax.as:1633:Warning: Assignment within conditional. Did you mean == instead of =? if (allTrue || (tween is SimpleTimeline) || ((isDC = (TweenLite(tween).target == TweenLite(tween).vars.onComplete)) && delayedCalls) || (tweens && !isDC)) { ^ D:\ClassesAs3\com\greensock\plugins\BezierPlugin.as:247:Warning: Assignment within conditional. Did you mean == instead of =? if ((ar = this._autoRotate)) { ^ D:\ClassesAs3\com\greensock\plugins\TweenPlugin.as:158:Warning: Assignment within conditional. Did you mean == instead of =? if (end != null && (c = (typeof(end) === "number" || end.charAt(1) !== "=") ? Number(end) - start : int(end.charAt(0)+"1") * Number(end.substr(2)))) { ^ D:\ClassesAs3\com\greensock\plugins\TweenPlugin.as:285:Warning: Assignment within conditional. Did you mean == instead of =? if ((pt._prev = pt2 ? pt2._prev : last)) { ^ D:\ClassesAs3\com\greensock\plugins\TweenPlugin.as:290:Warning: Assignment within conditional. Did you mean == instead of =? if ((pt._next = pt2)) { ^
  3. Hello, 'warning: assignment within conditional. did you mean == instead of =?' in tweenplugin.as and other file at different Line I've this strange error since I update my greensock package to v12 with the $99 club subscription ...
×
×
  • Create New...