Platform Builder Forums

Main => Suggestions => Topic started by: CGM on July 15, 2019, 09:50:03 PM

Title: Conditional to check and see what direction the player is facing
Post by: CGM on July 15, 2019, 09:50:03 PM
Title says it all.
Title: Re: Conditional to check and see what direction the player is facing
Post by: War on July 16, 2019, 06:53:54 AM
Good idea, I want this in the next update !
Title: Re: Conditional to check and see what direction the player is facing
Post by: Antikore on July 16, 2019, 03:20:36 PM
I think this:
Code: [Select]
if player 1 = face right
{
//Your code
}