pisosse
10-11-2005, 06:00 PM
I think it really realy simple but somthing is very very wrong
LOOK HERE (http://www.mentalindustries.com/detection)
as u see the first two buttons and mc's are working proberly but the last one is acting all funny on me
can any one see a problem with this code
blue_btn.onRelease = function(){
if (red_mc._y = 100) {
red_mc._y = 200;
}
else if (green_mc._y = 100) {
green_mc._y = 200;
}
blue_mc._y = 100;
};
red_btn.onRelease = function(){
if (blue_mc._y = 100) {
blue_mc._y = 200;
}
else if (green_mc._y = 100) {
green_mc._y = 200;
}
red_mc._y = 100;
};
green_btn.onRelease = function(){
if (red_mc._y = 100) {
red_mc._y = 200;
}
else if (blue_mc._y = 100) {
blue_mc._y = 200;
}
green_mc._y = 100;
};
LOOK HERE (http://www.mentalindustries.com/detection)
as u see the first two buttons and mc's are working proberly but the last one is acting all funny on me
can any one see a problem with this code
blue_btn.onRelease = function(){
if (red_mc._y = 100) {
red_mc._y = 200;
}
else if (green_mc._y = 100) {
green_mc._y = 200;
}
blue_mc._y = 100;
};
red_btn.onRelease = function(){
if (blue_mc._y = 100) {
blue_mc._y = 200;
}
else if (green_mc._y = 100) {
green_mc._y = 200;
}
red_mc._y = 100;
};
green_btn.onRelease = function(){
if (red_mc._y = 100) {
red_mc._y = 200;
}
else if (blue_mc._y = 100) {
blue_mc._y = 200;
}
green_mc._y = 100;
};