PDA

View Full Version : AR6 Crashing when I delete an action



Pat McDonald
06-29-2019, 08:29 PM
I’m experimenting with actions and when I try to delete an action

Right Click > Delete

I get an “Are you sure warning”

If I press yes AR crashes.

Pat

Pat McDonald
06-29-2019, 08:30 PM
Oh, I’m on Windows 10

Pat McDonald
06-30-2019, 01:48 AM
I’ve found the files under Windows, so I can delete them from there.

Also, I’m looking at the scripts in Notepad and I am trying to understand the syntax. I assume they can be written as text files and if the correct format is followed they are just run inside Artrage.

Do they use the same, or similar syntax to the existing script format which I’ve never used?

Actions are, potentially, extremely powerful

AndyRage
07-01-2019, 10:13 AM
Hi Pat,
The syntax is identical to the script language. And now that we've added brush and keyboard interaction they're even more powerful. I have a tutorial for making an action brush that draws leaves on a vine as you draw. I'll be adding links to tutorials for that later.

AndyRage
07-01-2019, 12:54 PM
Sneak peak time....
Here's a link to the Advanced Action script tutorials. Warning: These are very advanced topics, and they're written by a computer programmer. But they're damned cool and do show off some of the advanced features of making action scripts which interact with the mouse.
https://www.artrage.com/manuals/scripts/advanced-action-script-tutorials/

Pat McDonald
07-01-2019, 06:37 PM
Thanks, Andy ...

... this all looks remarkable.

Pat