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
Script Help Eye Blinking Script?
RaideX Offline
Member

Posts: 212
Threads: 33
Joined: May 2013
Reputation: 7
#7
RE: Eye Blinking Script?

yeah. I'd personally find it to be more of an annoyance too. But since you asked.

PHP Code: (Select All)
void RandEyeBlink (string &in asTimer) {

FadeOut(0);
FadeIn(0.2f);
AddTimer("RandomRepeatBlink"RandFloat(3.0f10.0f), "RandEyeBlink");


This is probably as close as you can get. For me anyway.

If you'd want to stop it at some point, you would have to add an if statement or remove the timer.

If you don't draw first, you don't get to draw at all... -The False Shepherd
(This post was last modified: 06-07-2015, 11:26 AM by RaideX.)
06-07-2015, 11:23 AM
Find


Messages In This Thread
Eye Blinking Script? - by goodcap - 06-07-2015, 03:18 AM
RE: Eye Blinking Script? - by FlawlessHappiness - 06-07-2015, 03:22 AM
RE: Eye Blinking Script? - by DnALANGE - 06-07-2015, 10:34 AM
RE: Eye Blinking Script? - by Slanderous - 06-07-2015, 11:13 AM
RE: Eye Blinking Script? - by Radical Batz - 06-07-2015, 11:15 AM
RE: Eye Blinking Script? - by DnALANGE - 06-07-2015, 11:22 AM
RE: Eye Blinking Script? - by RaideX - 06-07-2015, 11:23 AM
RE: Eye Blinking Script? - by Neelke - 06-07-2015, 12:00 PM
RE: Eye Blinking Script? - by Kreekakon - 06-07-2015, 12:02 PM



Users browsing this thread: 1 Guest(s)