Posts: 55
Threads: 14
Joined: 18/Sep/2018
PR2 Name: alvinalvinau
25th September 2018, 3:52 PM
(This post was last modified: 25th September 2018, 3:52 PM by Battlealvin2009. Edited 1 time in total.)
This might have been posted before, but this bug happens in editor mode. When I typed something in the Textbox while holding any arrow keys, then clicking elsewhere while still holding the arrow keys, the screen will then move infinitely to that direction.
The bug will persist outside of editor mode and even affect gameplays where my character would only move in that direction. Logging out and logging in will not fix the issue. Only by refreshing the page does the bug gets fixed.
Posts: 721
Threads: 47
Joined: 11/Nov/2017
PR2 Name: Stxtics
PR3R Name: Stxtics
25th September 2018, 4:35 PM
(This post was last modified: 25th September 2018, 4:37 PM by Stxtics. Edited 1 time in total.)
All you have to do is press the button that is causing the issue to fix it (e.g. right arrow key). Also I believe this issue is to do with flash player and not pr2.
Actually nevermind I thought this issue also occurred in races. However I still don't think it can be fixed without the source code. (fixing it can be done in the way i said though which is pressing the key that is causing the issue)
The Following 2 Users Say Thank You to Stxtics For This Useful Post:
• gemj, ZXD
Posts: 666
Threads: 8
Joined: 4/Mar/2018
PR2 Name: geminij
25th September 2018, 8:22 PM
oh yeah I remember this happening to me a ton of times
I think it stopped after a while and as long as you aren't in 25% zoom, it won't be that catastrophic
Posts: 2,631
Threads: 452
Joined: 9/Nov/2017
PR2 Name: bls1999
PR3R Name: bls1999
26th September 2018, 4:15 AM
This is a client-side fix, which means it can't be done since the source code cannot be changed. :/
I post about the latest site updates on the
Dev Log. If you have suggestions, feel free to post them
here.
@
Eternal and I pay for this site out of our own savings. Please consider
donating to help keep Jiggmin's Village running.
Posts: 257
Threads: 18
Joined: 7/Jan/2018
PR2 Name: Yanko
PR3R Name: Zelante
26th September 2018, 8:45 AM
An easy solution though, is to click the address bar, click onto the game again and press the same key that was pressed right before it froze on input. Usually works for me
- -

- -
Sim-racer
Posts: 721
Threads: 47
Joined: 11/Nov/2017
PR2 Name: Stxtics
PR3R Name: Stxtics
24th February 2019, 4:16 PM
This can be fixed now
Posts: 1,563
Threads: 124
Joined: 11/Feb/2019
PR2 Name: Camer999
PR3R Name: Camer_the_Dragon
24th February 2019, 4:27 PM
(This post was last modified: 24th February 2019, 4:27 PM by Camer the Dragon. Edited 1 time in total.)
Does pressing the key in the direction which you're moving fix it?
á
Posts: 721
Threads: 47
Joined: 11/Nov/2017
PR2 Name: Stxtics
PR3R Name: Stxtics
24th February 2019, 4:28 PM
(24th February 2019, 4:27 PM)Camer999 Wrote: Does pressing the key in the direction which you're moving fix it?
Yeah, I think so. This was a while ago so I can't remember exactly but Bls said if the client could be edited it could be fixed so I bumped it.
Posts: 1,563
Threads: 124
Joined: 11/Feb/2019
PR2 Name: Camer999
PR3R Name: Camer_the_Dragon
24th February 2019, 4:34 PM
(24th February 2019, 4:28 PM)Stxtics Wrote: Yeah, I think so. This was a while ago so I can't remember exactly but Bls said if the client could be edited it could be fixed so I bumped it.
Yeah it happened to me a few days ago with the down key and that's what I did to fix it
it was during a race though
á
Posts: 2,631
Threads: 452
Joined: 9/Nov/2017
PR2 Name: bls1999
PR3R Name: bls1999
24th February 2019, 5:06 PM
So the way the client handles key presses is some disco method different from the stock AS3 event listeners. I'm gonna have to look into how to make it figure out when the client loses focus since it's a little bit more complicated than:
Code:
discoKeyThing.addEventListener(FocusEvent.FOCUS_OUT, doTheThing);
I post about the latest site updates on the
Dev Log. If you have suggestions, feel free to post them
here.
@
Eternal and I pay for this site out of our own savings. Please consider
donating to help keep Jiggmin's Village running.
The Following 1 User Says Thank You to bls1999 For This Useful Post:
• Stxtics
Posts: 609
Threads: 31
Joined: 25/Jan/2018
PR2 Name: lego-man945
PR3R Name: lego-man945
24th February 2019, 10:49 PM
Code:
If player goes offscreen:
go to X,Y,Z
Not sure how this works tbh
maybe add another sprite or something