Quote:
|
Originally Posted by okplayer Given a specific set of actions, is there any way to make a script randomly pick one of the actions and apply it to an image? |
One way to do this would be as follows...
Suppose you had 10 candidate actions...
* The script would include commands to execute each of them, say, via a table of action names or individual "DoAction" commands
* Generate a random number 0-9 within the script
* Execute the corresponding action
Don't ask me how to "code this"

, but functionally this would work. Ro and Rex are the resident coding experts.
HTH...
~Danny~