Re: 2 questions


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]

Posted by GMS_Slug on December 07, 1998 at 20:51:59:

In Reply to: Re: 2 questions posted by Acrissime on December 07, 1998 at 20:21:54:

if it's a neon light you want to animate, use 00neonsign.cog.. If it's any other mat, use this cog..




# Jedi Knight cog Script
## Continuous global animation of a material
## Fixed by RKD 5/8 - wasn't looping
#
#
# [SXC]
#
# (C) 1997 LucasArts Entertainment Co. All Rights Reserved

symbols

message startup
material animmat=clight3.mat desc=animating_material
flex fps=0.2 desc=playback_speed

end

## Code Section

code

//-------------------------------------------------------------------------------------------------

startup:
materialanim(animmat, fps, 1);
return;
end


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]