Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Intro Problem - 02-05-2017
Abihishi Offline
Junior Member

Posts: 44
Threads: 8
Joined: Feb 2016
Reputation: 0
#9
RE: Intro Problem - 02-05-2017

Ok now work all Smile

But i have some questions.

So first how make "WakeUp" effect?

I have this:
void OnStart()
{
    FadeOut(0.01f);
    AddTimer("", 2.1f, "awake2");
    AddTimer("", 5.0f, "awake");
    FadePlayerRollTo(90, 1, 2);
    MovePlayerHeadPos(0, -1.5f, 0, 1, 0.1f);
}

void awake2(string asTimer)
{
    FadeIn(5.0f);
}

void awake(string asTimer)
{
    FadePlayerRollTo(0, 1, 2);
    MovePlayerHeadPos(0, 0.0f, 0, 0.5, 0.1f);
    
}


But I would like to add the fact that you can not move until our character completely can not get up.
(This post was last modified: 05-03-2017, 02:58 PM by Abihishi.)
05-03-2017, 06:32 AM
Find


Messages In This Thread
Intro Problem - 02-05-2017 - by Abihishi - 05-02-2017, 01:00 PM
RE: Intro Problem - 02-05-2017 - by Mudbill - 05-02-2017, 01:05 PM
RE: Intro Problem - 02-05-2017 - by Abihishi - 05-02-2017, 01:11 PM
RE: Intro Problem - 02-05-2017 - by Mudbill - 05-02-2017, 02:00 PM
RE: Intro Problem - 02-05-2017 - by Abihishi - 05-02-2017, 02:24 PM
RE: Intro Problem - 02-05-2017 - by Mudbill - 05-02-2017, 09:47 PM
RE: Intro Problem - 02-05-2017 - by Abihishi - 05-02-2017, 10:19 PM
RE: Intro Problem - 02-05-2017 - by Mudbill - 05-02-2017, 10:31 PM
RE: Intro Problem - 02-05-2017 - by Abihishi - 05-03-2017, 06:32 AM
RE: Intro Problem - 02-05-2017 - by hewiefreeman - 05-21-2017, 03:30 AM



Users browsing this thread: 1 Guest(s)