Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goToAndStop takes to time position in seconds not frames #92

Open
danieltkach opened this issue Aug 24, 2023 · 0 comments
Open

goToAndStop takes to time position in seconds not frames #92

danieltkach opened this issue Aug 24, 2023 · 0 comments

Comments

@danieltkach
Copy link

Describe the bug
Calling goToAndStop(frame, true) does not take you to the frame of the animation, it takes you to a position in seconds, whereas calling goToAndPlay(frame, true) does take you to the frame.

To Reproduce
Make a call to goToAndStop(frame-number-here, true)
You will see that the animation jumped to the position in seconds for the "frame-number-here" that you passed.

Expected behavior
The animation should go to the frame number specified by the first parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant