View Single Post
Old Nov 1st, 2006, 2:10 AM   #1
quadra-tec
Newbie
 
Join Date: Oct 2006
Posts: 5
Rep Power: 0 quadra-tec is on a distinguished road
Action Script Problem?

Hi my name is Dave and just recently started picking up flash along with action script 2.0. I started to make a movie clip and ran into an issue so perhaps someone can assist me so that I may one day be able to provide the same help to others.

The problem I'm having is that when you hoover over my movieclip it responds correctly for the most part except when you roll over a particular section of the movie clip. I need the roll over effect to respond to all parts of the movie clip If you click http://www.quadra-tec.net/introdemo/ you can view the actual published movie and source.

http://www.quadra-tec.net/introdemo/introdemo.html for those who don't feel like using a sub directory.

For those uninterested in viewing my files the action script I'm using is
stop();


BtnHome_mc.onRollOver = function  () {
	BtnHome_mc.gotoAndPlay("over");
}
BtnHome_mc.onRollOut = function  () {
	BtnHome_mc.gotoAndPlay("off");
}

Thanks in advance.
quadra-tec is offline   Reply With Quote