ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Game Maker Walking Animation Sprite
    카테고리 없음 2020. 3. 4. 06:42
    Game Maker Walking Animation Sprite

    Game Maker Walking Animation Sprite 2

    . Community ▼. Resources ▼. Other ▼.is software designed to make developing games easy and fun. It features a unique 'Drag-and-Drop' system which allows non-programmers to make simple games. As said, you are switching the sprites every other step, so the image speed has no effect regardless of the amount of subframes because each step it will toggle isRightLeg, so every other step you are changing from one sprite to the other. Also the built in imageindex variable isn't getting reset to 0 when the sprites change.

    Man Walking Animation Gif

    Basically what you are wanting is to change from one sprite to the next when the current animation ends. This means you want to use an animation end event, and inside of it set the imageindex to 0 and switch to the sprite that isn't the current one.

Designed by Tistory.