Did you know that you can run a vectorscript inside of an apple script? I don't think I recommend it. But by running a vectorscript that opens the door +1 and running it 180 times with an apple script you can (very poorly) animate a door opening. This works with the file posted above: tell application "Vectorworks 2015" repeat with x from 1 to 180 run VectorScript "Procedure TEST; {--- Define Variables ---} VAR TheDoorInQuestion : HANDLE; HowOpenIsTheDoor : INTEGER; OpenIsTheD