playMaker

Author Topic: [SOLVED]Stored in the variable object can not be applied to the collision.  (Read 3031 times)

choi

  • Playmaker Newbie
  • *
  • Posts: 40
Stored in the variable object can not be applied to the collision.
Please help. ???
« Last Edit: July 04, 2012, 02:54:21 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Stored in the variable object can not be applied to the collision.
« Reply #1 on: June 21, 2012, 01:30:14 AM »
Hi,

 Can you describe a bit more in details what you are trying to achieve? I am not sure I understand what you are after and what is the problem.

 bye,

 Jean

choi

  • Playmaker Newbie
  • *
  • Posts: 40
Re: Stored in the variable object can not be applied to the collision.
« Reply #2 on: June 21, 2012, 02:15:11 AM »
I do not speak perfect English.
We are sorry.
1. Position variables, object variables are created.
2. Is packed in a variable object (Ball).
3. Start ----> create an object in a variable position (Ball).
4. A key input ----> AddForce to object.
5. Ball, -------> Collision Event.

* 5. Collision Event object that is stored in a variable can not be applied to.

Thank you.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Stored in the variable object can not be applied to the collision.
« Reply #3 on: June 22, 2012, 02:51:21 AM »
hi,

 ok, I think you should study the M2H examples I ported to PLaymaker.

 https://hutonggames.fogbugz.com/default.asp?W880

Each games are very simple, and only features 4 5 Fsm, so try to understand each Fsm and really grasp what is going on, If you have any questions on implementation, let me know and I'll go in details.

 addForce: check out the game "platform jumper" it uses addForce to make the player jump

https://hutonggames.fogbugz.com/default.asp?W892


As for the Collision event. what do you want to do with it?

 bye,

 Jean

choi

  • Playmaker Newbie
  • *
  • Posts: 40
Re: Stored in the variable object can not be applied to the collision.
« Reply #4 on: July 03, 2012, 09:39:14 PM »
Thanks for the help.