Hello! I’m trying to use he “match scale” form of sprite collision, but it doesn’t seem to work. Example:
(This is in SB4)
ACLS SPSET 0,0 SPSCALE 0,2,2 SPCOL 0,#TRUE 'I did try re-ordering this to before the SPSCALE. SPSET 99,0 SPCOL 99,#TRUE ?SPHITSP(99) SPOFS 99,18,18 ?SPHITSP(99) Output: 0 -1Does anyone know why this occurs, or how to fix it? Thank you.