Largest integer which will work in this flash application (scratch)
up vote
0
down vote
favorite
https://scratch.mit.edu/projects/26664091/#fullscreen
I was playing monopoly and I used the above flash application. Now I'm curious what will be the largest integer which will fit in the 'player 2 money' field? I tried to input 6009000 manually using a macro, but I could keep running that macro for days without getting any real answer. Any ideas will be greatly appreciated.
forms flash testing input mit-scratch
New contributor
add a comment |
up vote
0
down vote
favorite
https://scratch.mit.edu/projects/26664091/#fullscreen
I was playing monopoly and I used the above flash application. Now I'm curious what will be the largest integer which will fit in the 'player 2 money' field? I tried to input 6009000 manually using a macro, but I could keep running that macro for days without getting any real answer. Any ideas will be greatly appreciated.
forms flash testing input mit-scratch
New contributor
One of those: int.MAX_VALUE = 2147483647 uint.MAX_VALUE = 4294967295 or Number.MAX_VALUE ~= 1.79e+308
– Organis
12 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
https://scratch.mit.edu/projects/26664091/#fullscreen
I was playing monopoly and I used the above flash application. Now I'm curious what will be the largest integer which will fit in the 'player 2 money' field? I tried to input 6009000 manually using a macro, but I could keep running that macro for days without getting any real answer. Any ideas will be greatly appreciated.
forms flash testing input mit-scratch
New contributor
https://scratch.mit.edu/projects/26664091/#fullscreen
I was playing monopoly and I used the above flash application. Now I'm curious what will be the largest integer which will fit in the 'player 2 money' field? I tried to input 6009000 manually using a macro, but I could keep running that macro for days without getting any real answer. Any ideas will be greatly appreciated.
forms flash testing input mit-scratch
forms flash testing input mit-scratch
New contributor
New contributor
edited 20 hours ago
New contributor
asked 22 hours ago
Monopoly
1
1
New contributor
New contributor
One of those: int.MAX_VALUE = 2147483647 uint.MAX_VALUE = 4294967295 or Number.MAX_VALUE ~= 1.79e+308
– Organis
12 hours ago
add a comment |
One of those: int.MAX_VALUE = 2147483647 uint.MAX_VALUE = 4294967295 or Number.MAX_VALUE ~= 1.79e+308
– Organis
12 hours ago
One of those: int.MAX_VALUE = 2147483647 uint.MAX_VALUE = 4294967295 or Number.MAX_VALUE ~= 1.79e+308
– Organis
12 hours ago
One of those: int.MAX_VALUE = 2147483647 uint.MAX_VALUE = 4294967295 or Number.MAX_VALUE ~= 1.79e+308
– Organis
12 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Monopoly is a new contributor. Be nice, and check out our Code of Conduct.
Monopoly is a new contributor. Be nice, and check out our Code of Conduct.
Monopoly is a new contributor. Be nice, and check out our Code of Conduct.
Monopoly is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53203208%2flargest-integer-which-will-work-in-this-flash-application-scratch%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
One of those: int.MAX_VALUE = 2147483647 uint.MAX_VALUE = 4294967295 or Number.MAX_VALUE ~= 1.79e+308
– Organis
12 hours ago