home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': '',
- 'Copyright': '',
- 'Description': '',
- 'Host': 'Paint Shop Pro',
- 'Host Version': '8.00'
- }
-
- def Preset_Lights():
- return {
- 'SelButton': 4,
- 'Darkness': 50,
- 'Lights': ((App.Constants.Boolean.false,(200,200,200),(-70,-70,10,500,28,45,40,155)),(App.Constants.Boolean.false
- ,(200,200,200),(70,-70,10,500,28,45,40,245)),(App.Constants.Boolean.false,(200,200,200),(70,
- 70,10,500,28,45,40,335)),(App.Constants.Boolean.false,(200,200,200),(-70,70,10,500,28,45,40,
- 65)),(App.Constants.Boolean.true,(15,83,255),(0,0,10,1,100,30,50,0)))
- }
-
- def Do(Environment):
- App.Do( Environment, 'Lights', Preset_Lights())
-
-