automator-plus / tutorials

Code snippets and tutorials related to automating your Adobe workflow.
https://automatorplus.com
MIT License
40 stars 5 forks source link

map function not working #37

Open BrandAndreas opened 2 years ago

BrandAndreas commented 2 years ago

Hi. I'm trying to use the edit-point.jsx from your move-player-tutorial.

But i get always an "Exception has occured" : Error Code# 24: startTicks.map is not a function

I'm wondering if extend script is able to use ECMA-Script 5.1 which you need for the map-function. But in your video it's working.

Do you've a clou, what the problem could be?