playMaker

Author Topic: I really need help with cut scenes.  (Read 2343 times)

ramones

  • Playmaker Newbie
  • *
  • Posts: 42
I really need help with cut scenes.
« on: January 23, 2012, 08:21:03 AM »
Hi!,

Could anyone that have created cutscenes with playmaker explain how you do it?.

For example, player enters a trigger and now (Cut scenes start) a robot falls from the ceiling. The player aproaches and says "Hello fiend!". The robot does a jump and action starts.

How would you do something like this with playmaker? Should I create first on sript the "Say" action, etc...? Or is there anyway to have all this done with playmaker?.

All help will be really apreciate.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: I really need help with cut scenes.
« Reply #1 on: January 24, 2012, 01:45:21 AM »
Hi,

 All of this is completly doable with playmaker as is, not need to think about building custom actions. You need to first make sure you are confortable with the following in playmaker.

1: can you work with prefabs?
2: can you instanciate a prefab in the scene
3: do you know how to work with triggers
4: do you know how to control gameObjects ( for the seeking)
5: do you know how to play a sound?

 This would be your first step, learn all the above points. For any of these, let us know if you have questions or issues, and we will assist.

 Bye,

 Jean