baileyboop
03-21-2002, 12:59 AM
if (_parent.dragCount == 3) {
_parent.showMe._visible = 1;
}
I have the "dragCount" variable counting up to 5.
On 3 and ONLY 3 I want the visibility of "showMe" true.
This code works but if I go to 4 it stays visible.....why? I've even tried putting in an else statement to set the visibility back to 0 but it stays if I get the dragTarget where it needs to be.
I've tried to change this code to be
if (_parent.dragCount != 3) {
_parent.showMe._visible = 0;
}
Can anyone explain and/or help?
file is attached.
thanks a bunch!
-boopy
_parent.showMe._visible = 1;
}
I have the "dragCount" variable counting up to 5.
On 3 and ONLY 3 I want the visibility of "showMe" true.
This code works but if I go to 4 it stays visible.....why? I've even tried putting in an else statement to set the visibility back to 0 but it stays if I get the dragTarget where it needs to be.
I've tried to change this code to be
if (_parent.dragCount != 3) {
_parent.showMe._visible = 0;
}
Can anyone explain and/or help?
file is attached.
thanks a bunch!
-boopy