Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: pdunton on July 20, 2013, 07:03:43 PM

Title: Freezing FPC Movement Until Start
Post by: pdunton on July 20, 2013, 07:03:43 PM
I am making a timed target game where you shoot down multiple targets in a short amount of time.  The FPC (A Submarine) can move while the Timer counts down until the game's start (3,2,1,Start), but i don't want it to move until start.  Any suggestions?  Thanks!
Title: Re: Freezing FPC Movement Until Start
Post by: escpodgames on July 20, 2013, 09:41:31 PM
Need more info, what moves the FPC? What actions? How does it move? What have you tried.

A stab in the dark would be to use a wait action, but without more info its a pure guess.
Title: Re: Freezing FPC Movement Until Start
Post by: pdunton on July 20, 2013, 10:40:05 PM
Well Baisically it is the Standard Assets' FPC.  It moves With ASDW, apart from the fact that i changed the A and D to turn the Sub rather than move it to the side.
Title: Re: Freezing FPC Movement Until Start
Post by: pdunton on July 20, 2013, 10:44:46 PM
I would consider using the wait action, and at the end of the countdown attaching the scripts to the FPC.  But in truth there are multiple subs in the shop, and each FPC script on them is a little different from the last.  Mainly the speed.  Is there a way to specify which script by maybe saving each script as its own script?