playMaker

Author Topic: How to create a splash screen ?  (Read 3787 times)

Noise

  • Playmaker Newbie
  • *
  • Posts: 9
How to create a splash screen ?
« on: December 05, 2013, 06:25:11 AM »
Can I create a splash screen with Playmaker or do I have to use unity scripting ?

Thanks

N

parallel

  • Full Member
  • ***
  • Posts: 155
Re: How to create a splash screen ?
« Reply #1 on: December 05, 2013, 07:01:39 AM »
What does your splash need to do? Any splash screens I can think of can be done with PM. Either have a separate scene with a 'load level' action or do it with a GUI in the same scene?

Noise

  • Playmaker Newbie
  • *
  • Posts: 9
Re: How to create a splash screen ?
« Reply #2 on: December 05, 2013, 07:31:02 AM »
It is simply to give instructions to the player.  I imagine there to be a button at the bottom of the instructions to click for the instructions to disappear and start the game.

parallel

  • Full Member
  • ***
  • Posts: 155
Re: How to create a splash screen ?
« Reply #3 on: December 05, 2013, 08:43:44 AM »
Sounds simple and straight forward, and easily done with PM.

Noise

  • Playmaker Newbie
  • *
  • Posts: 9
Re: How to create a splash screen ?
« Reply #4 on: December 05, 2013, 01:28:43 PM »
Good stuff, thanks.

Just need how to figure it out now !

Noise

  • Playmaker Newbie
  • *
  • Posts: 9
Re: How to create a splash screen ?
« Reply #5 on: December 05, 2013, 04:35:19 PM »
Something else that I want to do which is very similar to the splash screen is when the player (FPC) walks over a box/cube it activates a GUI which asks questions that the player has to use their mouse to answer.

What I can't figure out is how to disable the mouse so that it can select the answers on the GUI rather than moving the players view.

If you know what I mean ?

1982

  • Junior Playmaker
  • **
  • Posts: 71
Re: How to create a splash screen ?
« Reply #6 on: December 05, 2013, 05:19:09 PM »
It depends how you have set up your player controller. You should have option for freezing all unwanted movements of player while in your GUI event. Mouse cursor should still be moving freely.

Noise

  • Playmaker Newbie
  • *
  • Posts: 9
Re: How to create a splash screen ?
« Reply #7 on: December 05, 2013, 05:34:44 PM »
I am very new to this so, if you could elaborate that would be appreciated.

With regard to the FPC, I simply dragged it into the scene - not much other setup apart from that.  I don't know how to freeze the unwanted movements of the player - is it done in PM ?  I am trying to understand all the actions but none are doing what I need.

1982

  • Junior Playmaker
  • **
  • Posts: 71
Re: How to create a splash screen ?
« Reply #8 on: December 05, 2013, 05:41:33 PM »
There should be "Character Motor" script on your FPC, which has check button for "Can Control". If you uncheck that are you able to move your character in the game?

(I don't have much experience with FPC)

Breadman

  • Full Member
  • ***
  • Posts: 185
  • Derp
Re: How to create a splash screen ?
« Reply #9 on: December 05, 2013, 08:03:29 PM »
To disable the mouse, there is a "set cursor" action. You can use this to set the cursor to invisible, or to change it to a custom cursor, etc.

Noise

  • Playmaker Newbie
  • *
  • Posts: 9
Re: How to create a splash screen ?
« Reply #10 on: December 06, 2013, 05:43:09 AM »
I have tried that on the FPC and the box that triggers the event but it doesn't do what I need.

Because I am using a First Person Controller I need the input from the mouse to stop moving the viewpoint and enable the player to use the mouse to click answers on a gui.

I am new to PM and it's great but still a steep learning curve !
« Last Edit: December 07, 2013, 05:07:15 AM by Noise »