May 8, 2001 #1 Badkitty Instructor Nov 13, 2000 22 US Please refer to this page... http://www.dreamwater.net/hillmccoy/HELP WITH MOUSEEVENT.htm Thanks so much, BK
Please refer to this page... http://www.dreamwater.net/hillmccoy/HELP WITH MOUSEEVENT.htm Thanks so much, BK
May 8, 2001 Thread starter #2 Badkitty Instructor Nov 13, 2000 22 US 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; } Upvote 0 Downvote
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; }