Search found 1 match
- June 1st, 2023, 11:08 pm
- Forum: Script requests
- Topic: i need a mask over the currently spoken Word via markers
- Replies: 2
- Views: 36197
Re: i need a mask over the currently spoken Word via markers
Using text exploder, you can break down your text into layers. To create a mask set to markers, iterate through each marker and access the corresponding text layer using marker.key(textIndex). Use sourceRectAtTime(marker.time, false) to get the position and size of the text at that time. Set the ver...