playMaker

Author Topic: How to do this with playmaker  (Read 6676 times)

jgalvezpa

  • Junior Playmaker
  • **
  • Posts: 58
Re: How to do this with playmaker
« Reply #15 on: May 06, 2014, 02:04:26 AM »
or only works with raycast? cannot be done by colliding with objects?

jgalvezpa

  • Junior Playmaker
  • **
  • Posts: 58
Re: How to do this with playmaker
« Reply #16 on: May 07, 2014, 12:41:01 AM »
bump

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: How to do this with playmaker
« Reply #17 on: May 07, 2014, 08:59:00 AM »
Hi,

 When colliding, get the collision info and the hit point, that's your position to work with.

bye,

 Jean

jgalvezpa

  • Junior Playmaker
  • **
  • Posts: 58
Re: How to do this with playmaker
« Reply #18 on: May 08, 2014, 01:25:02 AM »
hey i cannot get to work right with collision , when the collision happen, i use Getcollisioninfo to get the Conctact Point and store it in a Vector3 variable then use Vector3 Operator( in the example you use Vector2 Operator) then go to Draw State and i have to change the variable of the Texture Draw Circle to a vector3.
 but doesnt work.

By the way im using a 2D mode camera with orthographic.