xzessmedia
Member
|
Actor gravity when subclassing Game.obj
Hello there,
I subclassed my game objects from game.obj
Everything works fine, but i dont get a dynamic body. The body remain static. I set the mass >0 and physicsbody is a simple Cube.
When subclassing from Game.Item i get it Dynamic and it works but i want to use game.obj with my own stuff. Any ideas?
|
|
11-23-2013 02:32 AM |
|
Esenthel
Administrator
|
RE: Actor gravity when subclassing Game.obj
Hi,
You can browse Game.Item object sources "Game Object Classes Source Code" from link below and compare with your own to spot the differences in actor management.
http://www.esenthel.com/?id=store&item=29
|
|
11-23-2013 05:41 AM |
|
xzessmedia
Member
|
RE: Actor gravity when subclassing Game.obj
Ah, i already knew that but forgot it. Thanks!
|
|
11-23-2013 04:42 PM |
|