Quote:
|
Originally Posted by v.bampton I'm quite interested in photoshop's scripting capabilities, as actions don't have quite the flexibility I need. I don't have any programming experience, although I have gathered from another board that VBScript is what I need to use for what I have in mind (can't move/delete files using java? correct?).
Does anyone have any suggestions as to where I can start? Are there any good tutorials out there which could put me on the right track? I'm looking into the possibility of online courses as well, so if anyone can recommend any... Or any good books?
Thanks! |
re: ...I have gathered from another board that VBScript is what I need to use for what I have in mind (can't move/delete files using java? correct?)
I cannot confirm that. Dunno.
re: I assume that everything you can use an action for, can also be done with scripting? And more?
Correct. Big time.
re: Javascript benefits
The overriding benefit of a Javascript is that a given script (in theory) will work on either a Mac or a PC.
VBScript (VBS), VB for Applications (VBA)
I don't know if VBS handles file movement, but I know VBA (another flavor of Visual Basic) does and to my knowledge would work in a
PS environment, but that's one on which you'll need confirmation. If VBA will work, there are a TON of learning resources available.
VB (whichever flavor) is Windows only. One of the advantages of VB is the availablity of VB specific "editor" programs that provide syntax lookup and assistance -- a real help as you build programs.
So if Macs aren't part of the picture, VB might be a better choice because you can leverage and benefit from the VB editor programs that would make programming a lot easier.
Javascript code (from that I've seen so far) is assembled pretty much by dumb text editor type programs, like Notepad. You really have to know you JS syntax.
As far as books, the Adobe Scripting one referenced in the attachment is Photoshop specific, but it starts at about third grade, skipping K-2.
If you're looking for an "into to Javascript" (in general) book, I don't have specific recommendations. I have a copy of
JavaScript - The Definitive Guide 3rd Edition, but this is a reference-type book, not one that teaches programming.
There are a couple sharp scripting folks to stop this forum once in awhile, but in case they miss this thread a very good resource for the types of questions you're asking is the Scripting forum at Adobe.com... (click
here).
~Danny~