Issue
When a BAS animation is assigned to an object and the graphic is run in Sigma, the animation does not move or rotate as expected.
Product Line
Satchwell BAS & Sigma
Environment
Satchwell Sigma Graphics
Cause
The issue occurs because a legacy BAS animation file has been used in a Sigma graphic. These animations are not natively compatible with Sigma’s animation engine unless properly configured. Specifically, the animation properties such as Frames Across and Number of Frames may not be correctly set, preventing the animation from rendering dynamically.
🔍 Note: If you're using a native Sigma animation, refer to the related article:
Sigma Animations are not moving in Sigma Graphics
Resolution
Step 1: Identify the Animation File
- Locate the animation file in:
C:\Sigma\Data\Graphics\Animations\Legacy\BAS
Step 2: Inspect the Animation
- Open the animation file (e.g.,
ANI153) using Microsoft Paint. - Determine:
- Frames Across (number of frames horizontally)
- Number of Rows (vertical frames)
Step 3: Update Animation Properties
- Open the Properties page of the animation in Sigma.
- Set the following values:
- Frames Across = number of horizontal frames (e.g., 4)
- Num Frames = total frames (calculated as rows × frames across)
Example
For animation file ANI153:
- If there are 4 frames across and 1 row:
- Frames Across = 4
- Num Frames = 4
By correctly configuring the animation properties, legacy BAS animations can be made to function properly within Sigma graphics.