AS has Animate bug?

AS has just started failing on my JQuery.animate code that have previously been successful.
If I type a lowercase L to spell left it goes away. It autocorrects to an uppercase L then highlights with a red underscore next time I click on it. It is now failing in chrome too


image

It’s probably the Code Window’s autocorrect feature which is changing left to Left. That will cause problems at runtime.

I had that problem in AS Basic with a property .text. To fix it I enclosed the stmt in a JAVASCRIPT block.

1 Like