hieronims Posted October 14, 2015 Report Posted October 14, 2015 I want to blink the eyes of a character, but by the time one animation cycle, blinking too fast. Is it possible to have a timeline with a different speed for the image replaces the head and eyes so? Here's my movie:http://mazeofchronos.fr/Construct2/Test_Perso/0.01/ Thanks Hieronims French Translated via Google Translate Traduit du Français via Google Traduction Quote
Mike at BrashMonkey Posted October 14, 2015 Report Posted October 14, 2015 I suggest you simply create 2 versions of the animation.... clone one without blinking... use the non blinking version most of the time, then have an event with this sort of logic every time the non-blinking idle animation finishes and IF a random number (5) is less than 2, then play animation idle WITH blink then another event that says on animation idle WITH blink is finished, play animation idle without blink/ This way you get the nice random blinking. cheers. Quote
hieronims Posted October 14, 2015 Author Report Posted October 14, 2015 Great ideas !!!! Thanks a lot !! Quote
Beocro Posted October 14, 2015 Report Posted October 14, 2015 The method I use is have a character map with the eye closed, then occasionally add that map the the character for a few frames. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.