Search found 3 matches

by tzchaiboy
August 1st, 2013, 12:52 pm
Forum: General Scripts Library
Topic: Fixed animation at random time
Replies: 1
Views: 19986

Re: Fixed animation at random time

This is sort of an old post by now, but I went ahead and wrote a script that does what you're looking for. If you've already solved this, then at the very least I was able to get some good practice out of it. :-) /* Opacity_Animator.jsx Performs a pre-determined opacity animation on selected layers ...
by tzchaiboy
April 29th, 2013, 10:20 am
Forum: Scripts Discussion
Topic: Window/Panel/Palette drawing confusion
Replies: 3
Views: 11754

Re: Window/Panel/Palette drawing confusion

Hmmm... now I can't decide what I'd prefer. The first couple times I tried launching it through File > Scripts, I couldn't get it to work. I just assumed scripts that used GUI coding had to be launched through the Window menu, but since you mentioned that I tried it again and had no problems. Is the...
by tzchaiboy
April 25th, 2013, 1:08 pm
Forum: Scripts Discussion
Topic: Window/Panel/Palette drawing confusion
Replies: 3
Views: 11754

Window/Panel/Palette drawing confusion

This is my first foray into using ScriptUI, so it's possible this is a really easy fix and I'm just missing it. I've adapted one of my own scripts into one that uses a GUI instead of dialog prompts to gather user input. Running the script from the Script Editor results in a single dialog window popp...