This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Paint Shop Pro support > October 2004 > LightSaber script in PSP 9
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
LightSaber script in PSP 9
|
|
| Steven Jones 2004-10-23, 7:14 pm |
| I'm creating an automated script to simplify the process of doing Lightsaber
effects in PSP. Once I've drawn the white core line on to each frame, the
script will allow me to batch add the glow. I just need to know how a
script can take a colour as input so I can set the colour of the blade's
glow.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.782 / Virus Database: 528 - Release Date: 22/10/2004
| |
| Fred Hiltz 2004-10-23, 7:14 pm |
| Steven Jones wrote:
> I'm creating an automated script to simplify the process of doing
> Lightsaber effects in PSP. Once I've drawn the white core line
> on to each frame, the script will allow me to batch add the glow.
> I just need to know how a script can take a colour as input so I
> can set the colour of the blade's glow.
Have the operator set the foreground color before entry, maybe? For
more, try the Scripting group in the Jasc forum. Most of the script
gurus hang out there.
--
Fred Hiltz, fhiltz at yahoo dot com
| |
| Samantha 2004-10-23, 7:14 pm |
| Material = App.Do( Environment, 'GetMaterial', { # psp v9
'IsPrimary': False, # True foreground color False
background
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Interactive
}
})
Material = App.Do( Environment, 'GetMaterial', { # works for v8and 9
'IsPrimary': App.Constants.Boolean.false, # true foreground
color false background
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Interactive
}
})
S
"Steven Jones" <stevenj@tsn.cc> wrote in message news:417acbbd@grungy...
> I'm creating an automated script to simplify the process of doing
Lightsaber
> effects in PSP. Once I've drawn the white core line on to each frame, the
> script will allow me to batch add the glow. I just need to know how a
> script can take a colour as input so I can set the colour of the blade's
> glow.
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.782 / Virus Database: 528 - Release Date: 22/10/2004
>
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|