Script Steps Reference

Table Of Contents
Control script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 37
Example 1
While a script is running, animations are typically disabled. If a script causes a slide control to switch
between panels, there will be no animation providing feedback to users. To call attention to the
transition from panel to panel, use
Set Script Animation [On] to enable animation prior to
switching between slide panels using the
Go to Object script step.
Set Script Animation [On]
Go to Object [Object Name: "Panel 1"]
Pause/Resume Script [Duration (seconds): .5]
Go to Object [Object Name: "Panel 2"]
Pause/Resume Script [Duration (seconds): .5]
Go to Object [Object Name: "Panel 3"]