Jump to content
Search Community

Zwick

Members
  • Posts

    2
  • Joined

  • Last visited

Zwick's Achievements

0

Reputation

  1. I've just tried to comment some plugins activations, to keep only those plugins I really need. TweenPlugin.activate([ //ACTIVATE (OR DEACTIVATE) PLUGINS HERE... AutoAlphaPlugin, //tweens alpha and then toggles "visible" to false if/when alpha is zero //EndArrayPlugin, //tweens numbers in an Array //FramePlugin, //tweens MovieClip frames //RemoveTintPlugin, //allows you to remove a tint //TintPlugin, //tweens tints //VisiblePlugin, //tweens a target's "visible" property //VolumePlugin, //tweens the volume of a MovieClip or SoundChannel or anything with a "soundTransform" property //BevelFilterPlugin, //tweens BevelFilters BezierPlugin, //enables bezier tweening BezierThroughPlugin, //enables bezierThrough tweening //BlurFilterPlugin, //tweens BlurFilters //ColorMatrixFilterPlugin, //tweens ColorMatrixFilters (including hue, saturation, colorize, contrast, brightness, and threshold) ColorTransformPlugin, //tweens advanced color properties like exposure, brightness, tintAmount, redOffset, redMultiplier, etc. //DropShadowFilterPlugin, //tweens DropShadowFilters //FrameLabelPlugin, //tweens a MovieClip to particular label //GlowFilterPlugin, //tweens GlowFilters //HexColorsPlugin, //tweens hex colors //RoundPropsPlugin, //enables the roundProps special property for rounding values //ShortRotationPlugin //tweens rotation values in the shortest direction ]); And it works now. This is really weird. :-/ Maybe it is some conflicts while using multiple swcs with TweenMax imported... Multiple static instances? Multiple activations..? And no - I can reproduce it only on iPad while using classic build (it's fine while using interpreter build).
  2. Hey, I'm having the same issue. All TweenMax calls are ignored since v12 (using 12.1.4) on iOS. Everything is ok on Android and desktops. I've just debug it and not a single error is thrown. I see that Animation._updateRoot is called every frame in scout. But nothing is rendering and no complete events are fired. If I replace greensock package with version 11, it just works.
×
×
  • Create New...