Author Topic: 2 Questions about animation and coloring  (Read 1154 times)

The topic title might be ambiguous, but oh well

Question 1
I forget, how do i make an animation play when you equip your weapon? What do i name the animation in Milkshape? Like for an animation to play when the weapon is fired, you name it onFire or fire or something

Question 2
How do i make a part of my model the color of a certain part of a players hand? Like i want to use the minigifure's hand model but i want it's color to be changable, Space Guy said in Azerath's guitar topic if the hands stay peach or can change colors, so it must be possible, how do i do it?

The topic title might be ambiguous, but oh well

Question 1
I forget, how do i make an animation play when you equip your weapon? What do i name the animation in Milkshape? Like for an animation to play when the weapon is fired, you name it onFire or fire or something

Question 2
How do i make a part of my model the color of a certain part of a players hand? Like i want to use the minigifure's hand model but i want it's color to be changable, Space Guy said in Azerath's guitar topic if the hands stay peach or can change colors, so it must be possible, how do i do it?

1. The animation sequence in scripting is named as
Code: [Select]
stateSequence[#] = *sequence name*    Ex
Code: [Select]
stateSequence[1] = Fire          Frames between 1-5 are named Fire
          So when state 1 is executed, and stateSequence is included with the value of Fire with    it, the animation will play.

        Use search next time plaes? (http://www.blockland.us/smf/index.php?topic=34554.0)

2. ColorShifting, find out and learn what they do.
« Last Edit: June 03, 2008, 05:44:25 AM by jaydee0004 »

2. ColorShifting, find out and learn what they do.
Not like that! It still stays one color that way, i want it to be able to become the color of your hand, like for example, in the appearance menu, you make your hand color dark blue, then a certain part of the model becomes that color

I'll try that sequence thing when i get a chance

2. ColorShifting, find out and learn what they do.
Not like that! It still stays one color that way, i want it to be able to become the color of your hand, like for example, in the appearance menu, you make your hand color dark blue, then a certain part of the model becomes that color

I'll try that sequence thing when i get a chance

Look on someone else's script?

I don't think it's been done before, atleast, i think