#import <AMTriggerControl.h>

Properties | |
| int | chance |
| The chance percentage that the parent will play each time a start action on it is triggered. | |
| AMTime * | autoStart |
| Defines an automatic trigger of a start action on the parent, with the given time interval. | |
- (AMTime *) autoStart [read, write, copy] |
Defines an automatic trigger of a start action on the parent, with the given time interval.
A nil value disables autoStart. Default value is nil.
- (int) chance [read, write, assign] |
The chance percentage that the parent will play each time a start action on it is triggered.
Value must be between 0 and 100. Default value is 100.
1.5.9