Quick Thrust demo to get logic people into python

Subscribers:
1,520
Published on ● Video Link: https://www.youtube.com/watch?v=TxYPO209aIc



Category:
Vlog
Duration: 5:28
47 views
1


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.