Error Code 1151
I built my website with Flash in 2010 (Action Script 2.0) and am trying to add material, now using Animate CC 2017 (which requires it to convert to AS 3.0).
When I open the old .fla file and then run thru Control/Test Movie it comes up with the following error code message:
"1151 A conflict exists with the definition MyHoriTween in namespace internal".
In the Actions pane, the offending code reads:
____________________________________________
import mx.transitions.Tween;
import mx.transitions.easing.*;
var myHoriTween:Tween = new Tween (Logo_ON_mc,"_x",Strong.easeOut,-450,-74,2,true)
!
___________________________________________________________
And there are 3 other 1151 type errors all relating to Tweens.
Can anyone help?
