DarkGDK Programming Wiki
Advertisement

Set the speed of the animation that an object plays.

Syntax[]

void dbSetObjectSpeed(int Object, int Speed)

Object is the object number.
Speed is the speed, 1 is the slowest speed and 100 is the fastest.

See olso[]

dbPlayObject
dbLoopObject
dbStopObject
dbSetObjectFrame
dbSetObjectInterpolation
dbObjectFrame

Advertisement