Blink?

Started by Gamemakur, Fri 23/12/2005 22:12:46

Previous topic - Next topic

Gamemakur

How do you make your character blink. I already have the views, I just need to know how to make then blink. I looked everywhere on this forum and could not find the answer. Please Help.
I went up high as I flied in the sky.

Candle

#1
BlinkView property
(Formerly part of SetCharacterBlinkView, which is now obsolete)

int Character.BlinkView

Gets/sets the character's blinking view. To stop the character from blinking, set this to -1.
The BlinkInterval property sets how often the blinking animation is played.

Example:

character[EGO].BlinkView = 10;
character[EGO].BlinkInterval = 160;

will change the character EGO's blink view to view 10, and play the animation every 4 seconds.

strazer

It's important to note that this refers to the Sierra-style talking portraits, not the character sprites themselves.
If you're interested in having your character sprites blink, take a look at this.

Candle

Thanks for pointing this out strazer.

SMF spam blocked by CleanTalk