Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: choi on June 20, 2012, 10:44:12 PM

Title: [SOLVED]Stored in the variable object can not be applied to the collision.
Post by: choi on June 20, 2012, 10:44:12 PM
Stored in the variable object can not be applied to the collision.
Please help. ???
Title: Re: Stored in the variable object can not be applied to the collision.
Post by: jeanfabre 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
Title: Re: Stored in the variable object can not be applied to the collision.
Post by: choi 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.
Title: Re: Stored in the variable object can not be applied to the collision.
Post by: jeanfabre 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 (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 (https://hutonggames.fogbugz.com/default.asp?W892)


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

 bye,

 Jean
Title: Re: Stored in the variable object can not be applied to the collision.
Post by: choi on July 03, 2012, 09:39:14 PM
Thanks for the help.