Any example code or how to define it ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Madara_ghost

I also Write same like this code and my jump animation also stuck in 0 th frame . How can i fix it any example script for proper script sir.
Thanks in advance

:bust_in_silhouette: Reply From: Cire_arievilo1

maybe it could be that the animation is speeded at 0 or fps at 0 if you are using AnimatedSprite.

It’s hard to show an example without you showing what your code looks like.

I am new to Godot and gaming community
How to show my code ?

Madara_ghost | 2022-11-03 06:23

Wellcome Madara_ghost

  1. Copy your code from Godot
  2. Paste it here in the comment section
  3. Select all parts of your text that are code
  4. Just above the edit box press { }

This is how it should look

func foo(bar):
    print(bar)

Wakatta | 2022-11-03 10:10