Discuss Scratch
- Discussion Forums
- » Bugs and Glitches
- » Graphical glitch on collision during iteration
- Tbtemplex97
-
100+ posts
Graphical glitch on collision during iteration
i am experience a graphical glitch where if two sprite collide and move in each other, if both those sprites are experiencing iterations then the sprites will appear to move in ways in which it shouldn't.
Bug does not appear in Test player 2
Here
My browser / operating system: Windows 7, Chrome 30.0.1599.69, Flash 11.8 (release 800)
How to reproduce bug:
Start the game as usual, click new career, do the first map, click the buttons, then on the second map drive over the button.
Bug does not appear in Test player 2
Here
My browser / operating system: Windows 7, Chrome 30.0.1599.69, Flash 11.8 (release 800)
How to reproduce bug:
Start the game as usual, click new career, do the first map, click the buttons, then on the second map drive over the button.
Last edited by Tbtemplex97 (Oct. 7, 2013 19:34:46)
- scubajerry
-
1000+ posts
Graphical glitch on collision during iteration
I don't know why, but is related to the fact that you are constantly setting ghost effect to 40%
- ErnieParke
-
1000+ posts
Graphical glitch on collision during iteration
That is odd. I really doubt it's an issue of sub-pixels, but then what's causing the slight movement? The ghost effect can't be doing much. 
By the way, I just noticed another bug. For some reason, driving offscreen is causing your car to detect the color white, and then you can win the level without doing much. I'll have to look into this more later…
With wonder,
ErnieParke

By the way, I just noticed another bug. For some reason, driving offscreen is causing your car to detect the color white, and then you can win the level without doing much. I'll have to look into this more later…
With wonder,
ErnieParke
- Tbtemplex97
-
100+ posts
Graphical glitch on collision during iteration
I found that it only happens during movement and the glitch appears only when ghosted
- scubajerry
-
1000+ posts
Graphical glitch on collision during iteration
It is not directly related to being ghosted. It is however directly related to continuously executing the SET GHOST block. I found that it only happens during movement and the glitch appears only when ghosted
- Tbtemplex97
-
100+ posts
Graphical glitch on collision during iteration
It is not directly related to being ghosted. It is however directly related to continuously executing the SET GHOST block. I found that it only happens during movement and the glitch appears only when ghosted
This does not identify the reason for the problem but at least i can use the wait command instead of the repeat until block to fix this
Last edited by Tbtemplex97 (Oct. 8, 2013 15:49:19)
- Discussion Forums
- » Bugs and Glitches
-
» Graphical glitch on collision during iteration