text[1]="Indicates the name of the animation file. Clicking on this button takes you to the File menu where you can select another animation.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:size
{
title="Anim 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);
}
: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 new background file.^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?.^nCopy: copies a background to the Scala clipboard.^nPaste: inserts the most recently copied background from the Scala clipboard.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:preview
{
title="Preview";
text[1]="Lets you view the full background.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:designpopup
{
title="Design...";
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.";
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.";