
April 1st, 2002, 04:32 PM
|
|
Polynesian Monkey God
|
|
Join Date: Nov 2001
Location: Monkeytown, USA
Posts: 57
Time spent in forums: 1 h 28 m 46 sec
Reputation Power: 12
|
|
If that's the way to go, just make sure that you include :
Code:
on (release, mouseover) {
if (textVarName ne "") {
textVarName = " ";
}
}
...or something else to keep from clearing the textbox every time it's clicked on, unless that's what you want.
|