Jump to content
Search Community

Mike Baugh

Members
  • Posts

    1
  • Joined

  • Last visited

Mike Baugh's Achievements

0

Reputation

  1. I just upgraded from Adobe Flash CS6 to Adobe Flash CC 2014 and I noticed that they changed how the "Format Code" command formats a Greensock code line. Does anyone have a workaround or solution? The way CS6 formated a line of Greensock code (my preferred way): TweenLite.to(mc, 1.5, {x:100, y:200, rotation: 360, ease:Expo.easeInOut, delay:1}); How it formats now in CC 2014: TweenLite.to(mc, 1.5, { x: 100, y: 200, rotation: 360, ease: Expo.easeInOut, delay: 1 });
×
×
  • Create New...