Playmaker Forum

PlayMaker News => General Discussion => Topic started by: case3 on February 15, 2017, 11:14:36 PM

Title: Get/send message instead of get/send property for accessing scripts[SOLVED]
Post by: case3 on February 15, 2017, 11:14:36 PM
Hi, I just watched the video on the Playmaker youtube channel about connecting scripts to Playmaker and it was done differently to another video I watched which used get/send property not get/send message. I was wondering if I use get/send message do I still need the linker wizard or will things just work as normal when I export to ios?
Title: Re: Get/send message instead of get/send property for accessing scripts
Post by: jeanfabre on February 16, 2017, 12:33:44 AM
Hi,

 Can you reference the videos and their time stamp where they show that.

 there is no "getMessage", only SendMessage, unlike GetProperty and SetProperty.

 SendingMessage is fine and do not require the linker wizard.

 Bye,

 Jean
Title: Re: Get/send message instead of get/send property for accessing scripts
Post by: case3 on February 16, 2017, 11:00:48 PM
Hi, sorry, I re-watched it and you're right he just uses "SendMessage." Thanks for the reply. I will just use SendMessage then.