This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

Hi,

From researching online, most people have problems with their animated sprite stuck on frame 0.

For me its the opposite
My animation starts at different frames depending on where it is when i export. Sometimes I can get the timing down, but most of the time I don't

Why is my animation starting at different frames when i run in the IDE and when i export and run the exe??

Is this a bug??

in Engine by (54 points)

1 Answer

+1 vote

Solved my own issue.

When you have "Playing" set to ON in the inpector. The export is using that to determine where the animated sprite should start.

I turned it off before export.
BUT, I also had to add this code....

func _ready():
       $AnimatedSprite.play()
by (54 points)
edited by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.