I have a spell in my game that shoots 2 projectiles at once that use bullet and sine movement (so they shoot ahead and swing up and down as they move). I want one of the bullets' sine directions to start off in the opposite direction, ie one starts going down and the other up, so they kind of loop back and forth with each other, but I can't figure out how to do it at all - I've tried reversing the angle of the object but the sine movement stays the same. Any ideas?