SetAnimFrameDelay -- set delay after anim frame (V4.5)
Synopsis
SetAnimFrameDelay(id, frame, delay)
Function
This function can be used to set the delay of a frame of an existing
animation. Pass the identifier of the animation as well as the frame
you want to modify. The delay time has to be passed in milliseconds.
Inputs
id
identifier of the animation to use
frame
frame you want to delay
delay
new delay time in milliseconds
Example
SetAnimFrameDelay(1, 5, 1500)
Sets the delay of frame 5 of animation 1 to 1.5 seconds.