create stack <NewName> with background <backgroundName>
new project <NewName>
set the windowSize of window 1 to 420,250set the resizable of window 1 to falseset the script of window 1 to <ScriptVariable>set the name of window 1 to <NewWindowName>
domenu "BackGround"
new fld
set the name of bg fld 1 to "Test"set the rect of fld "Test" to 5,5,415,235
set the lockText of fld "test" to true
get the windowsize of this wd
copy card
new project "thenewproj.sc45"
paste card
lock screen
go card 1
delete card
set the windowsize of this wd to it
The background will be copied with the card. Then just repeat through the fields and put empty into them.