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!

Help with Mouse Event...

Status
Not open for further replies.
Nevermind...figured it out. Select _alpha from the Properties section and fill in the following parameters as needed.

Here's the code:
on (rollOver) {
INSTANCENAME._alpha = 100;
}
on (press, release, releaseOutside, rollOut) {
INSTANCENAME._alpha = 0;
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top