Skip to main content

All Questions

3 votes
1 answer
861 views

How can I add/subtract/multiply/divide properties in the Game Engine?

I am creating a Random Math Engine using the BGE and I am wondering how I can do mathematical operations between two properties. Example: "Property 1 + Property 2" and then it would output the answer ...
AFranklin78000's user avatar
3 votes
1 answer
1k views

BGE - Calculate Acceleration from Velocity

I need to calculate acceleration of my rigid-body object in Blender Game Engine. What I did now is: ...
Adrians Netlis's user avatar
0 votes
2 answers
145 views

Detect when object is sliding backwards

I am working on a skateboarding game and I need to detect when an object is moving backwards so the character can change stance and the controls will swap. For example after doing a 180, or when ...
billyzill's user avatar