Can someone help me? PLEASE, I BEG YOU!

I did a test on the Internet page to see how I make my new home page, but I have problems... You can see the test page at: http://www.mickesei.se/flash/index.html

What is the problem then? The problem is that if you click on butto1 it s to opening OK, if you click button 2 also it s OK. But if you click on the button 1 once again, nothing happends. But if you double-click top then it opends again. I want it to open again on a click like the first time... How to do that...?

Here's the code: (The Swedish word Knapp1 = button1)

This.knapp1_mc.onRollOver = function() {}
knapp1_mc.gotoAndPlay ("_over");
}

This.knapp1_mc.onRollOut = function() {}
knapp1_mc.gotoAndPlay ("_out");
}

This.knapp1_mc.onRelease = function() {}
_root.anim1_mc.gotoAndPlay("1");
_root.anim1_mc.swapDepths (1)
}


This.knapp2_mc.onRollOver = function() {}
knapp2_mc.gotoAndPlay ("_over");
}

This.knapp2_mc.onRollOut = function() {}
knapp2_mc.gotoAndPlay ("_out");
}

This.knapp2_mc.onPress = function() {}
_root.anim2_mc.gotoAndPlay("1");
_root.anim2_mc.swapDepths (1)
}

I sent you back with a revised Flash file. I also downloaded on my server if anyone wants to look at what I changed. Things that I've changed are elementary, but it may help others.

http://www.Shan-dysigns.com/flashexamples/indexet.fla

Tags: Adobe Animate

Similar Questions

Maybe you are looking for