У вас нет прав на выполнение действия «редактирование этой страницы» по следующей причине:
Текст:
'''Lip Syncing''' (also known as '''Lip Synching''') is the movement of the mouth of a character to imitate dialogue or audio in speech. It can be used in [[project]]s such as [[Animation Projects|animation]]s. Lip syncing can be done by the creator of the project, but there may be [[Scratchers]] in the [[Requests forum]] willing to help or [[Scratchers]] in the [[Collaboration forum]] willing to collab. == How to Lip Sync == The typical way of lip syncing is to put multiple [[costume]]s, each one with one letter, and make them loop, with this simple [[script]]: <scratchblocks> when gf clicked repeat (...) next costume wait (0.02) seconds end </scratchblocks> This is generally known as "real lip sync" and usually takes time. Lip syncing can also be done with multiple [[costume]]s, often with a costume for each phonetic. The user can then use a [[Custom Blocks|custom block]] to show different costumes corresponding to the letters the player wants it to lip sync. For example, a script like this could be used to ask what to lip sync. <scratchblocks> when gf clicked forever ask [What would you like me to lip sync?] and wait lip sync (answer) in ((length of (answer))*(0.1)):: custom stack // Lips syncs the answer at 0.1 secs per letter define lip sync (words) in (time) set [letter v] to [0] repeat (length of (words)) change [letter v] by [1] switch costume to (letter (letter) of (words)) wait ((length of (words::custom))/(time)) seconds end </scratchblocks> These are generally called "lip sync engines" == Importance == Lip sync is comparatively important to some animators. It gives talking a realistic look and adds detail to animations. If a character is feeling a certain emotion, this can be shown through different mouth movements in addition to motion and voice. == Examples == * [[projects:99485434|A tutorial project on how to lip sync]] * [[projects:357040259|An example project with lip syncing]] * [[projects:119238558|Another Example]] * [[projects:137272655|A lip sync engine by a popular animator]] * [[projects:323630929|Another lip sync engine]] == See Also == * [[Animation Projects]] [[Category:Scripting Tutorials]]
Записать страницу Отменить