Sprite FAQ (Game Maker)

General

How do I slow down the animation speed of a sprite?

Lower image_speed. Usually, it needs to be well below 1. Try image_speed = 0.10.

How do I rotate a sprite?

By changing image_angle. You need to be registered to do this.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.