[SOLVED] Game Speed Confusion...
motorcycle boy
Member Posts: 429
So I have a game level attribute for my game speed set at -80. I have a constrain behavior in an actor on the scene that links to this. That actor is moving fine. However, when I use the move behavior in another actor and tell it to go at game.speed at a direction of 270 degrees, it goes up instead of down. When I change it to 90 degrees it goes down. Why is this backwards? I mean I got it to work but it's backwards for some reason.
Comments
Giving a move behavior a negative speed (-80 in your case), will make it move in the opposite direction.
@RThurman ah I see. I was confused because other actors were moving toward down the screen but they have a constrain behavior instead of a move behavior.