Post Flash wishlist
Post Flash wishlist
Out of context: Reply #30
- Started
- Last post
- 33 Responses
- kjensen0
4cy:
Just embed the font if you want to have an input text field under a mask.
mattmattmatt:
You can already do that.
If you do something like.
myClip = attachMovie(x,y,z);
you can use myClip as a reference to the new clip.
myCilp._x = 12;