text[1]="Displays the name of the current page. Use the Page Switcher to move to other pages in the script without exiting the Background menu. All changes made to the current page are automatically confirmed when you move.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:infobutton
{
title="Information button";
text[1]="Switches Scala into Help mode. ";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:animation
{
title="Animation:";
text[1]="Indicates the current background type and, if not a plain background, the name of the picture or animation file. Clicking on this button takes you to the File menu where you can select another background.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:size
{
title="Size";
text[1]="Shows the width and height of the background in pixels. ";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:pageres
{
title="Page Resolution...";
text[1]="Lets you change the page resolution. Brings up a dialog showing the available resolutions.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:stoponfirst
{
title="Stop On First?";
text[1]="Selects whether, at the conclusion of an animation, the first frame of the animation shows. When this button is off, the animation's last frame remains visible after the animation has finished running.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:playafter
{
title="Play After?";
text[1]="Selects whether the animation should play before or after the page elements appear on the screen. When this button is on, the elements on screen can be overwritten by changing parts of the animation.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:framespersec
{
title="Frames per Second";
text[1]="Adjusts the speed of the animation, in terms of how many frames (individual images) are shown per second. The default comes from the animation file.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:loopsanim
{
title="Loops";
text[1]="Specifies the number of times the animation should play before continuing with the rest of the script.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:editpopup
{
title="Edit pop-up";
text[1]="Provides basic editing functions with the following options:^n^nImport: loads a file. Brings up the File menu for you to load a clip file.^n^nExport: saves a background to a file, with any sizing, cropping, and other changes you have made. A dialog asks if you want to replace the current background with the version you saved, including any elements you saved as part of the background image with Export All?.";
text[2]="Copy: copies a background to the Scala clipboard.^n^nPaste: inserts the most recently copied element from the Scala clipboard onto the page.";
descr=text[1];
block=1;
max=2;
Use(SetPos);
}
:preview
{
title="Preview";
text[1]="Lets you view the current page, showing element wipes.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:designpopup
{
title="Design pop-up";
text[1]="Lets you choose another Design menu to continue composing or refining a page.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:okbutton
{
title="OK";
text[1]="Accepts editing changes to the current page and brings up the OK dialog box.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cancelbutton
{
title="Cancel";
text[1]="Closes the Design menu and returns to the Main menu without saving any changes to the current page.";