Skip to main content

All Questions

0 votes
1 answer
116 views

how to send property value as a message sent by multiple object?

i was working on a game and i need to send multiple property values from different objects through different scenes using message body set to "property" any ideas ?
semi-developer's user avatar
0 votes
0 answers
545 views

BGE: where to place external python modules when exporting for Mac OS X

Say that I am developing a game on Mac OS X, and I want to export it as a runtime (for Mac OS X). I can use the "Save as Game Engine runtime" plug-in. This does not take into account my external ...
Nicola Masotti's user avatar
8 votes
1 answer
3k views

Create custom physics for an object with python

Blender has physics options which we can enable for our objects - cloth , fluid etc. Is there a way I can add a custom physical behavior to my objects, where this behavior is modeled as a python ...
sanjeev mk's user avatar