playMaker

Author Topic: M2H marble game ported to playmaker  (Read 6472 times)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
M2H marble game ported to playmaker
« 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

You'll need to download the actual samples as well: 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

elvis75k

  • Beta Group
  • Junior Playmaker
  • *
  • Posts: 97
    • nRender
Re: M2H marble game ported to playmaker
« Reply #1 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.

terrymorgan

  • Junior Playmaker
  • **
  • Posts: 65
Re: M2H marble game ported to playmaker
« Reply #2 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.

Mark_T

  • 1.2 Beta
  • Junior Playmaker
  • *
  • Posts: 72
Re: M2H marble game ported to playmaker
« Reply #3 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!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: M2H marble game ported to playmaker
« Reply #4 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
 

terrymorgan

  • Junior Playmaker
  • **
  • Posts: 65
Re: M2H marble game ported to playmaker
« Reply #5 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.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: M2H marble game ported to playmaker
« Reply #6 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

terrymorgan

  • Junior Playmaker
  • **
  • Posts: 65
Re: M2H marble game ported to playmaker
« Reply #7 on: April 18, 2012, 09:31:04 AM »
Ah! I needed to import playmaker.unitypackage, it works now.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: M2H marble game ported to playmaker
« Reply #8 on: April 18, 2012, 11:16:21 AM »
Hi,

 Good :)

Check out also the Egg catcher,

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

Bye,

 Jean