Quick Thrust demo to get logic people into python
Channel:
Subscribers:
1,520
Published on ● Video Link: https://www.youtube.com/watch?v=TxYPO209aIc
here we identify the python controller runing the script using
cont = bge.logic.getCurrentController
then we identify the object owning the controller
own = cont.owner
then we use a property contained in that object 'Thrust'
to apply force.
Thrust is manipulated with logic.