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

Large numbers in repeat blocks show up as zero #2

Open
BryceLTaylor opened this issue Dec 3, 2018 · 0 comments
Open

Large numbers in repeat blocks show up as zero #2

BryceLTaylor opened this issue Dec 3, 2018 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed needs-triage
Milestone

Comments

@BryceLTaylor
Copy link

If a repeat block has a large number in it, such as 99999999999999, when brought into 3.0 it appears as a 0.

Steps to reproduce

load project # 115120 in 2.0
Select the "stick" sprite
Note: it contains a stack that looks like this:
importbignumber2
Note: the repeat loop contains the number 99999999999999
Load that project in 3.0 and select the stick sprite
Note: that same stack looks like this:
importbignumber3
Note: the repeat loop contains the number 0

It is possibly deciding that that number is too big and deciding it's a string, therefore an invalid input and replacing it with a 0.

If you set the number in the repeat block to a really big number and fix the problems found in issue #1 it makes the game playable. It's hard to see the issues that this causes without making both changes to the project.

@BryceLTaylor BryceLTaylor added the bug Something isn't working label Dec 3, 2018
@thisandagain thisandagain added help wanted Extra attention is needed needs-triage labels Dec 18, 2018
@thisandagain thisandagain added this to the Backlog milestone Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed needs-triage
Projects
None yet
Development

No branches or pull requests

2 participants