on (rollover) + on (release) 2004-03-04 - By IsK
Back Is it possible to combine two actions onto one button? I'd like to be able to use on (rollover) and on (release) on the one button. I've seen this code at MM:- on (release) {
// Toggle a flag between TRUE and FALSE: IamActive = not IamActive;
// Do different things depending on flag's current state: if (IamActive) { // various actions to be performed for "on" state of button } else { // various actions to be performed for "off" state of button }
}But I haven't been able to get it to do much with the way I want it to work.
Any ideas? IsK
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) For additional commands, e-mail: flashnewbie-help@(protected)
|
|