Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

draggable text question

Status
Not open for further replies.

jazz88

Technical User
Feb 2, 2005
153
0
0
US
I have a dragabble text in a mc. Code:
on (press) {
startDrag(this);
}
on (release) {
stopDrag();
}
which works fine. But it works only if my cursor is exactly on a letter itself and not space between the letters. Any solutions how to avoid this ?
 
Make sure the selectable tab (Ab) is unselected if your talking about a textfield, and/or add a filled shape covering the area of your text (this shape will not be seen...) on the Hit state of your button...

Regards. Affiliate Program - Web Hosting - Web Design
After 25,000 posts, banned on FK, but proud not to have bowed down to them!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top