Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File8.3.11 appl_tplay TOS Name: »Application play« - Play back AES events. Opcode: 14 Syntax: int16_t appl_tplay ( APPLRECORD *ap_tpmem, int16_t ap_tpnum, int16_t ap_tpscale ); Description: The call appl_tplay offers the possibility to play back user actions recorded with appl_trecord. The following apply: Parameter Meaning ap_tpmem Address of the buffer that contains the events to be replayed ap_tpnum Number of events to be executed ap_tpscale Speed factor for how fast AES will try to replay the events (0..10000); a value of 100 = normal speed Return value: The function always returns the value 1. Availability: All AES versions. Group: Application library See Also: Binding appl_trecord