About Store Forum Documentation Contact



Post Reply 
problem with the collision
Author Message
Babulesnik Offline
Member

Post: #1
problem with the collision
The WE I create Items, I downloaded the mesh and created a physical body is a cylinder.In the game the actors are working properly.But there is no reaction to the collisions. When checking, nothing happens(

For example, this code all the time result = false,although the actors touch :
Code:
    D.text(0,0,S+ItemsBowling.absElm(6).actor.cuts());
    D.text(0,0.2,S+Physics.cuts(ItemsBowling.absElm(6).actor.shape(true)));
12-23-2011 05:41 PM
Find all posts by this user Quote this message in a reply
PsychoBoy Offline
Member

Post: #2
RE: problem with the collision
Did you created actor from physical body?
12-25-2011 09:46 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Babulesnik Offline
Member

Post: #3
RE: problem with the collision
Thank you all. The problem is solved.ItemsBowling.absElm(6).actor.cuts(IndexToFlag(PINS) works fine)
(This post was last modified: 12-26-2011 11:06 AM by Babulesnik.)
12-26-2011 11:06 AM
Find all posts by this user Quote this message in a reply
Post Reply