![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
|
Flash Buttons Problem
Dont know if there are many Flash developers here but hopefully someone will understand this...
on (rollOver) {
Home.onRollOver = function() {
Home._alpha = 0;
Home1._alpha = 100;
};
}The button home is 100% visible from the start, and home1 0%. What I want to achieve is; Have these two images change to the opposite on mouse over. Taking a look at the Flash help it only seemed to show me how to stop, start or loop something on click. I figured this 'should' work' however nothing happens when I preview it. There is also no errors in the script according to the syntax checker. Thanks for any help.
__________________
Mona Lisa must of had the highway blues you can tell by the way she smiles.. |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Flash and Java | Watts | Java | 5 | Mar 2nd, 2006 11:14 PM |
| cgi/perl script + IE problem | joyceshee | Perl | 2 | Jan 24th, 2006 11:10 AM |
| XML Integrating With Flash | Rizma | XML | 5 | Oct 31st, 2005 11:02 AM |
| Buttons!! | Sane | Python | 7 | Jul 6th, 2005 9:04 PM |
| Clicking buttons on other Apps | Mechromancer | C++ | 3 | Jul 2nd, 2005 11:48 AM |