The bug about Sonic waiting for animation #67
Answered
by
KauanGamer2130
FuncSonicYEAH
asked this question in
Q&A
-
2025-01-22.20-50-20.mp4What happening here??? |
Beta Was this translation helpful? Give feedback.
Answered by
KauanGamer2130
Jan 22, 2025
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FuncSonicYEAH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, this also happened to me when I changed the animations, I managed to solve it after discovering that the sonic animation sprite is in the code ani_start(spr_sonic_idle, _duration, 0, 7, _order); Within the scr_player_animate_sonic script, basically the numbers 0 and 7 are the numbers that correspond to the frame in which the animation starts (Frame 0) and the second number is basically which frame of the animation will be repeated (Loop) in my case, placein to repeat the apatir of frame 7.
oh, and if your animation also has a var _order and a var _duraction in it, then you will ALSO have to modify them for the animation to work correctly AND DO NOT DELETE VAR_ORDER or VAR_DURACTION,…