HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

A question regarding animation...

06-20-2003, 12:48 PM#1
General Tekno
How do you manage to hide a certain model part in a specific animation? Eg: Blizzard has the ziggurat spirit tower thing fade in and the Castle parts of the town hall are hidden when it is a Town Hall. I tried to do it through animaiton a while ago, but all i got was a screwed up model. By the way, I'm using Max5, and no, I can't attach the model, as my computer's in for repairs and I'll probably remake the model anyhow.
06-20-2003, 04:36 PM#2
ChoboMapper
make the part youi want to hid a seperate geoset, and use a GeosetAnim to hide it. you would use

Visibility 2 {
keyframe of hidden part : 0,
keyfram of exposed part : 1,
}

or correct me if i am wrong.