I'm using a simple soft circle sprite with the magnify effect.
it's supposed to look like this:
when I applied motion to it, it started looking like this:
sometimes when it bounces at just the right angle it'll go back to normal for a second, but usually not
the strange thing is when I cloned the sprite, the clone looks right all the time
these are two exe's with the glitchy and non glitchy versions
the capfile is set to nonglitch, to make it glitch, set the blackholeinner to "invisible on start", and uncheck the same box on blackholeouter to make it visible
GLITCHY EXE
NONGLITCHY EXE
CAPFILE
EDIT: UPDATE: the nonglitchy clone was set to
always - "position to object" to the glitchy one, and it looked fine
if I directly apply the same motion (the ball behavior) to it, it gets the same glitchy effect. I guess the workaround would be to always use an invisible sprite to control the motion. but is there a reason this happens, or is it just a glitch?