Playmaker Forum

PlayMaker News => General Discussion => Topic started by: jeanfabre on April 13, 2012, 07:24:32 AM

Title: M2H marble game ported to playmaker
Post by: jeanfabre on April 13, 2012, 07:24:32 AM
Hi Everyone,

Great little game sample today, lucky playmaker users :)

 I discovered recently the great work of M2H and for fun decided to port his marble game into a PlayMaker-only scene: no scripts, no custom actions, pur standard playmaker usage! it went so well ( it took me less than an hour :) ) that I asked M2H if I could share this with the community and he said yes, so, here we go:

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

You'll need to download the actual samples as well: http://u3d.as/content/m2h/c-game-examples/1sG (http://u3d.as/content/m2h/c-game-examples/1sG)

The playmaker scene will be in the marble game folder.

I strongly recommend this for beginners, either learning playmaker or learning Unity, M2H samples are so concise and clear, it's enlightening really :)

So, while I beef up the explanations on the built of the various Fsm running this game, feel free to ask questions on this forum or on this thread.

Bonus: You'll find a starting point to control the marble using the accelerometer of your device :) wip but it's there working basically.

 Bye,

 Jean
Title: Re: M2H marble game ported to playmaker
Post by: elvis75k on April 13, 2012, 08:45:51 AM
Thanks Jean! for this precious work. It's very polished and well documented already inside the FSM.
Title: Re: M2H marble game ported to playmaker
Post by: terrymorgan on April 13, 2012, 02:23:57 PM
I can run the 'marble game' scene but not the marble game playmaker.
'the referenced script on this behaviour is missing!' I put everything into
the same project.
Title: Re: M2H marble game ported to playmaker
Post by: Mark_T on April 13, 2012, 05:16:37 PM
Many thanks Jean!
I hope to fix my internet connection as soon as possible so I can download the projects.
Thanks again!
Title: Re: M2H marble game ported to playmaker
Post by: jeanfabre on April 14, 2012, 04:04:17 AM
Hi Terrymorgan,

You do have imported playmaker too right? I checked and it worked, maybe I am overlooking something.

 will double check again today ( planned on added help links to each fsm).

 Bye,

 Jean
 
Title: Re: M2H marble game ported to playmaker
Post by: terrymorgan on April 14, 2012, 07:40:51 PM
the marble game playmaker is a 20K unity scene, yes I load it but there's no movement when I press the play button.
Title: Re: M2H marble game ported to playmaker
Post by: jeanfabre on April 16, 2012, 02:07:38 AM
Hi TerryMorgan,

 You need to use the arrow keys to move the marble, or have tried that?

Bye,

 Jean
Title: Re: M2H marble game ported to playmaker
Post by: terrymorgan on April 18, 2012, 09:31:04 AM
Ah! I needed to import playmaker.unitypackage, it works now.
Title: Re: M2H marble game ported to playmaker
Post by: jeanfabre on April 18, 2012, 11:16:21 AM
Hi,

 Good :)

Check out also the Egg catcher,

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

Bye,

 Jean