isTransitioning turn of events clarifiation queston

1 - collided with lets say an Obstacle
2 - going through the If (isTransitioning) but ignoring it because its still false,
then through the Switch StartCrashSequence() method
which turns isTransitioning to true,
which in turn turns the If(isTransitioning) to be true,
then stopping the the procedure using the {return;} command

is that correct?

1 Like

Hi Omer,

Welcome to our community! What you described sounds correct. :slight_smile:


See also:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms