Posts Tagged → Text dont show behind mask
Masking Test & Input Fields in Flash (Example)
This is the solution (with example demonstration) to Flash Text / Font masking problem. If you came to this page directly, then I suggest you read my Previous Post, which speaks about the problem. Otherwise follow the Tutorial. Continue reading →
Masking Test & Input Fields in Flash
Normally, mask setting in Flash IDE don't work for dynamic TextField and TextInput components. With default settings, you'll not be able to see the text through the mask. People using masked layers from Flash IDE often fall into this problem. One stupid solution to this problem is not using mask at all. However, if you want to implement something like custom scrolling, sliding etc. then most of the time you'll need to use mask.
The solution to this problem is rather simple if you use ActionScript. Continue reading →