is there a function to animate a model faster.
animate speed
Blitz3D Forums/Blitz3D Beginners Area/animate speed The 'animate' command has a speed parameter, which you could use ?
LOL ye indeed :P
Updateworld works for speeding up animations globally. There is a defualt 1 in UpdateWorld() in the parenthesis, if you want to speed things up by 2 times, use UpdateWorld(2), etc.