How do I change the fadout time of a pawn

Post topics regarding Level Building/Design and Entity Usage with Reality Factory
Post Reply
Dingalling
Posts: 5
Joined: Sat Nov 20, 2010 2:05 am

How do I change the fadout time of a pawn

Post by Dingalling » Thu Nov 25, 2010 3:22 pm

i figured out how to make a pawn respawn but i want to make it so it fades out really fast so it respawns quicker

User avatar
Gamemaker
Posts: 266
Joined: Fri Aug 08, 2008 3:00 pm
Location: Estonia
Contact:

Re: How do I change the fadout time of a pawn

Post by Gamemaker » Thu Nov 25, 2010 3:53 pm

HighLevel command FadeOut(time, alpha)

FadeOut(1.5, 0) - Fades out your pawn in 1.5 seconds. Just read the manual!

Post Reply