![]() |
| ||||||||||||||||||
![]() |
| ||||||||||||||||||
|
Every new section in your movie should start with a label,
followed by the Clear command. # # SLIDE 1: Title Page # TitlePage: Clear LoadPDB 1crn The label makes sure that you can jump to this point using any of these methods:
The Clear command sets YASARA to a defined state,
which is important because the user can jump to a label at any time while a macro is executed. In case you do not want to clear everything
(e.g. some logos you loaded as image 1 and which you want to display during the entire presentation),
use your own Clear command: TitlePage: # MyClear: Delete all objects and all but the first image DelObj All DelImage !1 If you want to temporarily skip a section during development,
just comment it out using triple quotes """ in the beginning and the end.
| ||||||||||||||||||