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': 1,
- 'Darkness': 70,
- 'Lights': ((App.Constants.Boolean.false,(255,207,145),(0,-130,25,600,28,40,40,180)),(App.Constants.Boolean.true
- ,(255,207,145),(130,0,25,600,28,40,40,270)),(App.Constants.Boolean.false,(255,207,145),(0,130
- ,25,600,28,40,40,0)),(App.Constants.Boolean.false,(255,207,145),(-130,0,25,600,28,40,40,89))
- ,(App.Constants.Boolean.true,(200,200,200),(0,0,10,500,28,45,0,200)))
- }
-
- def Do(Environment):
- App.Do( Environment, 'Lights', Preset_Lights())
-
-